Skip navigation links

Back to Flink Documentation

A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

abort() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
abort() - Method in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
abort() - Method in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
abort() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
abort() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
abort() - Method in class org.apache.flink.runtime.operators.sort.MergeMatchIterator
 
abort() - Method in interface org.apache.flink.runtime.operators.util.JoinTaskIterator
Aborts the matching process.
AbstractCachedBuildSideMatchDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
 
AbstractCachedBuildSideMatchDriver(int, int) - Constructor for class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
AbstractConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.common.io.DelimitedInputFormat.AbstractConfigBuilder
Creates a new builder for the given configuration.
AbstractConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.common.io.FileInputFormat.AbstractConfigBuilder
Creates a new builder for the given configuration.
AbstractConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.common.io.FileOutputFormat.AbstractConfigBuilder
Creates a new builder for the given configuration.
AbstractConfigBuilder(Operator<?>, Configuration) - Constructor for class org.apache.flink.api.java.record.io.CsvInputFormat.AbstractConfigBuilder
Creates a new builder for the given configuration.
AbstractConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.java.record.io.CsvOutputFormat.AbstractConfigBuilder
Creates a new builder for the given configuration.
AbstractConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.java.record.io.DelimitedOutputFormat.AbstractConfigBuilder
Creates a new builder for the given configuration.
AbstractConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat.AbstractConfigBuilder
Creates a new builder for the given configuration.
AbstractEvent - Class in org.apache.flink.runtime.event.job
An abstract event is transmitted from the job manager to the job client in order to inform the user about the job progress.
AbstractEvent(long) - Constructor for class org.apache.flink.runtime.event.job.AbstractEvent
Constructs a new abstract event object.
AbstractEvent() - Constructor for class org.apache.flink.runtime.event.job.AbstractEvent
Constructs a new abstract event object.
AbstractEvent - Class in org.apache.flink.runtime.event.task
This type of event can be used to exchange notification messages between different TaskManager objects at runtime using the communication channels Nephele has established between different tasks.
AbstractEvent() - Constructor for class org.apache.flink.runtime.event.task.AbstractEvent
 
AbstractHashTableProber<PT,BT> - Class in org.apache.flink.runtime.operators.hash
 
AbstractHashTableProber(TypeComparator<PT>, TypePairComparator<PT, BT>) - Constructor for class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
 
AbstractID - Class in org.apache.flink.runtime
A statistically unique identification number.
AbstractID(byte[]) - Constructor for class org.apache.flink.runtime.AbstractID
Constructs a new ID with a specific bytes value.
AbstractID(long, long) - Constructor for class org.apache.flink.runtime.AbstractID
Constructs a new abstract ID.
AbstractID(AbstractID) - Constructor for class org.apache.flink.runtime.AbstractID
Creates a new abstract ID from the given one.
AbstractID() - Constructor for class org.apache.flink.runtime.AbstractID
Constructs a new random ID from a uniform distribution.
AbstractInvokable - Class in org.apache.flink.runtime.jobgraph.tasks
Abstract base class for every task class in Nephele.
AbstractInvokable() - Constructor for class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
 
AbstractIterativePactTask<S extends Function,OT> - Class in org.apache.flink.runtime.iterative.task
The base class for all tasks able to participate in an iteration.
AbstractIterativePactTask() - Constructor for class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
AbstractJobInputVertex - Class in org.apache.flink.runtime.jobgraph
An abstract base class for input vertices.
AbstractJobInputVertex(String, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.AbstractJobInputVertex
Constructs a new job input vertex with the given name.
AbstractJobInputVertex(String, JobVertexID, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.AbstractJobInputVertex
Constructs a new job input vertex with the given name.
AbstractJobOutputVertex - Class in org.apache.flink.runtime.jobgraph
An abstract base class for output vertices in Nephele.
AbstractJobOutputVertex(String, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.AbstractJobOutputVertex
Constructs a new job output vertex with the given name.
AbstractJobOutputVertex(String, JobVertexID, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.AbstractJobOutputVertex
 
AbstractJobResult - Class in org.apache.flink.runtime.client
A AbstractJobResult is the super class of all results to report the job operation.
AbstractJobResult(AbstractJobResult.ReturnCode, String) - Constructor for class org.apache.flink.runtime.client.AbstractJobResult
Constructs a new abstract job result object and sets the description.
AbstractJobResult() - Constructor for class org.apache.flink.runtime.client.AbstractJobResult
Construct a new abstract job result object.
AbstractJobResult.ReturnCode - Enum in org.apache.flink.runtime.client
The possible return codes for a job operation.
AbstractJobVertex - Class in org.apache.flink.runtime.jobgraph
An abstract base class for a job vertex.
AbstractJobVertex(String, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Constructs a new job vertex and assigns it with the given name.
AbstractJobVertex(String, JobVertexID, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Constructs a new job vertex and assigns it with the given name.
AbstractJoinDescriptor - Class in org.apache.flink.compiler.operators
 
AbstractJoinDescriptor(FieldList, FieldList) - Constructor for class org.apache.flink.compiler.operators.AbstractJoinDescriptor
 
AbstractMutableHashTable<T> - Class in org.apache.flink.runtime.operators.hash
 
AbstractMutableHashTable(TypeSerializer<T>, TypeComparator<T>) - Constructor for class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
AbstractOperatorDescriptor - Interface in org.apache.flink.compiler.operators
The root of all descriptions of an operator to the optimizer.
AbstractPagedInputView - Class in org.apache.flink.runtime.memorymanager
The base class for all input views that are backed by multiple memory pages.
AbstractPagedInputView(MemorySegment, int, int) - Constructor for class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Creates a new view that starts with the given segment.
AbstractPagedInputView(int) - Constructor for class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Creates a new view that is initially not bound to a memory segment.
AbstractPagedOutputView - Class in org.apache.flink.runtime.memorymanager
The base class for all output views that are backed by multiple memory pages.
AbstractPagedOutputView(MemorySegment, int, int) - Constructor for class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Creates a new output view that writes initially to the given initial segment.
AbstractPagedOutputView(int, int) - Constructor for class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
AbstractPartialSolutionNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of the partial solution that is input to a bulk iteration.
AbstractPartialSolutionNode(Operator<?>) - Constructor for class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
AbstractRecordReader - Class in org.apache.flink.runtime.io.network.api
This is an abstract base class for a record reader, either dealing with mutable or immutable records, and dealing with reads from single gates (single end points) or multiple gates (union).
AbstractRecordReader() - Constructor for class org.apache.flink.runtime.io.network.api.AbstractRecordReader
 
AbstractRichFunction - Class in org.apache.flink.api.common.functions
An abstract stub implementation for rich user-defined functions.
AbstractRichFunction() - Constructor for class org.apache.flink.api.common.functions.AbstractRichFunction
 
AbstractSchema<X> - Class in org.apache.flink.compiler.postpass
 
AbstractSchema() - Constructor for class org.apache.flink.compiler.postpass.AbstractSchema
 
AbstractSingleGateRecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
This is an abstract base class for a record reader, either dealing with mutable or immutable records.
AbstractSingleGateRecordReader(AbstractInvokable) - Constructor for class org.apache.flink.runtime.io.network.api.AbstractSingleGateRecordReader
 
AbstractTaskEvent - Class in org.apache.flink.runtime.event.task
This type of event can be used to exchange notification messages between different tasks at runtime using the existing communication channels.
AbstractTaskEvent() - Constructor for class org.apache.flink.runtime.event.task.AbstractTaskEvent
 
AbstractTaskResult - Class in org.apache.flink.runtime.taskmanager
An AbstractTaskResult is used to report the results of a task related operation.
AbstractTaskResult(ExecutionVertexID, AbstractTaskResult.ReturnCode) - Constructor for class org.apache.flink.runtime.taskmanager.AbstractTaskResult
Constructs a new abstract task result.
AbstractTaskResult() - Constructor for class org.apache.flink.runtime.taskmanager.AbstractTaskResult
Constructs an empty abstract task result.
AbstractTaskResult.ReturnCode - Enum in org.apache.flink.runtime.taskmanager
 
AbstractTestBase - Class in org.apache.flink.test.util
 
AbstractTestBase(Configuration) - Constructor for class org.apache.flink.test.util.AbstractTestBase
 
AbstractUdfOperator<OUT,FT extends Function> - Class in org.apache.flink.api.common.operators
Abstract superclass for all contracts that represent actual operators.
AbstractUdfOperator(UserCodeWrapper<FT>, OperatorInformation<OUT>, String) - Constructor for class org.apache.flink.api.common.operators.AbstractUdfOperator
Creates a new abstract operator with the given name wrapping the given user function.
AbstractUnionRecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
 
AbstractUnionRecordReader(MutableRecordReader<T>[]) - Constructor for class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
Constructs a new mutable union record reader.
accept(Visitor<Operator<?>>) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.PartialSolutionPlaceHolder
 
accept(Visitor<Operator<?>>) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase.SolutionSetPlaceHolder
 
accept(Visitor<Operator<?>>) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase.WorksetPlaceHolder
 
accept(Visitor<Operator<?>>) - Method in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
Accepts the visitor and applies it this instance.
accept(Visitor<Operator<?>>) - Method in class org.apache.flink.api.common.operators.base.GenericDataSourceBase
Accepts the visitor and applies it this instance.
accept(Visitor<Operator<?>>) - Method in class org.apache.flink.api.common.operators.DualInputOperator
 
accept(Visitor<Operator<?>>) - Method in class org.apache.flink.api.common.operators.SingleInputOperator
Accepts the visitor and applies it this instance.
accept(Visitor<Operator<?>>) - Method in class org.apache.flink.api.common.Plan
Traverses the job depth first from all data sinks on towards the sources.
accept(Visitor<OptimizerNode>) - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
accept(Visitor<OptimizerNode>) - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
accept(Visitor<OptimizerNode>) - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
accept(Visitor<OptimizerNode>) - Method in class org.apache.flink.compiler.dag.OptimizerNode
This method implements the visit of a depth-first graph traversing visitor.
accept(Visitor<OptimizerNode>) - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
accept(Visitor<OptimizerNode>) - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
accept(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.BulkPartialSolutionPlanNode
 
accept(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
accept(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.NAryUnionPlanNode
 
accept(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.OptimizedPlan
Takes the given visitor and applies it top down to all nodes, starting at the sinks.
accept(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
accept(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.SolutionSetPlanNode
 
accept(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.SourcePlanNode
 
accept(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.WorksetPlanNode
 
accept(Visitor<T>) - Method in interface org.apache.flink.util.Visitable
Contains the logic to invoke the visitor and continue the traversal.
acceptFile(FileStatus) - Method in class org.apache.flink.api.common.io.FileInputFormat
A simple hook to filter files and directories from the input.
acceptForStepFunction(Visitor<OptimizerNode>) - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
acceptForStepFunction(Visitor<OptimizerNode>) - Method in interface org.apache.flink.compiler.dag.IterationNode
 
acceptForStepFunction(Visitor<OptimizerNode>) - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
acceptForStepFunction(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
acceptForStepFunction(Visitor<PlanNode>) - Method in interface org.apache.flink.compiler.plan.IterationPlanNode
 
acceptForStepFunction(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
Accumulator<V,R> - Interface in org.apache.flink.api.common.accumulators
Interface for custom accumulator objects.
AccumulatorEvent - Class in org.apache.flink.runtime.accumulators
This class encapsulates a map of accumulators for a single job.
AccumulatorEvent() - Constructor for class org.apache.flink.runtime.accumulators.AccumulatorEvent
 
AccumulatorEvent(JobID, Map<String, Accumulator<?, ?>>) - Constructor for class org.apache.flink.runtime.accumulators.AccumulatorEvent
 
AccumulatorHelper - Class in org.apache.flink.api.common.accumulators
 
AccumulatorHelper() - Constructor for class org.apache.flink.api.common.accumulators.AccumulatorHelper
 
AccumulatorManager - Class in org.apache.flink.runtime.jobmanager.accumulators
This class manages the accumulators for different jobs.
AccumulatorManager(int) - Constructor for class org.apache.flink.runtime.jobmanager.accumulators.AccumulatorManager
 
AccumulatorProtocol - Interface in org.apache.flink.runtime.protocols
The accumulator protocol is implemented by the job manager.
AdaptiveSpanningRecordDeserializer<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.serialization
 
AdaptiveSpanningRecordDeserializer() - Constructor for class org.apache.flink.runtime.io.network.serialization.AdaptiveSpanningRecordDeserializer
 
add(V) - Method in interface org.apache.flink.api.common.accumulators.Accumulator
 
add(Double) - Method in class org.apache.flink.api.common.accumulators.DoubleCounter
 
add(Integer) - Method in class org.apache.flink.api.common.accumulators.Histogram
 
add(Integer) - Method in class org.apache.flink.api.common.accumulators.IntCounter
 
add(Long) - Method in class org.apache.flink.api.common.accumulators.LongCounter
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.apache.flink.api.java.tuple.builder.Tuple10Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in class org.apache.flink.api.java.tuple.builder.Tuple11Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in class org.apache.flink.api.java.tuple.builder.Tuple12Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in class org.apache.flink.api.java.tuple.builder.Tuple13Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in class org.apache.flink.api.java.tuple.builder.Tuple14Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in class org.apache.flink.api.java.tuple.builder.Tuple15Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in class org.apache.flink.api.java.tuple.builder.Tuple16Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in class org.apache.flink.api.java.tuple.builder.Tuple17Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in class org.apache.flink.api.java.tuple.builder.Tuple18Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in class org.apache.flink.api.java.tuple.builder.Tuple19Builder
 
add(T0) - Method in class org.apache.flink.api.java.tuple.builder.Tuple1Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in class org.apache.flink.api.java.tuple.builder.Tuple20Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in class org.apache.flink.api.java.tuple.builder.Tuple21Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in class org.apache.flink.api.java.tuple.builder.Tuple22Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in class org.apache.flink.api.java.tuple.builder.Tuple23Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23) - Method in class org.apache.flink.api.java.tuple.builder.Tuple24Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24) - Method in class org.apache.flink.api.java.tuple.builder.Tuple25Builder
 
add(T0, T1) - Method in class org.apache.flink.api.java.tuple.builder.Tuple2Builder
 
add(T0, T1, T2) - Method in class org.apache.flink.api.java.tuple.builder.Tuple3Builder
 
add(T0, T1, T2, T3) - Method in class org.apache.flink.api.java.tuple.builder.Tuple4Builder
 
add(T0, T1, T2, T3, T4) - Method in class org.apache.flink.api.java.tuple.builder.Tuple5Builder
 
add(T0, T1, T2, T3, T4, T5) - Method in class org.apache.flink.api.java.tuple.builder.Tuple6Builder
 
add(T0, T1, T2, T3, T4, T5, T6) - Method in class org.apache.flink.api.java.tuple.builder.Tuple7Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7) - Method in class org.apache.flink.api.java.tuple.builder.Tuple8Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.apache.flink.api.java.tuple.builder.Tuple9Builder
 
add(KMeans.Point) - Method in class org.apache.flink.example.java.clustering.KMeans.Point
 
add(Integer) - Method in class org.apache.flink.example.java.relational.EmptyFieldsCountAccumulator.VectorAccumulator
Increases the result vector component at the specified position by 1.
add(int) - Method in class org.apache.flink.runtime.util.IntArrayList
 
add(long) - Method in class org.apache.flink.runtime.util.LongArrayList
 
add(int, V) - Method in class org.apache.flink.types.ListValue
 
add(V) - Method in class org.apache.flink.types.ListValue
 
addAccumulator(String, Accumulator<V, A>) - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Add this accumulator.
addAccumulator(String, Accumulator<V, A>) - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
 
addAll(AggregatorRegistry) - Method in class org.apache.flink.api.common.aggregators.AggregatorRegistry
 
addAll(Configuration) - Method in class org.apache.flink.configuration.Configuration
 
addAll(Configuration, String) - Method in class org.apache.flink.configuration.Configuration
Adds all entries from the given configuration into this configuration.
addAll(Configuration) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
addAll(Configuration, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
addAll(Collection<? extends V>) - Method in class org.apache.flink.types.ListValue
 
addAll(int, Collection<? extends V>) - Method in class org.apache.flink.types.ListValue
 
addArtificialDamCost(EstimateProvider, long, Costs) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addArtificialDamCost(EstimateProvider, long, Costs) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addBlockNestedLoopsCosts(EstimateProvider, EstimateProvider, long, Costs, int) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addBlockNestedLoopsCosts(EstimateProvider, EstimateProvider, long, Costs, int) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addBroadcastConnection(String, PactConnection) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Adds the broadcast connection identified by the given name to this node.
addBroadcastCost(EstimateProvider, int, Costs) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addBroadcastCost(EstimateProvider, int, Costs) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addBroadcastInputToGroup(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
addBroadcastSetForMessagingFunction(String, DataSet<?>) - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Adds a data set as a broadcast set to the messaging function.
addBroadcastSetForUpdateFunction(String, DataSet<?>) - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Adds a data set as a broadcast set to the vertex update function.
addCachedHybridHashCosts(EstimateProvider, EstimateProvider, Costs, int) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addCachedHybridHashCosts(EstimateProvider, EstimateProvider, Costs, int) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
Calculates the costs for the cached variant of the hybrid hash join.
addChainedTask(Class<? extends ChainedDriver>, TaskConfig, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
addClass(Class<?>) - Method in class org.apache.flink.runtime.util.JarFileCreator
Adds a Class object to the set of classes which shall eventually be included in the jar file.
addClosedBranch(OptimizerNode) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
addClosedBranches(Set<OptimizerNode>) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
addCopyTaskForCacheFile(String, FutureTask<Path>) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
addCosts(Costs) - Method in class org.apache.flink.compiler.costs.Costs
Adds the given costs to these costs.
addCpuCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Adds the given CPU cost to the current CPU cost for this Costs object.
addDataSink(GenericDataSinkBase<?>) - Method in class org.apache.flink.api.common.Plan
Adds a data sink to the set of sinks in this program.
addDiskCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Adds the costs for disk to the current disk costs for this Costs object.
addEdge(PlanNode, PlanNode) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockGraph
 
addEdge(DeadlockVertex) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
addField(Integer) - Method in class org.apache.flink.api.common.operators.util.FieldList
 
addField(Integer) - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
addField(Value) - Method in class org.apache.flink.types.Record
 
addFields(int...) - Method in class org.apache.flink.api.common.operators.util.FieldList
 
addFields(FieldSet) - Method in class org.apache.flink.api.common.operators.util.FieldList
 
addFields(int...) - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
addFields(FieldSet) - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
addFileInputCost(long, Costs) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addFileInputCost(long, Costs) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addFirstInput(Operator<IN1>...) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addFirstInputs(List<Operator<IN1>>) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addForwardedField(int, int) - Method in class org.apache.flink.api.common.operators.SingleInputSemanticProperties
Adds, to the existing information, a field that is forwarded directly from the source record(s) to the destination record(s).
addForwardedField(int, FieldSet) - Method in class org.apache.flink.api.common.operators.SingleInputSemanticProperties
Adds, to the existing information, a field that is forwarded directly from the source record(s) to multiple fields in the destination record(s).
addForwardedField1(int, int) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Adds, to the existing information, a field that is forwarded directly from the source record(s) in the first input to the destination record(s).
addForwardedField1(int, FieldSet) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Adds, to the existing information, a field that is forwarded directly from the source record(s) in the first input to multiple fields in the destination record(s).
addForwardedField2(int, int) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Adds, to the existing information, a field that is forwarded directly from the source record(s) in the second input to the destination record(s).
addForwardedField2(int, FieldSet) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Adds, to the existing information, a field that is forwarded directly from the source record(s) in the second input to multiple fields in the destination record(s).
addGlobalProperties(RequestedGlobalProperties) - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
 
addHashPartitioningCost(EstimateProvider, Costs) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addHashPartitioningCost(EstimateProvider, Costs) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addHeuristicCpuCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Adds the given heuristic CPU cost to the current heuristic CPU cost for this Costs object.
addHeuristicDiskCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Adds the heuristic costs for disk to the current heuristic disk costs for this Costs object.
addHeuristicNetworkCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Adds the heuristic costs for network to the current heuristic network costs for this Costs object.
addHybridHashCosts(EstimateProvider, EstimateProvider, Costs, int) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addHybridHashCosts(EstimateProvider, EstimateProvider, Costs, int) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addInput(Operator<IN>...) - Method in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addInput(Operator<IN>...) - Method in class org.apache.flink.api.common.operators.SingleInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addInput(List<Operator<IN>>) - Method in class org.apache.flink.api.common.operators.SingleInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addInput(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addInputs(List<? extends Operator<IN>>) - Method in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addInputs(List<? extends Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addInputToGroup(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
addInterestingProperties(InterestingProperties) - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
 
addIterationAggregator(String, Aggregator<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
addIterationAggregators(Collection<AggregatorWithName<?>>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
addJar(Path) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Adds the path of a JAR file required to run the job on a task manager.
addJavascriptFile(String) - Method in class org.apache.flink.client.web.GUIServletStub
Adds a javascript file to be included in the header.
addLibrary(JobID, Path, long, DataInput) - Static method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Reads a library from the given input stream and adds it to the local library cache.
addLocalCandidates(Channel, List<Set<? extends NamedChannel>>, RequestedGlobalProperties, List<PlanNode>, CostEstimator) - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
addLocalCandidates(Channel, Channel, List<Set<? extends NamedChannel>>, RequestedGlobalProperties, RequestedGlobalProperties, List<PlanNode>, OperatorDescriptorDual.LocalPropertiesPair[], CostEstimator) - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
addLocalMergeCost(EstimateProvider, EstimateProvider, Costs, int) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addLocalMergeCost(EstimateProvider, EstimateProvider, Costs, int) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addLocalProperties(RequestedLocalProperties) - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
 
addLocalSortCost(EstimateProvider, Costs) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addLocalSortCost(EstimateProvider, Costs) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addNetworkCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Adds the costs for network to the current network costs for this Costs object.
addOutgoingChannel(Channel) - Method in class org.apache.flink.compiler.plan.PlanNode
Adds a channel to a successor node to this node.
addOutgoingConnection(PactConnection) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Adds a new outgoing connection to this node.
addOutputShipStrategy(ShipStrategyType) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
addProfilingData(InternalProfilingData) - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
addRandomPartitioningCost(EstimateProvider, Costs) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addRandomPartitioningCost(EstimateProvider, Costs) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addRangePartitionCost(EstimateProvider, Costs) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addRangePartitionCost(EstimateProvider, Costs) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addReadFields(FieldSet) - Method in class org.apache.flink.api.common.operators.SingleInputSemanticProperties
Adds, to the existing information, field(s) that are read in the source record(s).
addReadFields1(FieldSet) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Adds, to the existing information, field(s) that are read in the source record(s) from the first input.
addReadFields2(FieldSet) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Adds, to the existing information, field(s) that are read in the source record(s) from the second input.
addRecord(T) - Method in interface org.apache.flink.runtime.io.network.serialization.RecordSerializer
 
addRecord(T) - Method in class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
 
address() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
Returns the network address the instance's task manager binds its sockets to.
addSecondInput(Operator<IN2>...) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addSecondInputs(List<Operator<IN2>>) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addStageMember(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
Adds a new execution group vertex to this stage if it is not already included.
addStaticResolution(String, String) - Static method in class org.apache.flink.runtime.net.NetUtils
Adds a static resolution for host.
addStreamedNestedLoopsCosts(EstimateProvider, EstimateProvider, long, Costs, int) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addStreamedNestedLoopsCosts(EstimateProvider, EstimateProvider, long, Costs, int) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addStyleSheet(String) - Method in class org.apache.flink.client.web.GUIServletStub
Adds a stylesheet file to be included in the header.
addType(int, X) - Method in class org.apache.flink.compiler.postpass.AbstractSchema
 
addType(int, Class<? extends Value>) - Method in class org.apache.flink.compiler.postpass.DenseValueSchema
 
addType(int, Class<? extends Key<?>>) - Method in class org.apache.flink.compiler.postpass.SparseKeySchema
 
addUniqueField(FieldSet) - Method in class org.apache.flink.api.common.operators.CompilerHints
Adds a FieldSet to be unique
addUniqueField(int) - Method in class org.apache.flink.api.common.operators.CompilerHints
Adds a field as having only unique values.
addUniqueFieldCombination(FieldSet) - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
addUniqueFields(Set<FieldSet>) - Method in class org.apache.flink.api.common.operators.CompilerHints
Adds multiple FieldSets to be unique
addUniqueFields(FieldSet) - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
Adds a combination of fields that are unique in these data properties.
addUserThread(ThreadMXBean, Thread) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
addVertex(PlanNode) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockGraph
 
addVertex(AbstractJobInputVertex) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Adds a new input vertex to the job graph if it is not already included.
addVertex(JobTaskVertex) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Adds a new task vertex to the job graph if it is not already included.
addVertex(AbstractJobOutputVertex) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Adds a new output vertex to the job graph if it is not already included.
addWriter(RecordWriter<SerializationDelegate<T>>) - Method in class org.apache.flink.runtime.operators.shipping.OutputCollector
Adds a writer to the OutputCollector.
addWriter(RecordWriter<Record>) - Method in class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
Adds a writer to the OutputCollector.
addWrittenFields(FieldSet) - Method in class org.apache.flink.api.common.operators.SemanticProperties
Adds, to the existing information, field(s) that are written in the destination record(s).
adjustGlobalPropertiesForFullParallelismChange() - Method in class org.apache.flink.compiler.plan.Channel
 
adjustTop() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Should be called when the Object at top changes values.
advance() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Advances the view to the next memory segment.
advance() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Moves the output view to the next page.
aggregate(T) - Method in interface org.apache.flink.api.common.aggregators.Aggregator
Aggregates the given element.
aggregate(DoubleValue) - Method in class org.apache.flink.api.common.aggregators.DoubleSumAggregator
 
aggregate(double) - Method in class org.apache.flink.api.common.aggregators.DoubleSumAggregator
Adds the given value to the current aggregate.
aggregate(LongValue) - Method in class org.apache.flink.api.common.aggregators.LongSumAggregator
 
aggregate(long) - Method in class org.apache.flink.api.common.aggregators.LongSumAggregator
Adds the given value to the current aggregate.
aggregate(long) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionAggregator
 
aggregate(LongValue) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionAggregator
 
aggregate(T) - Method in class org.apache.flink.api.java.aggregation.AggregationFunction
 
aggregate(T) - Method in class org.apache.flink.api.java.aggregation.MaxAggregationFunction
 
aggregate(T) - Method in class org.apache.flink.api.java.aggregation.MinAggregationFunction
 
aggregate(Byte) - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.ByteSumAgg
 
aggregate(Double) - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.DoubleSumAgg
 
aggregate(Float) - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.FloatSumAgg
 
aggregate(Integer) - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.IntSumAgg
 
aggregate(Long) - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.LongSumAgg
 
aggregate(Short) - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.ShortSumAgg
 
aggregate(Aggregations, int) - Method in class org.apache.flink.api.java.DataSet
Applies an Aggregate transformation on a non-grouped Tuple DataSet.
Note: Only Tuple DataSets can be aggregated. The transformation applies a built-in Aggregation on a specified field of a Tuple DataSet.
aggregate(Aggregations, int) - Method in class org.apache.flink.api.java.operators.UnsortedGrouping
Applies an Aggregate transformation on a grouped Tuple DataSet.
Note: Only Tuple DataSets can be aggregated. The transformation applies a built-in Aggregation on a specified field of a Tuple group.
AggregateOperator<IN> - Class in org.apache.flink.api.java.operators
This operator represents the application of a "aggregate" operation on a data set, and the result data set produced by the function.
AggregateOperator(DataSet<IN>, Aggregations, int) - Constructor for class org.apache.flink.api.java.operators.AggregateOperator
Non grouped aggregation
AggregateOperator(Grouping<IN>, Aggregations, int) - Constructor for class org.apache.flink.api.java.operators.AggregateOperator
Grouped aggregation
AggregateOperator.AggregatingUdf<T extends Tuple> - Class in org.apache.flink.api.java.operators
 
AggregatingUdf(AggregationFunction<Object>[], int[]) - Constructor for class org.apache.flink.api.java.operators.AggregateOperator.AggregatingUdf
 
AggregationFunction<T> - Class in org.apache.flink.api.java.aggregation
 
AggregationFunction() - Constructor for class org.apache.flink.api.java.aggregation.AggregationFunction
 
AggregationFunctionFactory - Interface in org.apache.flink.api.java.aggregation
 
Aggregations - Enum in org.apache.flink.api.java.aggregation
 
Aggregator<T extends Value> - Interface in org.apache.flink.api.common.aggregators
Aggregators are a means of aggregating values across parallel instances of a function.
AGGREGATOR_NAME - Static variable in class org.apache.flink.runtime.iterative.convergence.WorksetEmptyConvergenceCriterion
 
AggregatorRegistry - Class in org.apache.flink.api.common.aggregators
A registry for iteration Aggregators.
AggregatorRegistry() - Constructor for class org.apache.flink.api.common.aggregators.AggregatorRegistry
 
AggregatorWithName<T extends Value> - Class in org.apache.flink.api.common.aggregators
Simple utility class holding an Aggregator with the name it is registered under.
AggregatorWithName(String, Aggregator<T>) - Constructor for class org.apache.flink.api.common.aggregators.AggregatorWithName
Creates a new instance for the given aggregator and name.
AllGroupReduceDriver<IT,OT> - Class in org.apache.flink.runtime.operators
GroupReduce task which is executed by a Nephele task manager.
AllGroupReduceDriver() - Constructor for class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
AllGroupReduceProperties - Class in org.apache.flink.compiler.operators
 
AllGroupReduceProperties() - Constructor for class org.apache.flink.compiler.operators.AllGroupReduceProperties
 
AllGroupWithPartialPreGroupProperties - Class in org.apache.flink.compiler.operators
 
AllGroupWithPartialPreGroupProperties() - Constructor for class org.apache.flink.compiler.operators.AllGroupWithPartialPreGroupProperties
 
AllocatedResource - Class in org.apache.flink.runtime.instance
An allocated resource object unambiguously defines the hardware resources which have been assigned to an ExecutionVertex for executing a task.
AllocatedResource(Instance, AllocationID) - Constructor for class org.apache.flink.runtime.instance.AllocatedResource
Constructs a new allocated resource object.
allocatedResourcesDied(JobID, List<AllocatedResource>) - Method in interface org.apache.flink.runtime.instance.InstanceListener
Called if one or more allocated resources assigned to at least one job have died unexpectedly.
allocatedResourcesDied(JobID, List<AllocatedResource>) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
 
AllocatedSlot - Class in org.apache.flink.runtime.instance
An allocated slot is a part of an instance which is assigned to a job.
AllocatedSlot(JobID) - Constructor for class org.apache.flink.runtime.instance.AllocatedSlot
Creates a new allocated slice on the given hosting instance.
allocatePages(AbstractInvokable, int) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
allocatePages(AbstractInvokable, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
allocatePages(AbstractInvokable, int) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
 
allocatePages(AbstractInvokable, List<MemorySegment>, int) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
 
allocateSegments(int) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
attempts to allocate specified number of segments and should only be used by compaction partition fails silently if not enough segments are available since next compaction could still succeed
allocateSlot(JobID) - Method in class org.apache.flink.runtime.instance.Instance
 
AllocationID - Class in org.apache.flink.runtime.instance
An allocation ID unambiguously identifies the allocated resources within an Instance.
AllocationID() - Constructor for class org.apache.flink.runtime.instance.AllocationID
 
allowedExitCodes - Variable in class org.apache.flink.api.java.record.io.ExternalProcessInputFormat
Array of allowed exit codes
ALLOWEDEXITCODES_PARAMETER_KEY - Static variable in class org.apache.flink.api.java.record.io.ExternalProcessInputFormat
The config parameter lists (comma separated) all allowed exit codes
AllReduceDriver<T> - Class in org.apache.flink.runtime.operators
Reduce task which is executed by a Nephele task manager.
AllReduceDriver() - Constructor for class org.apache.flink.runtime.operators.AllReduceDriver
 
AllReduceProperties - Class in org.apache.flink.compiler.operators
 
AllReduceProperties() - Constructor for class org.apache.flink.compiler.operators.AllReduceProperties
 
AllWorkersDoneEvent - Class in org.apache.flink.runtime.iterative.event
 
AllWorkersDoneEvent() - Constructor for class org.apache.flink.runtime.iterative.event.AllWorkersDoneEvent
 
AllWorkersDoneEvent(Map<String, Aggregator<?>>) - Constructor for class org.apache.flink.runtime.iterative.event.AllWorkersDoneEvent
 
and(Aggregations, int) - Method in class org.apache.flink.api.java.operators.AggregateOperator
 
andMax(int) - Method in class org.apache.flink.api.java.operators.AggregateOperator
 
andMin(int) - Method in class org.apache.flink.api.java.operators.AggregateOperator
 
andSum(int) - Method in class org.apache.flink.api.java.operators.AggregateOperator
 
Annotations - Class in org.apache.flink.api.scala.operators
 
Annotations() - Constructor for class org.apache.flink.api.scala.operators.Annotations
 
AntiJoinVisits() - Constructor for class org.apache.flink.example.java.relational.WebLogAnalysis.AntiJoinVisits
 
append(byte[], int, int) - Method in class org.apache.flink.core.io.StringRecord
Append a range of bytes to the end of the given text
append(byte[], int, int) - Method in class org.apache.flink.runtime.types.FileRecord
Append a range of bytes to the end of the given data.
append(char) - Method in class org.apache.flink.types.StringValue
 
append(CharSequence) - Method in class org.apache.flink.types.StringValue
 
append(CharSequence, int, int) - Method in class org.apache.flink.types.StringValue
 
append(StringValue) - Method in class org.apache.flink.types.StringValue
 
append(StringValue, int, int) - Method in class org.apache.flink.types.StringValue
 
appendOrdering(Integer, Class<? extends Key<?>>, Order) - Method in class org.apache.flink.api.common.operators.Ordering
Extends this ordering by appending an additional order requirement.
appendRecord(T) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
Inserts the given object into the current buffer.
archiveEvent(JobID, AbstractEvent) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Stores event in archive
archiveEvent(JobID, AbstractEvent) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
archiveJobevent(JobID, RecentJobEvent) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Stores old job in archive
archiveJobevent(JobID, RecentJobEvent) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
ArchiveListener - Interface in org.apache.flink.runtime.jobmanager.archive
Interface used to implement Archivists, that store old jobmanager information discarded by the EventCollector.
archiveManagementGraph(JobID, ManagementGraph) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Stores old ManagementGraph in archive
archiveManagementGraph(JobID, ManagementGraph) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
archiveNetworkTopology(JobID, NetworkTopology) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Stores old NetworkTopology in Archive
archiveNetworkTopology(JobID, NetworkTopology) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
areBranchCompatible(PlanNode, PlanNode) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Checks whether to candidate plans for the sub-plan of this node are comparable.
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.BinaryUnionOpDescriptor
 
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CartesianProductDescriptor
 
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CoGroupDescriptor
 
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CoGroupWithSolutionSetFirstDescriptor
 
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CoGroupWithSolutionSetSecondDescriptor
 
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.HashJoinBuildFirstProperties
 
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.HashJoinBuildSecondProperties
 
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.SortMergeJoinDescriptor
 
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.UtilSinkJoinOpDescriptor
 
areCompatibale(Keys<?>) - Method in class org.apache.flink.api.java.operators.Keys
 
areCompatibale(Keys<?>) - Method in class org.apache.flink.api.java.operators.Keys.ExpressionKeys
 
areCompatibale(Keys<?>) - Method in class org.apache.flink.api.java.operators.Keys.FieldPositionKeys
 
areCompatibale(Keys<?>) - Method in class org.apache.flink.api.java.operators.Keys.SelectorFunctionKeys
 
areFieldsUnique(FieldSet) - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
Checks whether the given set of fields is unique, as specified in these local properties.
areVertexDegreesCorrect() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Checks for all registered job vertices if their in-/out-degree is correct.
ARG_CONF_DIR - Static variable in class org.apache.flink.runtime.taskmanager.TaskManager
 
arrayAwareToString(Object) - Static method in class org.apache.flink.util.StringUtils
This method calls Object.toString() on the given object, unless the object is an array.
arrayNext() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
arrayNext() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
arrayToString(Object) - Static method in class org.apache.flink.util.StringUtils
Returns a string representation of the given array.
asArray(Class<U>) - Static method in class org.apache.flink.api.common.operators.AbstractUdfOperator
Generic utility function that wraps a single class object into an array of that class type.
ascendingComparison - Variable in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
ascii - Variable in class org.apache.flink.api.java.record.io.TextInputFormat
 
asFile(String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
assignedVertices() - Method in class org.apache.flink.runtime.instance.AllocatedResource
Returns an iterator over all execution vertices currently assigned to this allocated resource.
assignPartition(int, byte) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Assigns a partition to a bucket.
assignVertexToResource(ExecutionVertex) - Method in class org.apache.flink.runtime.instance.AllocatedResource
Assigns the given execution vertex to this allocated resource.
AtomicEnum<T extends Enum<T>> - Class in org.apache.flink.runtime.util
Auxiliary class which provides atomic operations on enumerations.
AtomicEnum(T) - Constructor for class org.apache.flink.runtime.util.AtomicEnum
Constructs a new atomic enumeration object.
AtomicEnumerator<E> - Class in org.apache.flink.runtime.util
 
AtomicEnumerator(E[]) - Constructor for class org.apache.flink.runtime.util.AtomicEnumerator
 
AtomicType<T> - Interface in org.apache.flink.api.java.typeutils
 
available() - Method in class org.apache.flink.core.fs.local.LocalDataInputStream
 
available() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
 
available() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
availableMemory - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The free memory segments currently available to the hash join.
AVG_RECORD_BYTES_UNKNOWN - Static variable in interface org.apache.flink.api.common.io.statistics.BaseStatistics
Constant indicating that average record width is unknown.
avgBytesPerRecord - Variable in class org.apache.flink.api.common.io.FileInputFormat.FileBaseStatistics
 
AvroBaseValue<T> - Class in org.apache.flink.api.avro
 
AvroBaseValue() - Constructor for class org.apache.flink.api.avro.AvroBaseValue
 
AvroBaseValue(T) - Constructor for class org.apache.flink.api.avro.AvroBaseValue
 
AvroInputFormat<E> - Class in org.apache.flink.api.java.io
 
AvroInputFormat(Path, Class<E>) - Constructor for class org.apache.flink.api.java.io.AvroInputFormat
 
AvroInputFormat<E> - Class in org.apache.flink.api.java.record.io.avro
 
AvroInputFormat(Class<? extends AvroBaseValue<E>>) - Constructor for class org.apache.flink.api.java.record.io.avro.AvroInputFormat
 
AvroInputFormat(Class<? extends AvroBaseValue<E>>, Class<E>) - Constructor for class org.apache.flink.api.java.record.io.avro.AvroInputFormat
 
AvroOutputFormat<E> - Class in org.apache.flink.api.java.io
 
AvroOutputFormat(Path, Class<E>) - Constructor for class org.apache.flink.api.java.io.AvroOutputFormat
 
AvroOutputFormat(Class<E>) - Constructor for class org.apache.flink.api.java.io.AvroOutputFormat
 
AvroRecordInputFormat - Class in org.apache.flink.api.java.record.io.avro
Input format to read Avro files.
AvroRecordInputFormat() - Constructor for class org.apache.flink.api.java.record.io.avro.AvroRecordInputFormat
 
AvroRecordInputFormat.BooleanListValue - Class in org.apache.flink.api.java.record.io.avro
 
AvroRecordInputFormat.BooleanMapValue - Class in org.apache.flink.api.java.record.io.avro
 
AvroRecordInputFormat.DoubleListValue - Class in org.apache.flink.api.java.record.io.avro
 
AvroRecordInputFormat.DoubleMapValue - Class in org.apache.flink.api.java.record.io.avro
 
AvroRecordInputFormat.FloatListValue - Class in org.apache.flink.api.java.record.io.avro
 
AvroRecordInputFormat.FloatMapValue - Class in org.apache.flink.api.java.record.io.avro
 
AvroRecordInputFormat.IntListValue - Class in org.apache.flink.api.java.record.io.avro
 
AvroRecordInputFormat.IntMapValue - Class in org.apache.flink.api.java.record.io.avro
 
AvroRecordInputFormat.LongListValue - Class in org.apache.flink.api.java.record.io.avro
 
AvroRecordInputFormat.LongMapValue - Class in org.apache.flink.api.java.record.io.avro
 
AvroRecordInputFormat.StringListValue - Class in org.apache.flink.api.java.record.io.avro
 
AvroRecordInputFormat.StringMapValue - Class in org.apache.flink.api.java.record.io.avro
 
AvroSerializer<T> - Class in org.apache.flink.api.java.typeutils.runtime
General purpose serialization.
AvroSerializer(Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
AvroSerializer(Class<T>, Class<? extends T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
awaitStartOfSuperstepOrTermination(int) - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch
 

B

BaseStatistics - Interface in org.apache.flink.api.common.io.statistics
Interface describing the basic statistics that can be obtained from the input.
BasicArrayTypeInfo<T,C> - Class in org.apache.flink.api.java.typeutils
 
BasicTypeComparator<T extends Comparable<T>> - Class in org.apache.flink.api.common.typeutils.base
 
BasicTypeComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
BasicTypeInfo<T> - Class in org.apache.flink.api.java.typeutils
 
BATCH_INTERVAL - Static variable in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
 
binary() - Static method in class org.apache.flink.api.java.record.operators.OperatorInfoHelper
 
BinaryInputFormat<T extends IOReadableWritable> - Class in org.apache.flink.api.common.io
Base class for all input formats that use blocks of fixed size.
BinaryInputFormat() - Constructor for class org.apache.flink.api.common.io.BinaryInputFormat
 
BinaryInputFormat.BlockBasedInput - Class in org.apache.flink.api.common.io
Writes a block info at the end of the blocks.
Current implementation uses only int and not long.
BinaryOperatorInformation<IN1,IN2,OUT> - Class in org.apache.flink.api.common.operators
A class for holding information about a single input operator, such as input/output TypeInformation.
BinaryOperatorInformation(TypeInformation<IN1>, TypeInformation<IN2>, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.common.operators.BinaryOperatorInformation
 
BinaryOutputFormat<T extends IOReadableWritable> - Class in org.apache.flink.api.common.io
 
BinaryOutputFormat() - Constructor for class org.apache.flink.api.common.io.BinaryOutputFormat
 
BinaryOutputFormat.BlockBasedOutput - Class in org.apache.flink.api.common.io
Writes a block info at the end of the blocks.
Current implementation uses only int and not long.
BinaryUnionNode - Class in org.apache.flink.compiler.dag
The Optimizer representation of a binary Union.
BinaryUnionNode(Union<?>) - Constructor for class org.apache.flink.compiler.dag.BinaryUnionNode
 
BinaryUnionOpDescriptor - Class in org.apache.flink.compiler.operators
 
BinaryUnionOpDescriptor() - Constructor for class org.apache.flink.compiler.operators.BinaryUnionOpDescriptor
 
BinaryUnionPlanNode - Class in org.apache.flink.compiler.plan
A special subclass for the union to make it identifiable.
BinaryUnionPlanNode(BinaryUnionNode, Channel, Channel) - Constructor for class org.apache.flink.compiler.plan.BinaryUnionPlanNode
 
bind(ServerSocket, InetSocketAddress, int) - Static method in class org.apache.flink.runtime.ipc.Server
A convenience method to bind to a given address and report better exceptions if the address is not a valid host.
BLOCK_SIZE_PARAMETER_KEY - Static variable in class org.apache.flink.api.common.io.BinaryInputFormat
The config parameter which defines the fixed length of a record.
BLOCK_SIZE_PARAMETER_KEY - Static variable in class org.apache.flink.api.common.io.BinaryOutputFormat
The config parameter which defines the fixed length of a record.
BlockBasedInput(FSDataInputStream, int) - Constructor for class org.apache.flink.api.common.io.BinaryInputFormat.BlockBasedInput
 
BlockBasedOutput(OutputStream, int) - Constructor for class org.apache.flink.api.common.io.BinaryOutputFormat.BlockBasedOutput
 
BlockChannelAccess<R extends org.apache.flink.runtime.io.disk.iomanager.IORequest,C extends Collection<MemorySegment>> - Class in org.apache.flink.runtime.io.disk.iomanager
A base class for readers and writers that accept read or write requests for whole blocks.
BlockChannelAccess(Channel.ID, RequestQueue<R>, C, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
Creates a new channel access to the path indicated by the given ID.
BlockChannelReader - Class in org.apache.flink.runtime.io.disk.iomanager
A reader that reads data in blocks from a file channel.
BlockChannelReader(Channel.ID, RequestQueue<ReadRequest>, LinkedBlockingQueue<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
Creates a new block channel reader for the given channel.
BlockChannelWriter - Class in org.apache.flink.runtime.io.disk.iomanager
A writer that writes data in blocks to a file channel.
BlockChannelWriter(Channel.ID, RequestQueue<WriteRequest>, LinkedBlockingQueue<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriter
Creates a new block channel writer for the given channel.
BlockInfo - Class in org.apache.flink.api.common.io
 
BlockInfo() - Constructor for class org.apache.flink.api.common.io.BlockInfo
 
BlockingBackChannel - Class in org.apache.flink.runtime.iterative.concurrent
A concurrent datastructure that establishes a backchannel buffer between an iteration head and an iteration tail.
BlockingBackChannel(SerializedUpdateBuffer) - Constructor for class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannel
 
BlockingBackChannelBroker - Class in org.apache.flink.runtime.iterative.concurrent
Singleton class for the threadsafe handover of BlockingBackChannels from iteration heads to iteration tails
BlockLocation - Interface in org.apache.flink.core.fs
A BlockLocation lists hosts, offset and length of block.
BlockResettableIterator<T> - Class in org.apache.flink.runtime.operators.resettable
Implementation of an iterator that fetches a block of data into main memory and offers resettable access to the data in that block.
BlockResettableIterator(MemoryManager, Iterator<T>, TypeSerializer<T>, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
BlockResettableIterator(MemoryManager, TypeSerializer<T>, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
BlockResettableMutableObjectIterator<T> - Class in org.apache.flink.runtime.operators.resettable
Implementation of an iterator that fetches a block of data into main memory and offers resettable access to the data in that block.
BlockResettableMutableObjectIterator(MemoryManager, MutableObjectIterator<T>, TypeSerializer<T>, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
 
BOOLEAN_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.BasicArrayTypeInfo
 
BOOLEAN_PRIMITIVE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.PrimitiveArrayTypeInfo
 
BOOLEAN_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
BooleanComparator - Class in org.apache.flink.api.common.typeutils.base
 
BooleanComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.BooleanComparator
 
BooleanListValue() - Constructor for class org.apache.flink.api.java.record.io.avro.AvroRecordInputFormat.BooleanListValue
 
BooleanMapValue() - Constructor for class org.apache.flink.api.java.record.io.avro.AvroRecordInputFormat.BooleanMapValue
 
BooleanPrimitiveArraySerializer - Class in org.apache.flink.api.common.typeutils.base.array
A serializer for long arrays.
BooleanPrimitiveArraySerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
BooleanSerializer - Class in org.apache.flink.api.common.typeutils.base
 
BooleanSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
BooleanValue - Class in org.apache.flink.types
Boxed serializable and comparable boolean type, representing the primitive type boolean.
BooleanValue() - Constructor for class org.apache.flink.types.BooleanValue
 
BooleanValue(boolean) - Constructor for class org.apache.flink.types.BooleanValue
 
BooleanValueSerializer - Class in org.apache.flink.api.common.typeutils.base
 
BooleanValueSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
boundaries - Variable in class org.apache.flink.api.common.distributions.SimpleDistribution
 
branchingNode - Variable in class org.apache.flink.compiler.dag.OptimizerNode.UnclosedBranchDescriptor
 
branchPlan - Variable in class org.apache.flink.compiler.plan.PlanNode
 
breaksPipeline() - Method in enum org.apache.flink.compiler.dag.TempMode
 
broadcastBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
broadcastBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
broadcastEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
broadcastEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
 
broadcastEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
broadcastInputIterators - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The input readers for the configured broadcast variables, wrapped in an iterator.
broadcastInputReaders - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The input readers for the configured broadcast variables for this task.
broadcastInputs - Variable in class org.apache.flink.api.common.operators.AbstractUdfOperator
The extra inputs which parameterize the user function.
broadcastInputSerializers - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The serializers for the broadcast input data types.
Broker<V> - Class in org.apache.flink.runtime.iterative.concurrent
A concurrent data structure that allows the hand-over of an object between a pair of threads
Broker() - Constructor for class org.apache.flink.runtime.iterative.concurrent.Broker
 
brokerKey() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
buckets - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The array of memory segments that contain the buckets which form the actual hash-table of hash-codes and pointers to the elements.
bucketsPerSegmentBits - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The number of bits that describe the position of a bucket in a memory segment.
bucketsPerSegmentMask - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The number of hash table buckets in a single memory segment - 1.
Buffer - Class in org.apache.flink.runtime.io.network
 
Buffer(MemorySegment, int, BufferRecycler) - Constructor for class org.apache.flink.runtime.io.network.Buffer
 
buffer - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
buffer - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
BufferAvailabilityListener - Interface in org.apache.flink.runtime.io.network.bufferprovider
This interface must be implemented to receive an asynchronous callback from a BufferProvider as soon as a buffer has become available again.
bufferAvailable(Buffer) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferAvailabilityListener
Returns a Buffer to the listener.
bufferAvailable(Buffer) - Method in class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDecoder
Notifies the IO thread that a Buffer has become available again.
BufferOrEvent - Class in org.apache.flink.runtime.io.network.channels
Either type for Buffer and AbstractEvent.
BufferOrEvent(Buffer) - Constructor for class org.apache.flink.runtime.io.network.channels.BufferOrEvent
 
BufferOrEvent(AbstractEvent) - Constructor for class org.apache.flink.runtime.io.network.channels.BufferOrEvent
 
BufferPoolConnector - Class in org.apache.flink.runtime.util
 
BufferPoolConnector(Queue<MemorySegment>) - Constructor for class org.apache.flink.runtime.util.BufferPoolConnector
Constructs a new buffer pool connector
BufferProvider - Interface in org.apache.flink.runtime.io.network.bufferprovider
 
BufferProvider.BufferAvailabilityRegistration - Enum in org.apache.flink.runtime.io.network.bufferprovider
 
BufferProviderBroker - Interface in org.apache.flink.runtime.io.network.bufferprovider
 
BufferRecycler - Interface in org.apache.flink.runtime.io.network
 
BufferWriter - Class in org.apache.flink.runtime.io.network.api
 
BufferWriter(AbstractInvokable) - Constructor for class org.apache.flink.runtime.io.network.api.BufferWriter
 
build() - Method in class org.apache.flink.api.java.record.io.avro.example.User.Builder
 
build() - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Creates and returns a CoGroupOperator from using the values given to the builder.
build() - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Creates and returns a CrossOperator from using the values given to the builder.
build() - Method in class org.apache.flink.api.java.record.operators.CrossWithLargeOperator.Builder
Creates and returns a CrossOperator from using the values given to the builder.
build() - Method in class org.apache.flink.api.java.record.operators.CrossWithSmallOperator.Builder
Creates and returns a CrossOperator from using the values given to the builder.
build() - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Creates and returns a JoinOperator from using the values given to the builder.
build() - Method in class org.apache.flink.api.java.record.operators.MapOperator.Builder
Creates and returns a MapOperator from using the values given to the builder.
build() - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.Builder
Creates and returns a ReduceOperator from using the values given to the builder.
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple10Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple11Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple12Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple13Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple14Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple15Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple16Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple17Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple18Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple19Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple1Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple20Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple21Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple22Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple23Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple24Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple25Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple2Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple3Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple4Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple5Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple6Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple7Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple8Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple9Builder
 
builder(CoGroupFunction, Class<? extends Key<?>>, int, int) - Static method in class org.apache.flink.api.java.record.operators.CoGroupOperator
Creates a Builder with the provided CoGroupFunction implementation.
builder(Class<? extends CoGroupFunction>, Class<? extends Key<?>>, int, int) - Static method in class org.apache.flink.api.java.record.operators.CoGroupOperator
Creates a Builder with the provided CoGroupFunction implementation.
Builder(UserCodeWrapper<CoGroupFunction<Record, Record, Record>>, Class<? extends Key<?>>, int, int) - Constructor for class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Creates a Builder with the provided CoGroupFunction implementation.
Builder(UserCodeWrapper<CoGroupFunction<Record, Record, Record>>) - Constructor for class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Creates a Builder with the provided CoGroupFunction implementation.
builder(CrossFunction) - Static method in class org.apache.flink.api.java.record.operators.CrossOperator
Creates a Builder with the provided CrossFunction implementation.
builder(Class<? extends CrossFunction>) - Static method in class org.apache.flink.api.java.record.operators.CrossOperator
Creates a Builder with the provided CrossFunction implementation.
Builder(UserCodeWrapper<CrossFunction>) - Constructor for class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Creates a Builder with the provided CrossFunction implementation.
builder(CrossFunction) - Static method in class org.apache.flink.api.java.record.operators.CrossWithLargeOperator
Creates a Builder with the provided CrossFunction implementation.
builder(Class<? extends CrossFunction>) - Static method in class org.apache.flink.api.java.record.operators.CrossWithLargeOperator
Creates a Builder with the provided CrossFunction implementation.
builder(CrossFunction) - Static method in class org.apache.flink.api.java.record.operators.CrossWithSmallOperator
Creates a Builder with the provided CrossFunction implementation.
builder(Class<? extends CrossFunction>) - Static method in class org.apache.flink.api.java.record.operators.CrossWithSmallOperator
Creates a Builder with the provided CrossFunction implementation.
builder(JoinFunction, Class<? extends Key<?>>, int, int) - Static method in class org.apache.flink.api.java.record.operators.JoinOperator
Creates a Builder with the provided JoinFunction implementation
builder(Class<? extends JoinFunction>, Class<? extends Key<?>>, int, int) - Static method in class org.apache.flink.api.java.record.operators.JoinOperator
Creates a Builder with the provided JoinFunction implementation
Builder(UserCodeWrapper<JoinFunction>, Class<? extends Key<?>>, int, int) - Constructor for class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Creates a Builder with the provided JoinFunction implementation
Builder(UserCodeWrapper<JoinFunction>) - Constructor for class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Creates a Builder with the provided JoinFunction implementation.
builder(MapFunction) - Static method in class org.apache.flink.api.java.record.operators.MapOperator
Creates a Builder with the provided MapFunction implementation.
builder(Class<? extends MapFunction>) - Static method in class org.apache.flink.api.java.record.operators.MapOperator
Creates a Builder with the provided MapFunction implementation.
builder(ReduceFunction) - Static method in class org.apache.flink.api.java.record.operators.ReduceOperator
Creates a Builder with the provided ReduceFunction implementation.
builder(ReduceFunction, Class<? extends Key<?>>, int) - Static method in class org.apache.flink.api.java.record.operators.ReduceOperator
Creates a Builder with the provided ReduceFunction implementation.
builder(Class<? extends ReduceFunction>) - Static method in class org.apache.flink.api.java.record.operators.ReduceOperator
Creates a Builder with the provided ReduceFunction implementation.
builder(Class<? extends ReduceFunction>, Class<? extends Key<?>>, int) - Static method in class org.apache.flink.api.java.record.operators.ReduceOperator
Creates a Builder with the provided ReduceFunction implementation.
BuildFirstCachedMatchDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
 
BuildFirstCachedMatchDriver() - Constructor for class org.apache.flink.runtime.operators.BuildFirstCachedMatchDriver
 
BuildFirstHashMatchIterator<V1,V2,O> - Class in org.apache.flink.runtime.operators.hash
An implementation of the JoinTaskIterator that uses a hybrid-hash-join internally to match the records with equal key.
BuildFirstHashMatchIterator(MutableObjectIterator<V1>, MutableObjectIterator<V2>, TypeSerializer<V1>, TypeComparator<V1>, TypeSerializer<V2>, TypeComparator<V2>, TypePairComparator<V2, V1>, MemoryManager, IOManager, AbstractInvokable, double) - Constructor for class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
BuildFirstReOpenableHashMatchIterator<V1,V2,O> - Class in org.apache.flink.runtime.operators.hash
 
BuildFirstReOpenableHashMatchIterator(MutableObjectIterator<V1>, MutableObjectIterator<V2>, TypeSerializer<V1>, TypeComparator<V1>, TypeSerializer<V2>, TypeComparator<V2>, TypePairComparator<V2, V1>, MemoryManager, IOManager, AbstractInvokable, double) - Constructor for class org.apache.flink.runtime.operators.hash.BuildFirstReOpenableHashMatchIterator
 
buildInitialTable(MutableObjectIterator<BT>) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
buildJDBCInputFormat() - Static method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
A builder used to set parameters to the output format's configuration in a fluent way.
buildJDBCOutputFormat() - Static method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat
 
BuildOutgoingEdgeList() - Constructor for class org.apache.flink.example.java.graph.PageRankBasic.BuildOutgoingEdgeList
 
buildProgram(CommandLine) - Method in class org.apache.flink.client.CliFrontend
 
BuildSecondCachedMatchDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
 
BuildSecondCachedMatchDriver() - Constructor for class org.apache.flink.runtime.operators.BuildSecondCachedMatchDriver
 
BuildSecondHashMatchIterator<V1,V2,O> - Class in org.apache.flink.runtime.operators.hash
An implementation of the JoinTaskIterator that uses a hybrid-hash-join internally to match the records with equal key.
BuildSecondHashMatchIterator(MutableObjectIterator<V1>, MutableObjectIterator<V2>, TypeSerializer<V1>, TypeComparator<V1>, TypeSerializer<V2>, TypeComparator<V2>, TypePairComparator<V1, V2>, MemoryManager, IOManager, AbstractInvokable, double) - Constructor for class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
BuildSecondReOpenableHashMatchIterator<V1,V2,O> - Class in org.apache.flink.runtime.operators.hash
 
BuildSecondReOpenableHashMatchIterator(MutableObjectIterator<V1>, MutableObjectIterator<V2>, TypeSerializer<V1>, TypeComparator<V1>, TypeSerializer<V2>, TypeComparator<V2>, TypePairComparator<V1, V2>, MemoryManager, IOManager, AbstractInvokable, double) - Constructor for class org.apache.flink.runtime.operators.hash.BuildSecondReOpenableHashMatchIterator
 
buildSideComparator - Variable in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
The utilities to hash and compare the build side data types.
buildSideComparator - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The utilities to hash and compare the build side data types.
buildSideSerializer - Variable in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
The utilities to serialize the build side data types.
buildSideSerializer - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The utilities to serialize the build side data types.
buildTable(MutableObjectIterator<T>) - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
buildTable(MutableObjectIterator<T>) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
buildTableFromSpilledPartition(HashPartition<BT, PT>) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
BulkBlockChannelReader - Class in org.apache.flink.runtime.io.disk.iomanager
 
BulkBlockChannelReader(Channel.ID, RequestQueue<ReadRequest>, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.BulkBlockChannelReader
 
BulkIteration - Class in org.apache.flink.api.java.record.operators
 
BulkIteration() - Constructor for class org.apache.flink.api.java.record.operators.BulkIteration
 
BulkIteration(String) - Constructor for class org.apache.flink.api.java.record.operators.BulkIteration
 
BulkIteration.PartialSolutionPlaceHolder - Class in org.apache.flink.api.java.record.operators
Specialized operator to use as a recognizable place-holder for the input to the step function when composing the nested data flow.
BulkIterationBase<T> - Class in org.apache.flink.api.common.operators.base
 
BulkIterationBase(UnaryOperatorInformation<T, T>) - Constructor for class org.apache.flink.api.common.operators.base.BulkIterationBase
 
BulkIterationBase(UnaryOperatorInformation<T, T>, String) - Constructor for class org.apache.flink.api.common.operators.base.BulkIterationBase
 
BulkIterationBase.PartialSolutionPlaceHolder<OT> - Class in org.apache.flink.api.common.operators.base
Specialized operator to use as a recognizable place-holder for the input to the step function when composing the nested data flow.
BulkIterationBase.TerminationCriterionAggregationConvergence - Class in org.apache.flink.api.common.operators.base
Convergence for the termination criterion is reached if no tuple is output at current iteration for the termination criterion branch
BulkIterationBase.TerminationCriterionAggregator - Class in org.apache.flink.api.common.operators.base
Aggregator that basically only adds 1 for every output tuple of the termination criterion branch
BulkIterationBase.TerminationCriterionMapper<X> - Class in org.apache.flink.api.common.operators.base
Special Mapper that is added before a termination criterion and is only a container for an special aggregator
BulkIterationNode - Class in org.apache.flink.compiler.dag
A node in the optimizer's program representation for a bulk iteration.
BulkIterationNode(BulkIterationBase<?>) - Constructor for class org.apache.flink.compiler.dag.BulkIterationNode
Creates a new node for the bulk iteration.
BulkIterationPlanNode - Class in org.apache.flink.compiler.plan
 
BulkIterationPlanNode(BulkIterationNode, String, Channel, BulkPartialSolutionPlanNode, PlanNode) - Constructor for class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
BulkIterationPlanNode(BulkIterationNode, String, Channel, BulkPartialSolutionPlanNode, PlanNode, PlanNode) - Constructor for class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
BulkIterationResultSet<T> - Class in org.apache.flink.api.java
 
BulkPartialSolutionNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of the partial solution that is input to a bulk iteration.
BulkPartialSolutionNode(BulkIterationBase.PartialSolutionPlaceHolder<?>, BulkIterationNode) - Constructor for class org.apache.flink.compiler.dag.BulkPartialSolutionNode
 
BulkPartialSolutionPlanNode - Class in org.apache.flink.compiler.plan
Plan candidate node for partial solution of a bulk iteration.
BulkPartialSolutionPlanNode(BulkPartialSolutionNode, String, GlobalProperties, LocalProperties, Channel) - Constructor for class org.apache.flink.compiler.plan.BulkPartialSolutionPlanNode
 
BYTE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.BasicArrayTypeInfo
 
BYTE_PRIMITIVE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.PrimitiveArrayTypeInfo
 
BYTE_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
ByteComparator - Class in org.apache.flink.api.common.typeutils.base
 
ByteComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.ByteComparator
 
ByteParser - Class in org.apache.flink.types.parser
 
ByteParser() - Constructor for class org.apache.flink.types.parser.ByteParser
 
BytePrimitiveArraySerializer - Class in org.apache.flink.api.common.typeutils.base.array
A serializer for long arrays.
BytePrimitiveArraySerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
ByteSerializer - Class in org.apache.flink.api.common.typeutils.base
 
ByteSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
bytesToCodePoint(ByteBuffer) - Static method in class org.apache.flink.core.io.StringRecord
Returns the next code point at the current position in the buffer.
ByteSumAgg() - Constructor for class org.apache.flink.api.java.aggregation.SumAggregationFunction.ByteSumAgg
 
byteToHexString(byte[], int, int) - Static method in class org.apache.flink.util.StringUtils
Given an array of bytes it will convert the bytes to a hex string representation of the bytes.
byteToHexString(byte[]) - Static method in class org.apache.flink.util.StringUtils
Given an array of bytes it will convert the bytes to a hex string representation of the bytes.
ByteValue - Class in org.apache.flink.types
Boxed serializable and comparable byte type, representing the primitive type byte (signed 8 bit integer).
ByteValue() - Constructor for class org.apache.flink.types.ByteValue
Initializes the encapsulated byte with 0.
ByteValue(byte) - Constructor for class org.apache.flink.types.ByteValue
Initializes the encapsulated byte with the provided value.
ByteValueParser - Class in org.apache.flink.types.parser
Parses a decimal text field into a ByteValue.
ByteValueParser() - Constructor for class org.apache.flink.types.parser.ByteValueParser
 
ByteValueSerializer - Class in org.apache.flink.api.common.typeutils.base
 
ByteValueSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
byteWrapper - Variable in class org.apache.flink.api.java.record.io.TextInputFormat
 

C

cacheBaseStatistics(BaseStatistics, String) - Method in class org.apache.flink.compiler.DataStatistics
Caches the given statistics.
cacheBaseStatistics(BaseStatistics, String) - Method in class org.apache.flink.compiler.NonCachingDataStatistics
 
cachedPlans - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
cacheFile - Variable in class org.apache.flink.api.common.Plan
Hash map for files in the distributed cache: registered name to cache entry.
call(IOReadableWritable, InetSocketAddress, Class<?>) - Method in class org.apache.flink.runtime.ipc.Client
Make a call, passing param, to the IPC server running at address which is servicing the protocol protocol, with the ticket credentials, returning the value.
call(Class<?>, IOReadableWritable, long) - Method in class org.apache.flink.runtime.ipc.RPC.Server
 
call(Class<?>, IOReadableWritable, long) - Method in class org.apache.flink.runtime.ipc.Server
Called for each call.
callWithNextKey(FlatJoinFunction<V1, V2, O>, Collector<O>) - Method in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
callWithNextKey(FlatJoinFunction<V1, V2, O>, Collector<O>) - Method in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
callWithNextKey(FlatJoinFunction<T1, T2, O>, Collector<O>) - Method in class org.apache.flink.runtime.operators.sort.MergeMatchIterator
Calls the JoinFunction#match() method for all two key-value pairs that share the same key and come from different inputs.
callWithNextKey(FlatJoinFunction<V1, V2, O>, Collector<O>) - Method in interface org.apache.flink.runtime.operators.util.JoinTaskIterator
Moves the internal pointer to the next key that both inputs share.
cancel(String[]) - Method in class org.apache.flink.client.CliFrontend
Executes the cancel action.
cancel() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
cancel() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
This method is called when a task is canceled either as a result of a user abort or an execution failure.
cancel() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.DataSinkTask
 
cancel() - Method in class org.apache.flink.runtime.operators.DataSourceTask
 
cancel() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.MapDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
cancel() - Method in interface org.apache.flink.runtime.operators.PactDriver
This method is invoked when the driver must aborted in mid processing.
cancel() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
cancelChainedTasks(List<ChainedDriver<?, ?>>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Cancels all tasks via their ChainedDriver.cancelTask() method.
cancelExecution() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
cancelExecution() - Method in class org.apache.flink.runtime.taskmanager.Task
 
cancelJob() - Method in class org.apache.flink.runtime.client.JobClient
Cancels the job assigned to this job client.
cancelJob(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
cancelJob(JobID) - Method in interface org.apache.flink.runtime.protocols.JobManagementProtocol
Requests to cancel the job specified by the given ID.
cancelTask() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Cancels and removes the task represented by this vertex from the instance it is currently running on.
cancelTask(ExecutionVertexID) - Method in class org.apache.flink.runtime.instance.Instance
Cancels the task identified by the given ID at the instance's TaskManager.
cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
cancelTask(ExecutionVertexID) - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
Advises the task manager to cancel the task with the given ID.
cancelTask(ExecutionVertexID) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
CancelTaskException - Exception in org.apache.flink.runtime.execution
Thrown to trigger a canceling of the executing task.
CancelTaskException() - Constructor for exception org.apache.flink.runtime.execution.CancelTaskException
 
captureCPUUtilization(JobID, ThreadMXBean, long) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
CartesianProductDescriptor - Class in org.apache.flink.compiler.operators
 
CartesianProductDescriptor(boolean, boolean) - Constructor for class org.apache.flink.compiler.operators.CartesianProductDescriptor
 
CCMessager() - Constructor for class org.apache.flink.spargel.java.examples.SpargelConnectedComponents.CCMessager
 
CCUpdater() - Constructor for class org.apache.flink.spargel.java.examples.SpargelConnectedComponents.CCUpdater
 
CENTERS_2D_AFTER_20_ITERATIONS_DOUBLE_DIGIT - Static variable in class org.apache.flink.test.testdata.KMeansData
 
CENTERS_2D_AFTER_SINGLE_ITERATION_DOUBLE_DIGIT - Static variable in class org.apache.flink.test.testdata.KMeansData
 
CENTERS_AFTER_20_ITERATIONS_DOUBLE_DIGIT - Static variable in class org.apache.flink.test.testdata.KMeansData
 
CENTERS_AFTER_20_ITERATIONS_SINGLE_DIGIT - Static variable in class org.apache.flink.test.testdata.KMeansData
 
CENTERS_AFTER_ONE_STEP - Static variable in class org.apache.flink.test.testdata.KMeansData
 
CENTERS_AFTER_ONE_STEP_SINGLE_DIGIT - Static variable in class org.apache.flink.test.testdata.KMeansData
 
Centroid() - Constructor for class org.apache.flink.example.java.clustering.KMeans.Centroid
 
Centroid(int, double, double) - Constructor for class org.apache.flink.example.java.clustering.KMeans.Centroid
 
Centroid(int, KMeans.Point) - Constructor for class org.apache.flink.example.java.clustering.KMeans.Centroid
 
CentroidAccumulator() - Constructor for class org.apache.flink.example.java.clustering.KMeans.CentroidAccumulator
 
CentroidAverager() - Constructor for class org.apache.flink.example.java.clustering.KMeans.CentroidAverager
 
ChainedCollectorMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
 
ChainedCollectorMapDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
ChainedDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
The interface to be implemented by drivers that do not run in an own pact task context, but are chained to other tasks.
ChainedDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
ChainedFlatMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
 
ChainedFlatMapDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
ChainedMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
 
ChainedMapDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
chainedTasks - Variable in class org.apache.flink.runtime.operators.RegularPactTask
A list of chained drivers, if there are any.
ChainedTerminationCriterionDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
 
ChainedTerminationCriterionDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
Channel - Class in org.apache.flink.compiler.plan
 
Channel(PlanNode) - Constructor for class org.apache.flink.compiler.plan.Channel
 
Channel(PlanNode, TempMode) - Constructor for class org.apache.flink.compiler.plan.Channel
 
Channel - Class in org.apache.flink.runtime.io.disk.iomanager
A Channel represents a collection of files that belong logically to the same resource.
Channel() - Constructor for class org.apache.flink.runtime.io.disk.iomanager.Channel
 
Channel - Class in org.apache.flink.runtime.io.network.channels
The base class for channel objects.
Channel(int, ChannelID, ChannelID, ChannelType) - Constructor for class org.apache.flink.runtime.io.network.channels.Channel
Auxiliary constructor for channels
Channel.Enumerator - Class in org.apache.flink.runtime.io.disk.iomanager
 
Channel.ID - Class in org.apache.flink.runtime.io.disk.iomanager
An ID identifying an underlying fileChannel.
ChannelAccess<T,R extends org.apache.flink.runtime.io.disk.iomanager.IORequest> - Class in org.apache.flink.runtime.io.disk.iomanager
A base class for readers and writers that read data from I/O manager channels, or write data to them.
ChannelAccess(Channel.ID, RequestQueue<R>, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
Creates a new channel to the path indicated by the given ID.
channelActive(ChannelHandlerContext) - Method in class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDecoder
 
ChannelCloseEvent - Class in org.apache.flink.runtime.io.network.channels
 
ChannelCloseEvent() - Constructor for class org.apache.flink.runtime.io.network.channels.ChannelCloseEvent
 
ChannelDeploymentDescriptor - Class in org.apache.flink.runtime.deployment
A channel deployment descriptor contains all the information necessary to deploy either an input or an output channel as part of a task on a task manager.
ChannelDeploymentDescriptor(ChannelID, ChannelID) - Constructor for class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
Constructs a new channel deployment descriptor.
ChannelDeploymentDescriptor() - Constructor for class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
Default constructor for serialization/deserialization.
ChannelID - Class in org.apache.flink.runtime.io.network.channels
 
ChannelID() - Constructor for class org.apache.flink.runtime.io.network.channels.ChannelID
 
ChannelID(long, long) - Constructor for class org.apache.flink.runtime.io.network.channels.ChannelID
 
ChannelID(byte[]) - Constructor for class org.apache.flink.runtime.io.network.channels.ChannelID
 
ChannelLookupProtocol - Interface in org.apache.flink.runtime.protocols
The channel lookup protocol can be used to resolve the ID of an output channel to all recipients which shall receive the data of this channel.
ChannelManager - Class in org.apache.flink.runtime.io.network
The channel manager sets up the network buffers and dispatches data between channels.
ChannelManager(ChannelLookupProtocol, InstanceConnectionInfo, int, int, NetworkConnectionManager) - Constructor for class org.apache.flink.runtime.io.network.ChannelManager
 
channelRead(ChannelHandlerContext, Object) - Method in class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDecoder
 
channelRead(ChannelHandlerContext, Object) - Method in class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDispatcher
 
ChannelReaderInputView - Class in org.apache.flink.runtime.io.disk.iomanager
A DataInputView that is backed by a BlockChannelReader, making it effectively a data input stream.
ChannelReaderInputView(BlockChannelReader, List<MemorySegment>, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
Creates a new channel reader that reads from the given channel until the last block (as marked by a ChannelWriterOutputView) is found.
ChannelReaderInputView(BlockChannelReader, List<MemorySegment>, int, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
Creates a new channel reader that reads from the given channel, expecting a specified number of blocks in the channel.
ChannelReaderInputViewIterator<E> - Class in org.apache.flink.runtime.io.disk
A simple iterator over the input read though an I/O channel.
ChannelReaderInputViewIterator(IOManager, Channel.ID, List<MemorySegment>, List<MemorySegment>, TypeSerializer<E>, int) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
 
ChannelReaderInputViewIterator(IOManager, Channel.ID, LinkedBlockingQueue<MemorySegment>, List<MemorySegment>, List<MemorySegment>, TypeSerializer<E>, int) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
 
ChannelReaderInputViewIterator(BlockChannelReader, LinkedBlockingQueue<MemorySegment>, List<MemorySegment>, List<MemorySegment>, TypeSerializer<E>, int) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
 
ChannelReaderInputViewIterator(ChannelReaderInputView, List<MemorySegment>, TypeSerializer<E>) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
 
channels() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
channels() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
ChannelSelector<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.api
Objects implementing this interface are passed to an OutputGate.
ChannelType - Enum in org.apache.flink.runtime.io.network.channels
An enumeration for the channel types.
ChannelWithBlockCount(Channel.ID, int) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ChannelWithBlockCount
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
ChannelWriterOutputView - Class in org.apache.flink.runtime.io.disk.iomanager
A DataOutputView that is backed by a BlockChannelWriter, making it effectively a data output stream.
ChannelWriterOutputView(BlockChannelWriter, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
Creates an new ChannelWriterOutputView that writes to the given channel and buffers data in the given memory segments.
ChannelWriterOutputView(BlockChannelWriter, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
Creates an new ChannelWriterOutputView that writes to the given channel.
CHAR_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.BasicArrayTypeInfo
 
CHAR_PRIMITIVE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.PrimitiveArrayTypeInfo
 
CHAR_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
charAt(int) - Method in class org.apache.flink.core.io.StringRecord
Returns the Unicode Scalar Value (32-bit integer value) for the character at position.
charAt(int) - Method in class org.apache.flink.types.StringValue
 
CharComparator - Class in org.apache.flink.api.common.typeutils.base
 
CharComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.CharComparator
 
CharPrimitiveArraySerializer - Class in org.apache.flink.api.common.typeutils.base.array
A serializer for long arrays.
CharPrimitiveArraySerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
CharSerializer - Class in org.apache.flink.api.common.typeutils.base
 
CharSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.CharSerializer
 
CHARSET_NAME - Static variable in class org.apache.flink.api.java.record.io.TextInputFormat
 
CharValue - Class in org.apache.flink.types
Boxed serializable and comparable character type, representing the primitive type char.
CharValue() - Constructor for class org.apache.flink.types.CharValue
Initializes the encapsulated char with 0.
CharValue(char) - Constructor for class org.apache.flink.types.CharValue
Initializes the encapsulated char with the provided value.
CharValueSerializer - Class in org.apache.flink.api.common.typeutils.base
 
CharValueSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
check(Plan) - Method in class org.apache.flink.compiler.contextcheck.ContextChecker
Checks whether the given plan is valid.
check() - Method in interface org.apache.flink.compiler.contextcheck.Validatable
 
check() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
checkAndReleaseAllocatedResource(ExecutionGraph, AllocatedResource) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
Checks if the given AllocatedResource is still required for the execution of the given execution graph.
checkCollection(Collection<X>, Class<X>) - Static method in class org.apache.flink.api.java.io.CollectionInputFormat
 
checkedDownCast(long) - Static method in class org.apache.flink.runtime.util.MathUtils
Casts the given value to a 32 bit integer, if it can be safely done.
CheckedMemorySegment - Class in org.apache.flink.runtime.memorymanager
This class represents a piece of memory allocated from the memory manager.
CheckedMemorySegment(byte[]) - Constructor for class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
checkErroneous() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
Checks the exception state of this channel.
checkForInstantiation(Class<?>) - Static method in class org.apache.flink.util.InstantiationUtil
Performs a standard check whether the class can be instantiated by Class#newInstance().
checkForInstantiationError(Class<?>) - Static method in class org.apache.flink.util.InstantiationUtil
 
checkJarFile(File) - Static method in class org.apache.flink.client.program.JobWithJars
 
checkJoinKeyFields(int[]) - Method in class org.apache.flink.api.java.DeltaIteration.SolutionSetPlaceHolder
 
checkJoinKeyFields(int[]) - Method in class org.apache.flink.api.java.record.operators.DeltaIteration.SolutionSetPlaceHolder
 
checkLibraryAvailability(JobID) - Method in class org.apache.flink.runtime.instance.Instance
Checks if all the libraries required to run the job with the given job ID are available on this instance.
checkOddEvenResult(BufferedReader) - Static method in class org.apache.flink.test.testdata.ConnectedComponentsData
 
checkOddEvenResult(List<Tuple2<Long, Long>>) - Static method in class org.apache.flink.test.testdata.ConnectedComponentsData
 
checkOddEvenResult(BufferedReader) - Static method in class org.apache.flink.test.testdata.TransitiveClosureData
 
checkPartialSolutionPropertiesMet(PlanNode, GlobalProperties, LocalProperties) - Method in class org.apache.flink.compiler.plan.PlanNode
 
checkResultsWithDelta(String, List<String>, double) - Static method in class org.apache.flink.test.testdata.KMeansData
 
checkSameExecutionContext(DataSet<?>, DataSet<?>) - Static method in class org.apache.flink.api.java.DataSet
 
checkTransition(boolean, String, ExecutionState, ExecutionState) - Static method in class org.apache.flink.runtime.execution.ExecutionStateTransition
Checks the transition of the execution state and outputs an error in case of an unexpected state transition.
CircularElement() - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.CircularElement
 
CircularElement(int, InMemorySorter<E>) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.CircularElement
 
CircularQueues() - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.CircularQueues
 
CircularQueues(int) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.CircularQueues
 
ClassUtils - Class in org.apache.flink.util
Utility class which provides various methods for dynamic class loading.
cleanup() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.MapDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
cleanup() - Method in interface org.apache.flink.runtime.operators.PactDriver
This method is invoked in any case (clean termination and exception) at the end of the tasks operation.
cleanup() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
cleanup(Log, Closeable...) - Static method in class org.apache.flink.runtime.util.IOUtils
Close the Closeable objects and ignore any IOException or null pointers.
cleanupJob(JobConf) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.HadoopFileOutputCommitter
 
clear() - Method in class org.apache.flink.core.io.StringRecord
Clear the string to empty.
clear() - Method in class org.apache.flink.example.java.clustering.KMeans.Point
 
clear() - Method in class org.apache.flink.runtime.io.network.serialization.AdaptiveSpanningRecordDeserializer
 
clear() - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
clear() - Method in interface org.apache.flink.runtime.io.network.serialization.RecordDeserializer
 
clear() - Method in interface org.apache.flink.runtime.io.network.serialization.RecordSerializer
 
clear() - Method in class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
 
clear() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Clears the internal state of the view.
clear() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Clears the internal state.
clear() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Removes all entries from the PriorityQueue.
clear() - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
clear() - Method in class org.apache.flink.runtime.util.IntArrayList
 
clear() - Method in class org.apache.flink.runtime.util.LongArrayList
 
clear() - Method in class org.apache.flink.types.ListValue
 
clear() - Method in class org.apache.flink.types.MapValue
 
clear() - Method in class org.apache.flink.types.Record
Clears the record.
clearAllMemory(List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
clearAllMemory(List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
releases all of the partition's segments (pages and overflow buckets)
clearAllMemory(List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableHashPartition
 
clearFavoriteColor() - Method in class org.apache.flink.api.java.record.io.avro.example.User.Builder
Clears the value of the 'favorite_color' field
clearFavoriteNumber() - Method in class org.apache.flink.api.java.record.io.avro.example.User.Builder
Clears the value of the 'favorite_number' field
clearFirstInput() - Method in class org.apache.flink.api.common.operators.DualInputOperator
Clears this operator's first input.
clearInputs() - Method in class org.apache.flink.api.common.operators.SingleInputOperator
Removes all inputs.
clearInterestingProperties() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
clearInterestingProperties() - Method in class org.apache.flink.compiler.dag.PactConnection
 
clearLocalBufferPool() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
clearLocalBufferPool() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
Clears the local buffer pool and returns all buffers to the global buffer pool.
clearLocalBufferPool() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
clearName() - Method in class org.apache.flink.api.java.record.io.avro.example.User.Builder
Clears the value of the 'name' field
clearPartitions() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
This method clears all partitions currently residing (partially) in memory.
clearProperties() - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Clears the object.
clearProperties() - Method in class org.apache.flink.api.common.operators.SemanticProperties
Clears the object.
clearProperties() - Method in class org.apache.flink.api.common.operators.SingleInputSemanticProperties
Clears the object.
clearSecondInput() - Method in class org.apache.flink.api.common.operators.DualInputOperator
Clears this operator's second input.
clearUniqueFieldCombinations() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
clearUniqueFields() - Method in class org.apache.flink.api.common.operators.CompilerHints
 
clearUniqueFieldSets() - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
 
Client - Class in org.apache.flink.client.program
Encapsulates the functionality necessary to submit a program to a remote cluster.
Client(InetSocketAddress, Configuration, ClassLoader) - Constructor for class org.apache.flink.client.program.Client
Creates a new instance of the class that submits the jobs to a job-manager.
Client(Configuration, ClassLoader) - Constructor for class org.apache.flink.client.program.Client
Creates a instance that submits the programs to the job-manager defined in the configuration.
Client - Class in org.apache.flink.runtime.ipc
A client for an IPC service.
Client(SocketFactory) - Constructor for class org.apache.flink.runtime.ipc.Client
Construct an IPC client whose values are of the given Writable class.
Client() - Constructor for class org.apache.flink.runtime.ipc.Client
Construct an IPC client with the default SocketFactory
Client.ProgramAbortException - Error in org.apache.flink.client.program
 
CliFrontend - Class in org.apache.flink.client
Implementation of a simple command line fronted for executing programs.
CliFrontend() - Constructor for class org.apache.flink.client.CliFrontend
Initializes the class
clone() - Method in class org.apache.flink.api.common.operators.Ordering
 
clone() - Method in class org.apache.flink.api.common.operators.util.FieldSet
Since instances of FieldSet are strictly immutable, this method does not actually clone, but it only returns the original instance.
clone() - Method in class org.apache.flink.compiler.costs.Costs
 
clone() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
clone() - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
 
clone() - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
 
clone() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
 
clone() - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
 
clone() - Method in class org.apache.flink.compiler.plan.Channel
 
close() - Method in class org.apache.flink.api.avro.FSDataInputStreamWrapper
 
close() - Method in class org.apache.flink.api.common.functions.AbstractRichFunction
 
close() - Method in interface org.apache.flink.api.common.functions.RichFunction
Teardown method for the user code.
close() - Method in class org.apache.flink.api.common.io.BinaryOutputFormat.BlockBasedOutput
 
close() - Method in class org.apache.flink.api.common.io.BinaryOutputFormat
 
close() - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
Closes the input by releasing all buffers and closing the file input stream.
close() - Method in class org.apache.flink.api.common.io.FileInputFormat
Closes the file input stream of the input format.
close() - Method in class org.apache.flink.api.common.io.FileOutputFormat
 
close() - Method in class org.apache.flink.api.common.io.GenericInputFormat
 
close() - Method in interface org.apache.flink.api.common.io.InputFormat
Method that marks the end of the life-cycle of an input split.
close() - Method in interface org.apache.flink.api.common.io.OutputFormat
Method that marks the end of the life-cycle of parallel output instance.
close() - Method in class org.apache.flink.api.java.io.AvroOutputFormat
 
close() - Method in class org.apache.flink.api.java.io.CsvOutputFormat
 
close() - Method in class org.apache.flink.api.java.io.DiscardingOuputFormat
 
close() - Method in class org.apache.flink.api.java.io.DiscardingOutputFormat
 
close() - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
Closes all resources used.
close() - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat
Executes prepared statement and closes all resources of this instance.
close() - Method in class org.apache.flink.api.java.io.LocalCollectionOutputFormat
 
close() - Method in class org.apache.flink.api.java.io.PrintingOutputFormat
 
close() - Method in class org.apache.flink.api.java.operators.translation.TupleWrappingCollector
 
close() - Method in class org.apache.flink.api.java.operators.translation.WrappingFunction
 
close() - Method in class org.apache.flink.api.java.record.io.avro.example.ReflectiveAvroTypeExample.PrintingOutputFormat
 
close() - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
close() - Method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat
 
close() - Method in class org.apache.flink.api.java.record.io.ExternalProcessInputFormat
 
close() - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
Executes prepared statement and closes all resources of this instance.
close() - Method in class org.apache.flink.core.fs.local.LocalDataInputStream
 
close() - Method in class org.apache.flink.core.fs.local.LocalDataOutputStream
 
close() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
close() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopOutputFormat
commit the task by moving the output file out from the temporary directory.
close() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
close() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
commit the task by moving the output file out from the temporary directory.
close() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
close() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopOutputFormat
commit the task by moving the output file out from the temporary directory.
close() - Method in class org.apache.flink.runtime.client.JobClient
Closes the JobClient by destroying the RPC stub object.
close() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
 
close() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataOutputStream
 
close() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
close() - Method in class org.apache.flink.runtime.fs.s3.S3DataOutputStream
 
close() - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
Closes the reader and waits until all pending asynchronous requests are handled.
close() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
Closes this InputView, closing the underlying reader and returning all memory segments.
close() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
Closes this OutputView, closing the underlying writer and returning all memory segments.
close() - Method in interface org.apache.flink.runtime.io.disk.iomanager.Deserializer
Clear up any resources.
close() - Method in class org.apache.flink.runtime.io.disk.iomanager.RequestQueue
Closes this request queue.
close() - Method in class org.apache.flink.runtime.io.disk.SpillingBuffer
 
close() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
close() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Immediately closes the input gate and all its input channels.
close() - Method in class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
 
close() - Method in class org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
 
close() - Method in class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
 
close() - Method in class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
 
close() - Method in class org.apache.flink.runtime.net.SocketInputStream
 
close() - Method in class org.apache.flink.runtime.net.SocketOutputStream
 
close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
close() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
close() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
close() - Method in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
close() - Method in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
close() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
Closes the hash table.
close() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Closes the hash table.
close() - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
close() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
close() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
 
close() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
close() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
close() - Method in class org.apache.flink.runtime.operators.shipping.OutputCollector
 
close() - Method in class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
 
close() - Method in class org.apache.flink.runtime.operators.sort.MergeMatchIterator
 
close() - Method in class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
 
close() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Shuts down all the threads initiated by this sort/merger.
close() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.InputDataCollector
 
close() - Method in class org.apache.flink.runtime.operators.TempBarrier
 
close() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
General-purpose close method.
close() - Method in interface org.apache.flink.runtime.operators.util.JoinTaskIterator
General-purpose close method.
close() - Method in class org.apache.flink.runtime.operators.util.SimpleCloseableInputProvider
 
close() - Method in class org.apache.flink.spargel.java.record.SpargelIteration.MessagingDriver
 
close() - Method in class org.apache.flink.spargel.java.record.SpargelIteration.VertexUpdateDriver
 
close() - Method in interface org.apache.flink.util.Collector
Closes the collector.
CloseableInputProvider<E> - Interface in org.apache.flink.runtime.operators.util
Utility interface for a provider of an input that can be closed.
closeAndDelete() - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
This method waits for all pending asynchronous requests to return.
closeChainedTasks(List<ChainedDriver<?, ?>>, AbstractInvokable) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Closes all chained tasks, in the order as they are stored in the array.
closed - Variable in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
Flag marking this channel as closed;
closed - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
Flag indicating that the closing logic has been invoked.
closed - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Flag indicating that the sorter was closed.
closedBranchingNodes - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
closeFunction(Function) - Static method in class org.apache.flink.api.common.functions.util.FunctionUtils
 
closeLocalStrategiesAndCaches() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
closeLocalStrategiesAndCaches() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
closeLock - Variable in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
The lock that is used during closing to synchronize the thread that waits for all requests to be handled with the asynchronous I/O thread.
closeSocket(Socket) - Static method in class org.apache.flink.runtime.util.IOUtils
Closes the socket ignoring IOException.
closeStream(Closeable) - Static method in class org.apache.flink.runtime.util.IOUtils
Closes the stream ignoring IOException.
closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
closeTask() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
closeUserCode(Function) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Closes the given stub using its RichFunction.close() method.
closeWith(DataSet<ST>, DataSet<WT>) - Method in class org.apache.flink.api.java.DeltaIteration
Closes the delta iteration.
closeWith(DataSet<T>) - Method in class org.apache.flink.api.java.IterativeDataSet
Closes the iteration.
closeWith(DataSet<T>, DataSet<?>) - Method in class org.apache.flink.api.java.IterativeDataSet
Closes the iteration and specifies a termination criterion.
coGroup(Iterable<IN1>, Iterable<IN2>, Collector<O>) - Method in interface org.apache.flink.api.common.functions.CoGroupFunction
This method must be implemented to provide a user implementation of a coGroup.
coGroup(DataSet<R>) - Method in class org.apache.flink.api.java.DataSet
Initiates a CoGroup transformation.
A CoGroup transformation combines the elements of two DataSets into one DataSet.
coGroup(Iterable<IN1>, Iterable<IN2>, Collector<OUT>) - Method in class org.apache.flink.api.java.functions.RichCoGroupFunction
 
coGroup(Iterable<Tuple2<K, I1>>, Iterable<Tuple2<K, I2>>, Collector<OUT>) - Method in class org.apache.flink.api.java.operators.translation.PlanUnwrappingCoGroupOperator.TupleUnwrappingCoGrouper
 
coGroup(Iterator<Record>, Iterator<Record>, Collector<Record>) - Method in class org.apache.flink.api.java.record.functions.CoGroupFunction
This method must be implemented to provide a user implementation of a matcher.
coGroup(Iterable<Record>, Iterable<Record>, Collector<Record>) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.WrappingCoGroupFunction
 
coGroup(Iterable<Tuple3<Integer, String, Integer>>, Iterable<Tuple1<String>>, Collector<Tuple3<Integer, String, Integer>>) - Method in class org.apache.flink.example.java.relational.WebLogAnalysis.AntiJoinVisits
If the visit iterator is empty, all pairs of the rank iterator are emitted.
coGroup(Iterator<Record>, Iterator<Record>, Collector<Record>) - Method in class org.apache.flink.spargel.java.record.SpargelIteration.MessagingDriver
 
coGroup(Iterator<Record>, Iterator<Record>, Collector<Record>) - Method in class org.apache.flink.spargel.java.record.SpargelIteration.VertexUpdateDriver
 
CoGroupDescriptor - Class in org.apache.flink.compiler.operators
 
CoGroupDescriptor(FieldList, FieldList) - Constructor for class org.apache.flink.compiler.operators.CoGroupDescriptor
 
CoGroupDescriptor(FieldList, FieldList, Ordering, Ordering) - Constructor for class org.apache.flink.compiler.operators.CoGroupDescriptor
 
CoGroupDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
CoGroup task which is executed by a Nephele task manager.
CoGroupDriver() - Constructor for class org.apache.flink.runtime.operators.CoGroupDriver
 
CoGroupFunction<IN1,IN2,O> - Interface in org.apache.flink.api.common.functions
The interface for CoGroup functions.
CoGroupFunction - Class in org.apache.flink.api.java.record.functions
The CoGroupFunction is the base class for functions that are invoked by a CoGroupOperator.
CoGroupFunction() - Constructor for class org.apache.flink.api.java.record.functions.CoGroupFunction
 
CoGroupNode - Class in org.apache.flink.compiler.dag
The Optimizer representation of a CoGroup operator.
CoGroupNode(CoGroupOperatorBase<?, ?, ?, ?>) - Constructor for class org.apache.flink.compiler.dag.CoGroupNode
 
CoGroupOperator<I1,I2,OUT> - Class in org.apache.flink.api.java.operators
A DataSet that is the result of a CoGroup transformation.
CoGroupOperator(DataSet<I1>, DataSet<I2>, Keys<I1>, Keys<I2>, CoGroupFunction<I1, I2, OUT>, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.java.operators.CoGroupOperator
 
CoGroupOperator - Class in org.apache.flink.api.java.record.operators
CoGroupOperator that applies a CoGroupFunction to groups of records sharing the same key (one group per input).
CoGroupOperator(CoGroupOperator.Builder) - Constructor for class org.apache.flink.api.java.record.operators.CoGroupOperator
The private constructor that only gets invoked from the Builder.
CoGroupOperator.Builder - Class in org.apache.flink.api.java.record.operators
Builder pattern, straight from Joshua Bloch's Effective Java (2nd Edition).
CoGroupOperator.CoGroupOperatorSets<I1,I2> - Class in org.apache.flink.api.java.operators
Intermediate step of a CoGroup transformation.
CoGroupOperator.CoGroupOperatorSets.CoGroupOperatorSetsPredicate - Class in org.apache.flink.api.java.operators
Intermediate step of a CoGroup transformation.
CoGroupOperator.CoGroupOperatorSets.CoGroupOperatorSetsPredicate.CoGroupOperatorWithoutFunction - Class in org.apache.flink.api.java.operators
 
CoGroupOperator.WrappingClassCoGroupFunction - Class in org.apache.flink.api.java.record.operators
 
CoGroupOperator.WrappingCoGroupFunction - Class in org.apache.flink.api.java.record.operators
 
CoGroupOperatorBase<IN1,IN2,OUT,FT extends CoGroupFunction<IN1,IN2,OUT>> - Class in org.apache.flink.api.common.operators.base
 
CoGroupOperatorBase(UserCodeWrapper<FT>, BinaryOperatorInformation<IN1, IN2, OUT>, int[], int[], String) - Constructor for class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
 
CoGroupOperatorBase(FT, BinaryOperatorInformation<IN1, IN2, OUT>, int[], int[], String) - Constructor for class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
 
CoGroupOperatorBase(Class<? extends FT>, BinaryOperatorInformation<IN1, IN2, OUT>, int[], int[], String) - Constructor for class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
 
CoGroupOperatorSets(DataSet<I1>, DataSet<I2>) - Constructor for class org.apache.flink.api.java.operators.CoGroupOperator.CoGroupOperatorSets
 
CoGroupTaskIterator<T1,T2> - Interface in org.apache.flink.runtime.operators.util
Interface describing the methods that have to be implemented by local strategies for the CoGroup Pact.
CoGroupWithSolutionSetFirstDescriptor - Class in org.apache.flink.compiler.operators
 
CoGroupWithSolutionSetFirstDescriptor(FieldList, FieldList) - Constructor for class org.apache.flink.compiler.operators.CoGroupWithSolutionSetFirstDescriptor
 
CoGroupWithSolutionSetFirstDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
 
CoGroupWithSolutionSetFirstDriver() - Constructor for class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
CoGroupWithSolutionSetSecondDescriptor - Class in org.apache.flink.compiler.operators
 
CoGroupWithSolutionSetSecondDescriptor(FieldList, FieldList) - Constructor for class org.apache.flink.compiler.operators.CoGroupWithSolutionSetSecondDescriptor
 
CoGroupWithSolutionSetSecondDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
 
CoGroupWithSolutionSetSecondDriver() - Constructor for class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
collect(IN) - Method in class org.apache.flink.api.java.operators.translation.TupleWrappingCollector
 
collect(T) - Method in class org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
 
collect(T) - Method in class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
 
collect(T) - Method in class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
 
collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
collect(T) - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
collect(T) - Method in class org.apache.flink.runtime.operators.shipping.OutputCollector
Collects a record and emits it to all writers.
collect(Record) - Method in class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
Collects a Record, and emits it to all writers.
collect(E) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.InputDataCollector
 
collect(T) - Method in interface org.apache.flink.util.Collector
Emits a record.
collection - Variable in class org.apache.flink.api.common.operators.util.FieldSet
 
CollectionDataSource - Class in org.apache.flink.api.java.record.operators
Operator for input nodes which reads data from collection or iterator.
CollectionDataSource(CollectionInputFormat, String, Object...) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
Creates a new instance for the given input using the given input format.
CollectionDataSource(CollectionInputFormat, String, Object[][]) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
 
CollectionDataSource(CollectionInputFormat, Collection<?>, String) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
 
CollectionDataSource(CollectionInputFormat, T, String) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
 
CollectionDataSource(String, Object...) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
Creates a new instance for the given input using the given input format.
CollectionDataSource(String, Object[][]) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
 
CollectionDataSource(Collection<?>, String) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
 
CollectionDataSource(T, String) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
 
CollectionDataSource(Object...) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
for scala compatible, scala-to-java type conversion always has an object wrapper
CollectionDataSource(CollectionInputFormat, Object...) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
 
CollectionInputFormat<T> - Class in org.apache.flink.api.java.io
An input format that returns objects from a collection.
CollectionInputFormat(Collection<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.api.java.io.CollectionInputFormat
 
CollectionInputFormat - Class in org.apache.flink.api.java.record.io
input format for java collection input.
CollectionInputFormat() - Constructor for class org.apache.flink.api.java.record.io.CollectionInputFormat
 
Collector<T> - Interface in org.apache.flink.util
Collects a record and forwards it.
CollectorMapDescriptor - Class in org.apache.flink.compiler.operators
 
CollectorMapDescriptor() - Constructor for class org.apache.flink.compiler.operators.CollectorMapDescriptor
 
CollectorMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators
Map task which is executed by a Nephele task manager.
CollectorMapDriver() - Constructor for class org.apache.flink.runtime.operators.CollectorMapDriver
 
CollectorMapNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of a Map operator node.
CollectorMapNode(SingleInputOperator<?, ?, ?>) - Constructor for class org.apache.flink.compiler.dag.CollectorMapNode
 
CollectorMapOperatorBase<IN,OUT,FT extends GenericCollectorMap<IN,OUT>> - Class in org.apache.flink.api.common.operators.base
Deprecated.
CollectorMapOperatorBase(UserCodeWrapper<FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.CollectorMapOperatorBase
Deprecated.
 
CollectorMapOperatorBase(FT, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.CollectorMapOperatorBase
Deprecated.
 
CollectorMapOperatorBase(Class<? extends FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.CollectorMapOperatorBase
Deprecated.
 
combine(Iterable<T>) - Method in interface org.apache.flink.api.common.functions.CombineFunction
The combine method, called (potentially multiple timed) with subgroups of elements.
combine(Iterable<T>, Collector<T>) - Method in interface org.apache.flink.api.common.functions.FlatCombineFunction
The combine method, called (potentially multiple timed) with subgroups of elements.
combine(Iterable<T>, Collector<T>) - Method in class org.apache.flink.api.java.functions.RichFlatCombineFunction
 
combine(Iterable<IN>, Collector<IN>) - Method in class org.apache.flink.api.java.functions.RichGroupReduceFunction
The combine methods pre-reduces elements.
combine(Iterable<Tuple2<K, IN>>, Collector<Tuple2<K, IN>>) - Method in class org.apache.flink.api.java.operators.translation.PlanUnwrappingReduceGroupOperator.TupleUnwrappingFlatCombinableGroupReducer
 
combine(Iterator<Record>, Collector<Record>) - Method in class org.apache.flink.api.java.record.functions.ReduceFunction
No default implementation provided.
combine(Iterable<Record>, Collector<Record>) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.WrappingReduceFunction
 
combine(GlobalProperties, GlobalProperties) - Static method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
combine(LocalProperties, LocalProperties) - Static method in class org.apache.flink.compiler.dataproperties.LocalProperties
 
combine(Iterator<Record>, Collector<Record>) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCount.CountWords
 
combine(Iterator<Record>, Collector<Record>) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat.CountWords
 
CombineFunction<T> - Interface in org.apache.flink.api.common.functions
Generic interface used for combine functions ("combiners").
CombiningSpillingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable, MemoryManager, IOManager, TypeSerializer<E>, TypeComparator<E>, List<MemorySegment>, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger.CombiningSpillingThread
 
CombiningUnilateralSortMerger<E> - Class in org.apache.flink.runtime.operators.sort
The CombiningUnilateralSortMerger is part of a merge-sort implementation.
CombiningUnilateralSortMerger(FlatCombineFunction<E>, MemoryManager, IOManager, MutableObjectIterator<E>, AbstractInvokable, TypeSerializerFactory<E>, TypeComparator<E>, double, int, float) - Constructor for class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger
Creates a new sorter that reads the data from a given reader and provides an iterator returning that data in a sorted manner.
CombiningUnilateralSortMerger(FlatCombineFunction<E>, MemoryManager, IOManager, MutableObjectIterator<E>, AbstractInvokable, TypeSerializerFactory<E>, TypeComparator<E>, double, int, int, float) - Constructor for class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger
Creates a new sorter that reads the data from a given reader and provides an iterator returning that data in a sorted manner.
CombiningUnilateralSortMerger.CombiningSpillingThread - Class in org.apache.flink.runtime.operators.sort
 
commitDate - Variable in class org.apache.flink.runtime.util.EnvironmentInformation.RevisionInformation
 
commitId - Variable in class org.apache.flink.runtime.util.EnvironmentInformation.RevisionInformation
 
commitJob(JobConf) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.HadoopFileOutputCommitter
 
commitTask(JobConf, TaskAttemptID) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.HadoopFileOutputCommitter
 
CompactingHashTable<T> - Class in org.apache.flink.runtime.operators.hash
An implementation of an in-memory Hash Table for variable-length records.
CompactingHashTable(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
CompactingHashTable(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
CompactingHashTable.EntryIterator - Class in org.apache.flink.runtime.operators.hash
Iterator that traverses the whole hash table once If entries are inserted during iteration they may be overlooked by the iterator
CompactingHashTable.HashTableProber<PT> - Class in org.apache.flink.runtime.operators.hash
 
comparator - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
compare(T, T) - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
compare(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.BooleanComparator
 
compare(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.ByteComparator
 
compare(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.CharComparator
 
compare(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.DoubleComparator
 
compare(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.FloatComparator
 
compare(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.IntComparator
 
compare(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.LongComparator
 
compare(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.ShortComparator
 
compare(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.StringComparator
 
compare(T, T) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Compares two records in serialized from.
compare(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Compares two records in serialized from.
compare(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
compare(DataInputView, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
compare(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
compare(DataInputView, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
compare(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
compare(DataInputView, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
compare(Record, Record) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
compare(DataInputView, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
compare(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
compare(DataInputView, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
compare(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldComparator
 
compare(DataInputView, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldComparator
 
compare(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
compare(DataInputView, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
compare(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
compare(DataInputView, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
compare(MemorySegment, MemorySegment, int, int, int) - Static method in class org.apache.flink.core.memory.MemorySegment
 
compare(int, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
 
compare(int, int) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSortable
Compare items at the given addresses consistent with the semantics of Comparator.compare(Object, Object).
compare(int, int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
 
compareAccumulatorTypes(Object, Class<? extends Accumulator>, Class<? extends Accumulator>) - Static method in class org.apache.flink.api.common.accumulators.AccumulatorHelper
Compare both classes and throw UnsupportedOperationException if they differ
compareAgainstReference(Comparable[]) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
 
compareAgainstReference(Comparable[]) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
compareAndSet(T, T) - Method in class org.apache.flink.runtime.util.AtomicEnum
Atomically set the value to the given updated value if the current value == the expected value.
compareAndUpdateExecutionState(ExecutionState, ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
compareKeyValueParisWithDelta(String, String, String, double) - Method in class org.apache.flink.test.util.AbstractTestBase
 
compareResultsByLinesInMemory(String, String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
compareResultsByLinesInMemoryWithStrictOrder(String, String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
compareTo(AvroBaseValue<T>) - Method in class org.apache.flink.api.avro.AvroBaseValue
 
compareTo(Costs) - Method in class org.apache.flink.compiler.costs.Costs
The order of comparison is: network first, then disk, then CPU.
compareTo(BlockLocation) - Method in class org.apache.flink.core.fs.local.LocalBlockLocation
 
compareTo(Object) - Method in class org.apache.flink.core.fs.Path
 
compareTo(WritableComparableWrapper<T>) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableComparableWrapper
 
compareTo(BlockLocation) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedBlockLocation
 
compareTo(BlockLocation) - Method in class org.apache.flink.runtime.fs.s3.S3BlockLocation
 
compareTo(InstanceConnectionInfo) - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
compareTo(BooleanValue) - Method in class org.apache.flink.types.BooleanValue
 
compareTo(ByteValue) - Method in class org.apache.flink.types.ByteValue
 
compareTo(CharValue) - Method in class org.apache.flink.types.CharValue
 
compareTo(DoubleValue) - Method in class org.apache.flink.types.DoubleValue
 
compareTo(FloatValue) - Method in class org.apache.flink.types.FloatValue
 
compareTo(IntValue) - Method in class org.apache.flink.types.IntValue
 
compareTo(LongValue) - Method in class org.apache.flink.types.LongValue
 
compareTo(NullValue) - Method in class org.apache.flink.types.NullValue
 
compareTo(Pair<U, V>) - Method in class org.apache.flink.types.Pair
 
compareTo(ShortValue) - Method in class org.apache.flink.types.ShortValue
 
compareTo(StringValue) - Method in class org.apache.flink.types.StringValue
 
compareToReference(TypeComparator<T>) - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
compareToReference(TypeComparator<T>) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
This method compares the element that has been set as reference in this type accessor, to the element set as reference in the given type accessor.
compareToReference(T2) - Method in class org.apache.flink.api.common.typeutils.TypePairComparator
 
compareToReference(TypeComparator<T>) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
compareToReference(TypeComparator<T>) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
compareToReference(TypeComparator<T>) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
compareToReference(T2) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoPairComparator
 
compareToReference(TypeComparator<Record>) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
compareToReference(Record) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordPairComparator
 
compareToReference(TypeComparator<T>) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
compareToReference(TypeComparator<T>) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldComparator
 
compareToReference(T2) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldPairComparator
 
compareToReference(T2) - Method in class org.apache.flink.api.java.typeutils.runtime.TuplePairComparator
 
compareToReference(TypeComparator<T>) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
compareToReference(TypeComparator<T>) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
compile(Plan) - Method in class org.apache.flink.compiler.PactCompiler
Translates the given plan in to an OptimizedPlan, where all nodes have their local strategy assigned and all channels have a shipping strategy assigned.
compileJobGraph(OptimizedPlan) - Method in class org.apache.flink.compiler.plantranslate.NepheleJobGraphGenerator
Translates a OptimizedPlan into a JobGraph.
compileNoStats(Plan) - Method in class org.apache.flink.test.compiler.util.CompilerTestBase
 
CompilerException - Exception in org.apache.flink.compiler
An exception that is thrown by the pact compiler when encountering an illegal condition.
CompilerException() - Constructor for exception org.apache.flink.compiler.CompilerException
Creates a compiler exception with no message and no cause.
CompilerException(String) - Constructor for exception org.apache.flink.compiler.CompilerException
Creates a compiler exception with the given message and no cause.
CompilerException(Throwable) - Constructor for exception org.apache.flink.compiler.CompilerException
Creates a compiler exception with the given cause and no message.
CompilerException(String, Throwable) - Constructor for exception org.apache.flink.compiler.CompilerException
Creates a compiler exception with the given message and cause.
CompilerHints - Class in org.apache.flink.api.common.operators
A class encapsulating compiler hints describing the behavior of the user function.
CompilerHints() - Constructor for class org.apache.flink.api.common.operators.CompilerHints
 
compilerHints - Variable in class org.apache.flink.api.common.operators.Operator
 
CompilerPostPassException - Exception in org.apache.flink.compiler
An exception that is thrown by the pact compiler when encountering a problem during the optimizer post pass.
CompilerPostPassException() - Constructor for exception org.apache.flink.compiler.CompilerPostPassException
Creates a post pass exception with no message and no cause.
CompilerPostPassException(String) - Constructor for exception org.apache.flink.compiler.CompilerPostPassException
Creates a post pass exception with the given message and no cause.
CompilerPostPassException(Throwable) - Constructor for exception org.apache.flink.compiler.CompilerPostPassException
Creates a post pass exception with the given cause and no message.
CompilerPostPassException(String, Throwable) - Constructor for exception org.apache.flink.compiler.CompilerPostPassException
Creates a post pass exception with the given message and cause.
CompilerTestBase - Class in org.apache.flink.test.compiler.util
 
CompilerTestBase() - Constructor for class org.apache.flink.test.compiler.util.CompilerTestBase
 
CompilerTestBase.OptimizerPlanNodeResolver - Class in org.apache.flink.test.compiler.util
 
compileWithStats(Plan) - Method in class org.apache.flink.test.compiler.util.CompilerTestBase
 
complementBlockInfo(BlockInfo) - Method in class org.apache.flink.api.common.io.BinaryOutputFormat
 
ComponentIdFilter() - Constructor for class org.apache.flink.example.java.graph.ConnectedComponents.ComponentIdFilter
 
CompositeType<T> - Interface in org.apache.flink.api.java.typeutils
 
computeGlobalProperties(GlobalProperties, GlobalProperties) - Method in class org.apache.flink.compiler.operators.AbstractJoinDescriptor
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.AllGroupReduceProperties
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.AllGroupWithPartialPreGroupProperties
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.AllReduceProperties
 
computeGlobalProperties(GlobalProperties, GlobalProperties) - Method in class org.apache.flink.compiler.operators.BinaryUnionOpDescriptor
 
computeGlobalProperties(GlobalProperties, GlobalProperties) - Method in class org.apache.flink.compiler.operators.CartesianProductDescriptor
 
computeGlobalProperties(GlobalProperties, GlobalProperties) - Method in class org.apache.flink.compiler.operators.CoGroupDescriptor
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.CollectorMapDescriptor
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.FilterDescriptor
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.FlatMapDescriptor
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.GroupReduceProperties
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.GroupReduceWithCombineProperties
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.MapDescriptor
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.NoOpDescriptor
 
computeGlobalProperties(GlobalProperties, GlobalProperties) - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.OperatorDescriptorSingle
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.PartialGroupProperties
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.ReduceProperties
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.SolutionSetDeltaOperator
 
computeGlobalProperties(GlobalProperties, GlobalProperties) - Method in class org.apache.flink.compiler.operators.UtilSinkJoinOpDescriptor
 
computeInterestingPropertiesForInputs(CostEstimator) - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
computeInterestingPropertiesForInputs(CostEstimator) - Method in class org.apache.flink.compiler.dag.BinaryUnionNode
 
computeInterestingPropertiesForInputs(CostEstimator) - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
computeInterestingPropertiesForInputs(CostEstimator) - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
computeInterestingPropertiesForInputs(CostEstimator) - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
computeInterestingPropertiesForInputs(CostEstimator) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Tells the node to compute the interesting properties for its inputs.
computeInterestingPropertiesForInputs(CostEstimator) - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
computeInterestingPropertiesForInputs(CostEstimator) - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
computeInterestingPropertiesForInputs(CostEstimator) - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.AllGroupReduceProperties
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.AllGroupWithPartialPreGroupProperties
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.AllReduceProperties
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.BinaryUnionOpDescriptor
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CoGroupDescriptor
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CoGroupWithSolutionSetFirstDescriptor
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CoGroupWithSolutionSetSecondDescriptor
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.CollectorMapDescriptor
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CrossBlockOuterFirstDescriptor
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CrossBlockOuterSecondDescriptor
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CrossStreamOuterFirstDescriptor
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CrossStreamOuterSecondDescriptor
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.FilterDescriptor
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.FlatMapDescriptor
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.GroupReduceProperties
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.GroupReduceWithCombineProperties
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.HashJoinBuildFirstProperties
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.HashJoinBuildSecondProperties
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.MapDescriptor
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.NoOpDescriptor
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.OperatorDescriptorSingle
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.PartialGroupProperties
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.ReduceProperties
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.SolutionSetDeltaOperator
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.SortMergeJoinDescriptor
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.UtilSinkJoinOpDescriptor
 
computeLogicalKeyPositions() - Method in class org.apache.flink.api.java.operators.Keys
 
computeLogicalKeyPositions() - Method in class org.apache.flink.api.java.operators.Keys.ExpressionKeys
 
computeLogicalKeyPositions() - Method in class org.apache.flink.api.java.operators.Keys.FieldPositionKeys
 
computeLogicalKeyPositions() - Method in class org.apache.flink.api.java.operators.Keys.SelectorFunctionKeys
 
computeMemorySize(double) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
computeMemorySize(double) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Computes the memory size of the fraction per slot.
computeNumberOfPages(double) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
computeNumberOfPages(double) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Computes to how many pages the given number of bytes corresponds.
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.BinaryUnionNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.CoGroupNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.CollectorMapNode
Computes the estimates for the Map operator.
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.CrossNode
We assume that the cardinality is the product of the input cardinalities and that the result width is the sum of the input widths.
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.DataSinkNode
Computes the estimated outputs for the data sink.
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.FilterNode
Computes the estimates for the Filter operator.
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.FlatMapNode
Computes the estimates for the FlatMap operator.
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.GroupReduceNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.MapNode
Computes the estimates for the Map operator.
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.MatchNode
The default estimates build on the principle of inclusion: The smaller input key domain is included in the larger input key domain.
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.NoOpNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.ReduceNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.SinkJoiner
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.UnaryOperatorNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.WorksetIterationNode.SingleRootJoiner
 
computeOutputEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.BinaryUnionNode
 
computeOutputEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.BulkPartialSolutionNode
 
computeOutputEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Causes this node to compute its output estimates (such as number of rows, size in bytes) based on the inputs and the compiler hints.
computeOutputEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.SinkJoiner
 
computeOutputEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.SolutionSetNode
 
computeOutputEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.WorksetNode
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.BulkPartialSolutionNode
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.OptimizerNode
This method causes the node to compute the description of open branches in its sub-plan.
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.SinkJoiner
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.SolutionSetNode
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.WorksetNode
 
computeUnclosedBranchStackForBroadcastInputs(List<OptimizerNode.UnclosedBranchDescriptor>) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
computeUnionOfInterestingPropertiesFromSuccessors() - Method in class org.apache.flink.compiler.dag.BinaryUnionNode
 
computeUnionOfInterestingPropertiesFromSuccessors() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Computes all the interesting properties that are relevant to this node.
concatenate(Record) - Method in class org.apache.flink.types.Record
 
ConcatenatingReducer() - Constructor for class org.apache.flink.api.java.record.io.avro.example.ReflectiveAvroTypeExample.ConcatenatingReducer
 
config - Variable in class org.apache.flink.api.common.io.FileInputFormat.AbstractConfigBuilder
The configuration into which the parameters will be written.
config - Variable in class org.apache.flink.api.common.io.FileOutputFormat.AbstractConfigBuilder
The configuration into which the parameters will be written.
config - Variable in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
config - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The task configuration with the setup parameters.
config - Variable in class org.apache.flink.runtime.operators.util.TaskConfig
 
config - Variable in class org.apache.flink.test.util.AbstractTestBase
 
ConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.common.io.DelimitedInputFormat.ConfigBuilder
Creates a new builder for the given configuration.
ConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.common.io.FileInputFormat.ConfigBuilder
Creates a new builder for the given configuration.
ConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.common.io.FileOutputFormat.ConfigBuilder
Creates a new builder for the given configuration.
ConfigBuilder(Operator<?>, Configuration) - Constructor for class org.apache.flink.api.java.record.io.CsvInputFormat.ConfigBuilder
 
ConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.java.record.io.CsvOutputFormat.ConfigBuilder
Creates a new builder for the given configuration.
ConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.java.record.io.DelimitedOutputFormat.ConfigBuilder
Creates a new builder for the given configuration.
ConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat.ConfigBuilder
Creates a new builder for the given configuration.
ConfigConstants - Class in org.apache.flink.configuration
This class contains all constants for the configuration.
Configuration - Class in org.apache.flink.configuration
Lightweight configuration object which can store key/value pairs.
Configuration() - Constructor for class org.apache.flink.configuration.Configuration
Constructs a new configuration object.
Configuration(ClassLoader) - Constructor for class org.apache.flink.configuration.Configuration
Constructs a new configuration object.
configure(Configuration) - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.common.io.BinaryOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
Configures this input format by reading the path to the file from the configuration andge the string that defines the record delimiter.
configure(Configuration) - Method in class org.apache.flink.api.common.io.FileInputFormat
Configures the file input format by reading the file path from the configuration.
configure(Configuration) - Method in class org.apache.flink.api.common.io.FileOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.common.io.GenericInputFormat
 
configure(Configuration) - Method in interface org.apache.flink.api.common.io.InputFormat
Configures this input format.
configure(Configuration) - Method in interface org.apache.flink.api.common.io.OutputFormat
Configures this output format.
configure(Configuration) - Method in class org.apache.flink.api.java.io.DiscardingOuputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.io.DiscardingOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.io.LocalCollectionOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.io.PrintingOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.io.TextInputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.io.TextValueInputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.record.io.avro.example.ReflectiveAvroTypeExample.PrintingOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.record.io.CsvInputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat
Calls the super classes to configure themselves and reads the config parameters for the delimiter and the write buffer size.
configure(Configuration) - Method in class org.apache.flink.api.java.record.io.ExternalProcessFixedLengthInputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.record.io.ExternalProcessInputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.record.io.FixedLengthInputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
Configures this JDBCInputFormat.
configure(Configuration) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
Configures this JDBCOutputFormat.
configure(Configuration) - Method in class org.apache.flink.api.java.record.io.TextInputFormat
 
configure(Configuration) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
configure(Configuration) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
configure(Configuration) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
configure(Configuration) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopOutputFormat
 
configureDelimitedFormat(FileDataSourceBase<?>) - Static method in class org.apache.flink.api.common.io.DelimitedInputFormat
Creates a configuration builder that can be used to set the input format's parameters to the config in a fluent fashion.
configureDelimitedFormat(FileDataSink) - Static method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat
Creates a configuration builder that can be used to set the input format's parameters to the config in a fluent fashion.
configureFileFormat(GenericDataSourceBase<?, ?>) - Static method in class org.apache.flink.api.common.io.FileInputFormat
Creates a configuration builder that can be used to set the input format's parameters to the config in a fluent fashion.
configureFileFormat(FileDataSinkBase<?>) - Static method in class org.apache.flink.api.common.io.FileOutputFormat
Creates a configuration builder that can be used to set the input format's parameters to the config in a fluent fashion.
configureOutputFormat(GenericDataSink) - Static method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
Creates a configuration builder that can be used to set the output format's parameters to the config in a fluent fashion.
configureRecordFormat(FileDataSource) - Static method in class org.apache.flink.api.java.record.io.CsvInputFormat
Creates a configuration builder that can be used to set the input format's parameters to the config in a fluent fashion.
configureRecordFormat(FileDataSink) - Static method in class org.apache.flink.api.java.record.io.CsvOutputFormat
Creates a configuration builder that can be used to set the input format's parameters to the config in a fluent fashion.
ConflictingFieldTypeInfoException - Exception in org.apache.flink.compiler.postpass
 
ConflictingFieldTypeInfoException(int, Object, Object) - Constructor for exception org.apache.flink.compiler.postpass.ConflictingFieldTypeInfoException
 
connect(Socket, SocketAddress, int) - Static method in class org.apache.flink.runtime.net.NetUtils
 
ConnectedComponents - Class in org.apache.flink.example.java.graph
An implementation of the connected components algorithm, using a delta iteration.
ConnectedComponents() - Constructor for class org.apache.flink.example.java.graph.ConnectedComponents
 
ConnectedComponents.ComponentIdFilter - Class in org.apache.flink.example.java.graph
 
ConnectedComponents.DuplicateValue<T> - Class in org.apache.flink.example.java.graph
Function that turns a value into a 2-tuple where both fields are that value.
ConnectedComponents.NeighborWithComponentIDJoin - Class in org.apache.flink.example.java.graph
UDF that joins a (Vertex-ID, Component-ID) pair that represents the current component that a vertex is associated with, with a (Source-Vertex-ID, Target-VertexID) edge.
ConnectedComponents.UndirectEdge - Class in org.apache.flink.example.java.graph
Undirected edges by emitting for each input edge the input edges itself and an inverted version.
ConnectedComponentsData - Class in org.apache.flink.example.java.graph.util
Provides the default data sets used for the Connected Components example program.
ConnectedComponentsData() - Constructor for class org.apache.flink.example.java.graph.util.ConnectedComponentsData
 
ConnectedComponentsData - Class in org.apache.flink.test.testdata
 
ConnectionInfoLookupResponse - Class in org.apache.flink.runtime.io.network
 
ConnectionInfoLookupResponse() - Constructor for class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
ConnectionInfoLookupResponse(ConnectionInfoLookupResponse.ReturnCode) - Constructor for class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
ConnectionInfoLookupResponse(ConnectionInfoLookupResponse.ReturnCode, ChannelID) - Constructor for class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
ConnectionInfoLookupResponse(ConnectionInfoLookupResponse.ReturnCode, RemoteReceiver) - Constructor for class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
connectTo(AbstractJobVertex) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Connects the job vertex to the specified job vertex.
connectTo(AbstractJobVertex, int, int) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Connects the job vertex to the specified job vertex.
connectTo(AbstractJobVertex, ChannelType) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Connects the job vertex to the specified job vertex.
connectTo(AbstractJobVertex, ChannelType, DistributionPattern) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Connects the job vertex to the specified job vertex.
connectTo(AbstractJobVertex, ChannelType, int, int, DistributionPattern) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Connects the job vertex to the specified job vertex.
construct(int, long, long) - Static method in class org.apache.flink.runtime.instance.HardwareDescriptionFactory
Constructs a new hardware description object.
constructDeploymentDescriptor() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Constructs a new task deployment descriptor for this vertex.
constructLogString(String, String, AbstractInvokable) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Utility function that composes a string for logging purposes.
constructTestPath(String) - Static method in class org.apache.flink.core.fs.Path
 
constructTestURI(String) - Static method in class org.apache.flink.core.fs.Path
 
consumeAndCacheRemainingData() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
containingIteration - Variable in class org.apache.flink.api.common.operators.base.DeltaIterationBase.SolutionSetPlaceHolder
 
contains(Integer) - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
contains(String) - Static method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Checks if the given library is in the local cache.
contains(Object) - Method in class org.apache.flink.types.ListValue
 
containsAll(Collection<?>) - Method in class org.apache.flink.types.ListValue
 
containsKey(String) - Method in class org.apache.flink.configuration.Configuration
Checks whether there is an entry with the specified key
containsKey(Object) - Method in class org.apache.flink.types.MapValue
 
containsValue(Object) - Method in class org.apache.flink.types.MapValue
 
CONTENT_TYPE_HTML - Static variable in class org.apache.flink.client.web.GUIServletStub
The content type for HTML data.
CONTENT_TYPE_PLAIN - Static variable in class org.apache.flink.client.web.GUIServletStub
The content type for plain textual data.
ContextChecker - Class in org.apache.flink.compiler.contextcheck
Traverses a plan and checks whether all Contracts are correctly connected to their input contracts.
ContextChecker() - Constructor for class org.apache.flink.compiler.contextcheck.ContextChecker
Default constructor
ContextEnvironment - Class in org.apache.flink.client.program
 
ContextEnvironment(Client, List<File>, ClassLoader) - Constructor for class org.apache.flink.client.program.ContextEnvironment
 
ConvergenceCriterion<T extends Value> - Interface in org.apache.flink.api.common.aggregators
Used to check for convergence.
convert(Record, K, V) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.DefaultHadoopTypeConverter
 
convert(Object) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.DefaultHadoopTypeConverter
 
convert(Record, K, V) - Method in interface org.apache.flink.hadoopcompatibility.mapred.record.datatypes.HadoopTypeConverter
Convert a Hadoop type to a Flink type.
convert(Record, K, V) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableWrapperConverter
 
converter - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
converter - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
convertKey(Record) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.DefaultFlinkTypeConverter
 
convertKey(Record) - Method in interface org.apache.flink.hadoopcompatibility.mapred.record.datatypes.FlinkTypeConverter
Convert a Flink type to a Hadoop type.
convertValue(Record) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.DefaultFlinkTypeConverter
 
convertValue(Record) - Method in interface org.apache.flink.hadoopcompatibility.mapred.record.datatypes.FlinkTypeConverter
 
copy(boolean[], boolean[]) - Method in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
copy(byte[], byte[]) - Method in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
copy(char[], char[]) - Method in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
copy(double[], double[]) - Method in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
copy(float[], float[]) - Method in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
copy(int[], int[]) - Method in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
copy(long[], long[]) - Method in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
copy(short[], short[]) - Method in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
copy(String[], String[]) - Method in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
copy(Boolean, Boolean) - Method in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
copy(BooleanValue, BooleanValue) - Method in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
copy(Byte, Byte) - Method in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
copy(ByteValue, ByteValue) - Method in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
copy(Character, Character) - Method in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
copy(CharValue, CharValue) - Method in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
copy(Double, Double) - Method in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
copy(DoubleValue, DoubleValue) - Method in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
copy(Float, Float) - Method in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
copy(FloatValue, FloatValue) - Method in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
copy(Integer, Integer) - Method in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
copy(IntValue, IntValue) - Method in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
copy(Long, Long) - Method in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
copy(LongValue, LongValue) - Method in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
copy(Short, Short) - Method in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
copy(ShortValue, ShortValue) - Method in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
copy(String, String) - Method in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
copy(StringValue, StringValue) - Method in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
copy(T, T) - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
Creates a copy from the given element, storing the copied result in the given reuse element if type is mutable.
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
Copies exactly one record from the source input view to the target output view.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple1
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple10
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple11
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple12
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple13
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple14
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple15
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple16
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple17
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple18
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple19
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple2
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple20
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple21
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple22
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple23
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple24
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple25
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple3
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple4
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple5
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple6
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple7
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple8
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple9
Shallow tuple copy.
copy(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
copy(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
copy(C[], C[]) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericArraySerializer
 
copy(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
copy(Record, Record) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordSerializer
 
copy(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializer
 
copy(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
copy(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
copy(Path, Path, boolean) - Static method in class org.apache.flink.runtime.filecache.FileCache
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.BooleanValue
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.ByteValue
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.CharValue
 
copy(DataInputView, DataOutputView) - Method in interface org.apache.flink.types.CopyableValue
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.DoubleValue
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.FloatValue
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.IntValue
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.LongValue
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.NullValue
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.Record
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.ShortValue
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.StringValue
 
CopyableValue<T> - Interface in org.apache.flink.types
Interface to be implemented by basic types that support to be copied efficiently.
CopyableValueComparator<T extends CopyableValue<T> & Comparable<T>> - Class in org.apache.flink.api.java.typeutils.runtime
Comparator for all Value types that extend Key
CopyableValueComparator(boolean, Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
CopyableValueSerializer<T extends CopyableValue<T>> - Class in org.apache.flink.api.java.typeutils.runtime
 
CopyableValueSerializer(Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
copyBytes(InputStream, OutputStream, int, boolean) - Static method in class org.apache.flink.runtime.util.IOUtils
Copies from one stream to another.
copyBytes(InputStream, OutputStream) - Static method in class org.apache.flink.runtime.util.IOUtils
Copies from one stream to another.
copyBytes(InputStream, OutputStream, boolean) - Static method in class org.apache.flink.runtime.util.IOUtils
Copies from one stream to another.
copyEstimates(OptimizerNode) - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
copyFrom(CompilerHints) - Method in class org.apache.flink.api.common.operators.CompilerHints
 
copyFrom(EnumTrianglesDataTypes.EdgeWithDegrees) - Method in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
copyFrom(Record, int[], int[]) - Method in class org.apache.flink.types.Record
Bin-copies fields from a source record to this record.
copyNormalizedKey(MemorySegment, int, int) - Method in class org.apache.flink.types.BooleanValue
 
copyNormalizedKey(MemorySegment, int, int) - Method in class org.apache.flink.types.ByteValue
 
copyNormalizedKey(MemorySegment, int, int) - Method in class org.apache.flink.types.CharValue
 
copyNormalizedKey(MemorySegment, int, int) - Method in class org.apache.flink.types.IntValue
 
copyNormalizedKey(MemorySegment, int, int) - Method in class org.apache.flink.types.LongValue
 
copyNormalizedKey(MemorySegment, int, int) - Method in interface org.apache.flink.types.NormalizableKey
Writes a normalized key for the given record into the target byte array, starting at the specified position an writing exactly the given number of bytes.
copyNormalizedKey(MemorySegment, int, int) - Method in class org.apache.flink.types.NullValue
 
copyNormalizedKey(MemorySegment, int, int) - Method in class org.apache.flink.types.ShortValue
 
copyNormalizedKey(MemorySegment, int, int) - Method in class org.apache.flink.types.StringValue
 
copyString(DataInput, DataOutput) - Static method in class org.apache.flink.types.StringValue
 
copyTo(int, MemorySegment, int, int) - Method in class org.apache.flink.core.memory.MemorySegment
Bulk copy method.
copyTo(BooleanValue) - Method in class org.apache.flink.types.BooleanValue
 
copyTo(ByteValue) - Method in class org.apache.flink.types.ByteValue
 
copyTo(CharValue) - Method in class org.apache.flink.types.CharValue
 
copyTo(T) - Method in interface org.apache.flink.types.CopyableValue
 
copyTo(DoubleValue) - Method in class org.apache.flink.types.DoubleValue
 
copyTo(FloatValue) - Method in class org.apache.flink.types.FloatValue
 
copyTo(IntValue) - Method in class org.apache.flink.types.IntValue
 
copyTo(LongValue) - Method in class org.apache.flink.types.LongValue
 
copyTo(NullValue) - Method in class org.apache.flink.types.NullValue
 
copyTo(Record) - Method in class org.apache.flink.types.Record
 
copyTo(ShortValue) - Method in class org.apache.flink.types.ShortValue
 
copyTo(StringValue) - Method in class org.apache.flink.types.StringValue
 
copyToBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.Buffer
 
copyVerticesFromEdgeWithDegrees(EnumTrianglesDataTypes.EdgeWithDegrees) - Method in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.Edge
 
copyVerticesFromTuple2(Tuple2<Integer, Integer>) - Method in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.Edge
 
CorruptConfigurationException - Exception in org.apache.flink.runtime.operators.util
Exception indicating that the parsed configuration was corrupt.
CorruptConfigurationException(String) - Constructor for exception org.apache.flink.runtime.operators.util.CorruptConfigurationException
Creates a new exception with the given error message.
CorruptConfigurationException(String, Throwable) - Constructor for exception org.apache.flink.runtime.operators.util.CorruptConfigurationException
 
CostEstimator - Class in org.apache.flink.compiler.costs
Abstract base class for a cost estimator.
CostEstimator() - Constructor for class org.apache.flink.compiler.costs.CostEstimator
 
costOperator(PlanNode) - Method in class org.apache.flink.compiler.costs.CostEstimator
This method computes the cost of an operator.
Costs - Class in org.apache.flink.compiler.costs
Simple class to represent the costs of an operation.
Costs() - Constructor for class org.apache.flink.compiler.costs.Costs
Default constructor.
Costs(double, double) - Constructor for class org.apache.flink.compiler.costs.Costs
Creates a new costs object using the given values for the network and storage cost.
Costs(double, double, double) - Constructor for class org.apache.flink.compiler.costs.Costs
Creates a new costs object using the given values for the network and storage cost.
costWeight - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
CountAppender() - Constructor for class org.apache.flink.example.java.clustering.KMeans.CountAppender
 
COUNTS - Static variable in class org.apache.flink.test.testdata.WordCountData
 
COUNTS_AS_TUPLES - Static variable in class org.apache.flink.test.testdata.WordCountData
 
CountWords() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCount.CountWords
 
CountWords() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat.CountWords
 
create(Path, boolean, int, short, long) - Method in class org.apache.flink.core.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path.
create(Path, boolean) - Method in class org.apache.flink.core.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path.
create(Path, boolean, int, short, long) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
create(Path, boolean) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
create(Path, boolean, int, short, long) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
create(Path, boolean) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
create(Path, boolean, int, short, long) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
create(Path, boolean) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
createAggregationFunction(Class<T>) - Method in interface org.apache.flink.api.java.aggregation.AggregationFunctionFactory
 
createAggregationFunction(Class<T>) - Method in class org.apache.flink.api.java.aggregation.MaxAggregationFunction.MaxAggregationFunctionFactory
 
createAggregationFunction(Class<T>) - Method in class org.apache.flink.api.java.aggregation.MinAggregationFunction.MinAggregationFunctionFactory
 
createAggregationFunction(Class<T>) - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.SumAggregationFunctionFactory
 
createAndRegisterInputGate() - Method in interface org.apache.flink.runtime.execution.Environment
Creates a new InputGate and registers it with the Environment.
createAndRegisterInputGate() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
createAndRegisterOutputGate() - Method in interface org.apache.flink.runtime.execution.Environment
Creates a new OutputGate and registers it with the Environment.
createAndRegisterOutputGate() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
createAndRegisterTempFile(String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
createBlockChannelReader(Channel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel reader that reads blocks from the given channel.
createBlockChannelReader(Channel.ID, LinkedBlockingQueue<MemorySegment>, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel reader that reads blocks from the given channel.
createBlockChannelReader(Channel.ID) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel reader that reads blocks from the given channel.
createBlockChannelReader(Channel.ID, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel reader that reads blocks from the given channel.
createBlockChannelWriter(Channel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel writer that writes to the given channel.
createBlockChannelWriter(Channel.ID, LinkedBlockingQueue<MemorySegment>, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel writer that writes to the given channel.
createBlockChannelWriter(Channel.ID) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel writer that writes to the given channel.
createBlockChannelWriter(Channel.ID, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel writer that writes to the given channel.
createBlockInfo() - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
createBlockInfo() - Method in class org.apache.flink.api.common.io.BinaryOutputFormat
 
createBulkBlockChannelReader(Channel.ID, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel reader that reads all blocks from the given channel directly in one bulk.
createChannel() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a new Channel.ID in one of the temp directories.
createChannelEnumerator() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a new Channel.Enumerator, spreading the channels in a round-robin fashion across the temporary file directories.
createComparator() - Method in interface org.apache.flink.api.common.typeutils.TypeComparatorFactory
 
createComparator(boolean) - Method in interface org.apache.flink.api.java.typeutils.AtomicType
 
createComparator(boolean) - Method in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
createComparator(int[], boolean[]) - Method in interface org.apache.flink.api.java.typeutils.CompositeType
 
createComparator(boolean) - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
createComparator(int[], boolean[]) - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
createComparator() - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparatorFactory
 
createComparator() - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeComparatorFactory
 
createComparator(int[], boolean[]) - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
createComparator(boolean) - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
createComparator(boolean) - Method in class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
createComparator(FieldList, boolean[], T) - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
createComparator(FieldList, boolean[], SparseKeySchema) - Method in class org.apache.flink.compiler.postpass.RecordModelPostPass
 
createComparator12(TypeComparator<T1>, TypeComparator<T2>) - Method in interface org.apache.flink.api.common.typeutils.TypePairComparatorFactory
 
createComparator12(TypeComparator<Record>, TypeComparator<Record>) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordPairComparatorFactory
 
createComparator12(TypeComparator<T1>, TypeComparator<T2>) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimePairComparatorFactory
 
createComparator21(TypeComparator<T1>, TypeComparator<T2>) - Method in interface org.apache.flink.api.common.typeutils.TypePairComparatorFactory
 
createComparator21(TypeComparator<Record>, TypeComparator<Record>) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordPairComparatorFactory
 
createComparator21(TypeComparator<T1>, TypeComparator<T2>) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimePairComparatorFactory
 
createCopy() - Method in class org.apache.flink.types.Record
Creates an exact copy of this record.
createDummyInstance() - Static method in class org.apache.flink.runtime.instance.DummyInstance
 
createEmptySchema() - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
createEmptySchema() - Method in class org.apache.flink.compiler.postpass.RecordModelPostPass
 
createEmptyTopology() - Static method in class org.apache.flink.runtime.topology.NetworkTopology
 
createEnvelopeWithEvent(Envelope, ChannelID, RemoteReceiver) - Static method in class org.apache.flink.runtime.io.network.SenderHintEvent
 
createInput(InputFormat<X, ?>) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Generic method to create an input DataSet with in InputFormat.
createInput(InputFormat<X, ?>, TypeInformation<X>) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Generic method to create an input DataSet with in InputFormat.
createInputIterator(MutableReader<?>, TypeSerializerFactory<?>) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
createInputSplits(int) - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
createInputSplits(int) - Method in class org.apache.flink.api.common.io.FileInputFormat
Computes the input splits for the file.
createInputSplits(int) - Method in class org.apache.flink.api.common.io.GenericInputFormat
 
createInputSplits(int) - Method in interface org.apache.flink.api.common.io.InputFormat
Creates the different splits of the input that can be processed in parallel.
createInputSplits(int) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
 
createInputSplits(int) - Method in class org.apache.flink.api.java.record.io.avro.AvroRecordInputFormat
Set minNumSplits to number of files.
createInputSplits(int) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
createInputSplits(int) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
createInputSplits(int) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
Creates a new instance of the data type.
createInstance() - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
createInstance() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
createInstance() - Method in class org.apache.flink.api.java.typeutils.runtime.GenericArraySerializer
 
createInstance() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
createInstance() - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordSerializer
 
createInstance() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializer
 
createInstance() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
createInstance() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
createJarFile() - Method in class org.apache.flink.runtime.util.JarFileCreator
Creates a jar file which contains the previously added class.
createJobIsAborting() - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
createJoinOperator(Keys<I2>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinOperatorSets.JoinOperatorSetsPredicate
 
createLocalEnvironment() - Static method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a LocalEnvironment.
createLocalEnvironment(int) - Static method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a LocalEnvironment.
createLocalExecutor() - Static method in class org.apache.flink.api.common.PlanExecutor
Creates an executor that runs the plan locally in a multi-threaded environment.
createNewOrderingUpToIndex(int) - Method in class org.apache.flink.api.common.operators.Ordering
Creates a new ordering the represents an ordering on a prefix of the fields.
createOrderedFromSet(FieldSet) - Static method in class org.apache.flink.compiler.util.Utils
 
createOrdering(FieldList, boolean[]) - Static method in class org.apache.flink.compiler.util.Utils
 
createOrdering(FieldList) - Static method in class org.apache.flink.compiler.util.Utils
 
createPairComparator(FieldList, FieldList, boolean[], T, T) - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
createPairComparator(FieldList, FieldList, boolean[], SparseKeySchema, SparseKeySchema) - Method in class org.apache.flink.compiler.postpass.RecordModelPostPass
 
createPartitions(int, int) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.AbstractJoinDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.AllGroupReduceProperties
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.AllGroupWithPartialPreGroupProperties
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.AllReduceProperties
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.BinaryUnionOpDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.CartesianProductDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.CoGroupDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.CollectorMapDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.FilterDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.FlatMapDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.GroupReduceProperties
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.GroupReduceWithCombineProperties
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.MapDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.NoOpDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorSingle
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.PartialGroupProperties
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.ReduceProperties
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.SolutionSetDeltaOperator
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.UtilSinkJoinOpDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.AllGroupReduceProperties
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.AllGroupWithPartialPreGroupProperties
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.AllReduceProperties
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.BinaryUnionOpDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.CartesianProductDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.CoGroupDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.CoGroupWithSolutionSetFirstDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.CoGroupWithSolutionSetSecondDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.CollectorMapDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.FilterDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.FlatMapDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.GroupReduceProperties
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.GroupReduceWithCombineProperties
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.HashJoinBuildFirstProperties
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.HashJoinBuildSecondProperties
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.MapDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.NoOpDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorSingle
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.PartialGroupProperties
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.ReduceProperties
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.SolutionSetDeltaOperator
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.SortMergeJoinDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.UtilSinkJoinOpDescriptor
 
createPreOptimizedPlan(Plan) - Static method in class org.apache.flink.compiler.PactCompiler
This function performs only the first step to the compilation process - the creation of the optimizer representation of the plan.
createProgramPlan() - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates the program's Plan.
createProgramPlan(String) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates the program's Plan.
createProjectionPropertiesDual(int[], boolean[]) - Static method in class org.apache.flink.api.java.functions.SemanticPropUtil
 
createProjectionPropertiesSingle(int[]) - Static method in class org.apache.flink.api.java.functions.SemanticPropUtil
 
createReceiverFoundAndReady(ChannelID) - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
createReceiverFoundAndReady(RemoteReceiver) - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
createReceiverNotFound() - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
createReceiverNotReady() - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
createRemoteEnvironment(String, int, String...) - Static method in class org.apache.flink.api.java.ExecutionEnvironment
createRemoteEnvironment(String, int, int, String...) - Static method in class org.apache.flink.api.java.ExecutionEnvironment
createRemoteExecutor(String, int, String...) - Static method in class org.apache.flink.api.common.PlanExecutor
Creates an executor that runs the plan on a remote environment.
createResult() - Method in interface org.apache.flink.api.java.operators.CustomUnaryOperation
 
createResult() - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Creates the operator that represents this vertex-centric graph computation.
createRuntimeContext(String) - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
createRuntimeContext(String) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
createSerializer() - Method in class org.apache.flink.api.java.typeutils.BasicArrayTypeInfo
 
createSerializer() - Method in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
createSerializer() - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
createSerializer() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
createSerializer() - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
createSerializer() - Method in class org.apache.flink.api.java.typeutils.PrimitiveArrayTypeInfo
 
createSerializer() - Method in class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
createSerializer() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
createSerializer() - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
createSerializer() - Method in class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
createSerializer(T) - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
createSerializer(SparseKeySchema) - Method in class org.apache.flink.compiler.postpass.RecordModelPostPass
 
createSerializer() - Method in class org.apache.flink.types.NothingTypeInfo
 
createSerializer() - Method in class org.apache.flink.types.TypeInformation
 
createSignature(Class<? extends AbstractInvokable>, JobID) - Static method in class org.apache.flink.runtime.executiongraph.ExecutionSignature
Calculates the execution signature from the given class name and job ID.
createSocketAddr(String) - Static method in class org.apache.flink.runtime.net.NetUtils
Util method to build socket addr from either: : ://:/
createSocketAddr(String, int) - Static method in class org.apache.flink.runtime.net.NetUtils
Util method to build socket addr from either: : ://:/
createSolutionSetUpdateOutputCollector(Collector<OT>) - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
Creates a new solution set update output collector.
createStatistics(List<FileStatus>, FileInputFormat.FileBaseStatistics) - Method in class org.apache.flink.api.common.io.BinaryInputFormat
Fill in the statistics.
createTempFile(String, String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
createTmpFile(String, DistributedCache.DistributedCacheEntry, JobID) - Method in class org.apache.flink.runtime.filecache.FileCache
If the file doesn't exists locally, it will copy the file to the temp directory.
createTypeInfo(Type) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
createTypeInfo(Class<?>, Class<?>, int, TypeInformation<IN1>, TypeInformation<IN2>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
createUnionCascade(List<? extends Operator<T>>) - Static method in class org.apache.flink.api.common.operators.Operator
Takes a list of operators and creates a cascade of unions of this inputs, if needed.
createUnionCascade(Operator<T>...) - Static method in class org.apache.flink.api.common.operators.Operator
Takes a list of operators and creates a cascade of unions of this inputs, if needed.
createUnionCascade(Operator<T>, Operator<T>...) - Static method in class org.apache.flink.api.common.operators.Operator
Takes a single Operator and a list of operators and creates a cascade of unions of this inputs, if needed.
createUniqueFieldsForNode() - Method in class org.apache.flink.compiler.dag.OptimizerNode
An optional method where nodes can describe which fields will be unique in their output.
createValue() - Method in class org.apache.flink.types.parser.ByteParser
 
createValue() - Method in class org.apache.flink.types.parser.ByteValueParser
 
createValue() - Method in class org.apache.flink.types.parser.DoubleParser
 
createValue() - Method in class org.apache.flink.types.parser.DoubleValueParser
 
createValue() - Method in class org.apache.flink.types.parser.FieldParser
Returns an instance of the parsed value type.
createValue() - Method in class org.apache.flink.types.parser.FloatParser
 
createValue() - Method in class org.apache.flink.types.parser.FloatValueParser
 
createValue() - Method in class org.apache.flink.types.parser.IntParser
 
createValue() - Method in class org.apache.flink.types.parser.IntValueParser
 
createValue() - Method in class org.apache.flink.types.parser.LongParser
 
createValue() - Method in class org.apache.flink.types.parser.LongValueParser
 
createValue() - Method in class org.apache.flink.types.parser.ShortParser
 
createValue() - Method in class org.apache.flink.types.parser.ShortValueParser
 
createValue() - Method in class org.apache.flink.types.parser.StringParser
 
createValue() - Method in class org.apache.flink.types.parser.StringValueParser
 
createWire(DistributionPattern, int, int, int, int) - Static method in class org.apache.flink.runtime.executiongraph.DistributionPatternProvider
Checks if two subtasks of different tasks should be wired.
createWorksetUpdateOutputCollector(Collector<OT>) - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
createWorksetUpdateOutputCollector() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
cross(IN1, IN2) - Method in interface org.apache.flink.api.common.functions.CrossFunction
Cross UDF method.
cross(DataSet<R>) - Method in class org.apache.flink.api.java.DataSet
Initiates a Cross transformation.
A Cross transformation combines the elements of two DataSets into one DataSet.
cross(IN1, IN2) - Method in class org.apache.flink.api.java.functions.RichCrossFunction
 
cross(T1, T2) - Method in class org.apache.flink.api.java.operators.CrossOperator.DefaultCrossFunction
 
cross(T1, T2) - Method in class org.apache.flink.api.java.operators.CrossOperator.ProjectCrossFunction
 
cross(Record, Record) - Method in class org.apache.flink.api.java.record.functions.CrossFunction
This method must be implemented to provide a user implementation of a cross.
CrossBlockOuterFirstDescriptor - Class in org.apache.flink.compiler.operators
 
CrossBlockOuterFirstDescriptor() - Constructor for class org.apache.flink.compiler.operators.CrossBlockOuterFirstDescriptor
 
CrossBlockOuterFirstDescriptor(boolean, boolean) - Constructor for class org.apache.flink.compiler.operators.CrossBlockOuterFirstDescriptor
 
CrossBlockOuterSecondDescriptor - Class in org.apache.flink.compiler.operators
 
CrossBlockOuterSecondDescriptor() - Constructor for class org.apache.flink.compiler.operators.CrossBlockOuterSecondDescriptor
 
CrossBlockOuterSecondDescriptor(boolean, boolean) - Constructor for class org.apache.flink.compiler.operators.CrossBlockOuterSecondDescriptor
 
CrossDriver<T1,T2,OT> - Class in org.apache.flink.runtime.operators
Cross task which is executed by a Nephele task manager.
CrossDriver() - Constructor for class org.apache.flink.runtime.operators.CrossDriver
 
CrossFunction<IN1,IN2,OUT> - Interface in org.apache.flink.api.common.functions
Interface for Cross functions.
CrossFunction - Class in org.apache.flink.api.java.record.functions
The CrossFunction is the base class for functions that are invoked by a CrossOperator.
CrossFunction() - Constructor for class org.apache.flink.api.java.record.functions.CrossFunction
 
CrossNode - Class in org.apache.flink.compiler.dag
The Optimizer representation of a Cross (Cartesian product) operator.
CrossNode(CrossOperatorBase<?, ?, ?, ?>) - Constructor for class org.apache.flink.compiler.dag.CrossNode
Creates a new CrossNode for the given operator.
CrossOperator<I1,I2,OUT> - Class in org.apache.flink.api.java.operators
A DataSet that is the result of a Cross transformation.
CrossOperator(DataSet<I1>, DataSet<I2>, CrossFunction<I1, I2, OUT>, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.java.operators.CrossOperator
 
CrossOperator - Class in org.apache.flink.api.java.record.operators
CrossOperator that applies a CrossFunction to each element of the Cartesian Product.
CrossOperator(CrossOperator.Builder) - Constructor for class org.apache.flink.api.java.record.operators.CrossOperator
The private constructor that only gets eIinvoked from the Builder.
CrossOperator.Builder - Class in org.apache.flink.api.java.record.operators
Builder pattern, straight from Joshua Bloch's Effective Java (2nd Edition).
CrossOperator.CrossProjection<I1,I2> - Class in org.apache.flink.api.java.operators
 
CrossOperator.DefaultCross<I1,I2> - Class in org.apache.flink.api.java.operators
A Cross transformation that wraps pairs of crossed elements into Tuple2.
It also represents the DataSet that is the result of a Cross transformation.
CrossOperator.DefaultCrossFunction<T1,T2> - Class in org.apache.flink.api.java.operators
 
CrossOperator.ProjectCrossFunction<T1,T2,R extends Tuple> - Class in org.apache.flink.api.java.operators
 
CrossOperatorBase<IN1,IN2,OUT,FT extends CrossFunction<?,?,?>> - Class in org.apache.flink.api.common.operators.base
 
CrossOperatorBase(UserCodeWrapper<FT>, BinaryOperatorInformation<IN1, IN2, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.CrossOperatorBase
 
CrossOperatorBase(FT, BinaryOperatorInformation<IN1, IN2, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.CrossOperatorBase
 
CrossOperatorBase(Class<? extends FT>, BinaryOperatorInformation<IN1, IN2, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.CrossOperatorBase
 
CrossOperatorBase.CrossWithLarge - Interface in org.apache.flink.api.common.operators.base
Marker interface to declare the second input as the larger one.
CrossOperatorBase.CrossWithSmall - Interface in org.apache.flink.api.common.operators.base
Marker interface to declare the second input as the smaller one.
CrossProjection(DataSet<I1>, DataSet<I2>, int[], int[]) - Constructor for class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
 
CrossStreamOuterFirstDescriptor - Class in org.apache.flink.compiler.operators
 
CrossStreamOuterFirstDescriptor() - Constructor for class org.apache.flink.compiler.operators.CrossStreamOuterFirstDescriptor
 
CrossStreamOuterFirstDescriptor(boolean, boolean) - Constructor for class org.apache.flink.compiler.operators.CrossStreamOuterFirstDescriptor
 
CrossStreamOuterSecondDescriptor - Class in org.apache.flink.compiler.operators
 
CrossStreamOuterSecondDescriptor() - Constructor for class org.apache.flink.compiler.operators.CrossStreamOuterSecondDescriptor
 
CrossStreamOuterSecondDescriptor(boolean, boolean) - Constructor for class org.apache.flink.compiler.operators.CrossStreamOuterSecondDescriptor
 
crossWithHuge(DataSet<R>) - Method in class org.apache.flink.api.java.DataSet
Initiates a Cross transformation.
A Cross transformation combines the elements of two DataSets into one DataSet.
CrossWithLargeOperator - Class in org.apache.flink.api.java.record.operators
This operator represents a Cartesian-Product operation.
CrossWithLargeOperator(CrossWithLargeOperator.Builder) - Constructor for class org.apache.flink.api.java.record.operators.CrossWithLargeOperator
The private constructor that only gets invoked from the Builder.
CrossWithLargeOperator.Builder - Class in org.apache.flink.api.java.record.operators
Builder pattern, straight from Joshua Bloch's Effective Java (2nd Edition).
CrossWithSmallOperator - Class in org.apache.flink.api.java.record.operators
This operator represents a Cartesian-Product operation.
CrossWithSmallOperator(CrossWithSmallOperator.Builder) - Constructor for class org.apache.flink.api.java.record.operators.CrossWithSmallOperator
The private constructor that only gets invoked from the Builder.
CrossWithSmallOperator.Builder - Class in org.apache.flink.api.java.record.operators
Builder pattern, straight from Joshua Bloch's Effective Java (2nd Edition).
crossWithTiny(DataSet<R>) - Method in class org.apache.flink.api.java.DataSet
Initiates a Cross transformation.
A Cross transformation combines the elements of two DataSets into one DataSet.
CsvInputFormat<OUT extends Tuple> - Class in org.apache.flink.api.java.io
 
CsvInputFormat(Path) - Constructor for class org.apache.flink.api.java.io.CsvInputFormat
 
CsvInputFormat(Path, Class<?>...) - Constructor for class org.apache.flink.api.java.io.CsvInputFormat
 
CsvInputFormat(Path, String, char, Class<?>...) - Constructor for class org.apache.flink.api.java.io.CsvInputFormat
 
CsvInputFormat - Class in org.apache.flink.api.java.record.io
Input format to parse text files and generate Records.
CsvInputFormat() - Constructor for class org.apache.flink.api.java.record.io.CsvInputFormat
 
CsvInputFormat(char) - Constructor for class org.apache.flink.api.java.record.io.CsvInputFormat
 
CsvInputFormat(Class<? extends Value>...) - Constructor for class org.apache.flink.api.java.record.io.CsvInputFormat
 
CsvInputFormat(char, Class<? extends Value>...) - Constructor for class org.apache.flink.api.java.record.io.CsvInputFormat
 
CsvInputFormat.AbstractConfigBuilder<T> - Class in org.apache.flink.api.java.record.io
An abstract builder used to set parameters to the input format's configuration in a fluent way.
CsvInputFormat.ConfigBuilder - Class in org.apache.flink.api.java.record.io
A builder used to set parameters to the input format's configuration in a fluent way.
CsvOutputFormat<T extends Tuple> - Class in org.apache.flink.api.java.io
This is an OutputFormat to serialize Tuples to text.
CsvOutputFormat(Path) - Constructor for class org.apache.flink.api.java.io.CsvOutputFormat
Creates an instance of CsvOutputFormat.
CsvOutputFormat(Path, String) - Constructor for class org.apache.flink.api.java.io.CsvOutputFormat
Creates an instance of CsvOutputFormat.
CsvOutputFormat(Path, String, String) - Constructor for class org.apache.flink.api.java.io.CsvOutputFormat
Creates an instance of CsvOutputFormat.
CsvOutputFormat - Class in org.apache.flink.api.java.record.io
This is an OutputFormat to serialize Records to text.
CsvOutputFormat() - Constructor for class org.apache.flink.api.java.record.io.CsvOutputFormat
 
CsvOutputFormat(Class<? extends Value>...) - Constructor for class org.apache.flink.api.java.record.io.CsvOutputFormat
Creates an instance of CsvOutputFormat.
CsvOutputFormat(String, Class<? extends Value>...) - Constructor for class org.apache.flink.api.java.record.io.CsvOutputFormat
Creates an instance of CsvOutputFormat.
CsvOutputFormat(String, String, Class<? extends Value>...) - Constructor for class org.apache.flink.api.java.record.io.CsvOutputFormat
Creates an instance of CsvOutputFormat.
CsvOutputFormat.AbstractConfigBuilder<T> - Class in org.apache.flink.api.java.record.io
Abstract builder used to set parameters to the input format's configuration in a fluent way.
CsvOutputFormat.ConfigBuilder - Class in org.apache.flink.api.java.record.io
A builder used to set parameters to the input format's configuration in a fluent way.
CsvReader - Class in org.apache.flink.api.java.io
A builder class to instantiate a CSV parsing data source.
CsvReader(Path, ExecutionEnvironment) - Constructor for class org.apache.flink.api.java.io.CsvReader
 
CsvReader(String, ExecutionEnvironment) - Constructor for class org.apache.flink.api.java.io.CsvReader
 
cumulativeCosts - Variable in class org.apache.flink.compiler.plan.PlanNode
 
CUR_DIR - Static variable in class org.apache.flink.core.fs.Path
Character denoting the current directory.
currentEnumerator - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The channel enumerator that is used while processing the current partition to create channels for the spill partitions it requires.
currentIteration() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
currentRecursionDepth - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The recursion depth of the partition that is currently processed.
Customer() - Constructor for class org.apache.flink.example.java.relational.TPCHQuery3.Customer
 
CustomUnaryOperation<IN,OUT> - Interface in org.apache.flink.api.java.operators
 

D

D1 - Static variable in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
D2 - Static variable in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
DamBehavior - Enum in org.apache.flink.runtime.operators
Enumeration for the different dam behaviors of an algorithm or a driver strategy.
damOnInput(int) - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
Dampener(double, double) - Constructor for class org.apache.flink.example.java.graph.PageRankBasic.Dampener
 
dams() - Method in enum org.apache.flink.runtime.operators.util.LocalStrategy
 
Data() - Constructor for class org.apache.flink.example.java.ml.LinearRegression.Data
 
Data(double, double) - Constructor for class org.apache.flink.example.java.ml.LinearRegression.Data
 
DataDistribution - Interface in org.apache.flink.api.common.distributions
 
DataInputDecoder - Class in org.apache.flink.api.avro
 
DataInputDecoder() - Constructor for class org.apache.flink.api.avro.DataInputDecoder
 
DataInputDecoder - Class in org.apache.flink.api.java.typeutils.runtime
 
DataInputDecoder() - Constructor for class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
DataInputDeserializer - Class in org.apache.flink.runtime.io.network.serialization
A simple and efficient deserializer for the DataInput interface.
DataInputDeserializer() - Constructor for class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
DataInputDeserializer(byte[], int, int) - Constructor for class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
DataInputDeserializer(ByteBuffer) - Constructor for class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
DataInputView - Interface in org.apache.flink.core.memory
This interface defines a view over some memory that can be used to sequentially read the contents of the memory.
DataOutputEncoder - Class in org.apache.flink.api.avro
 
DataOutputEncoder() - Constructor for class org.apache.flink.api.avro.DataOutputEncoder
 
DataOutputEncoder - Class in org.apache.flink.api.java.typeutils.runtime
 
DataOutputEncoder() - Constructor for class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
DataOutputSerializer - Class in org.apache.flink.runtime.io.network.serialization
A simple and efficient serializer for the DataOutput interface.
DataOutputSerializer(int) - Constructor for class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
DataOutputView - Interface in org.apache.flink.core.memory
This interface defines a view over some memory that can be used to sequentially write contents to the memory.
DATAPOINTS - Static variable in class org.apache.flink.test.testdata.KMeansData
 
DATAPOINTS_2D - Static variable in class org.apache.flink.test.testdata.KMeansData
 
dataPort() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
Returns the port instance's task manager expects to receive transfer envelopes on.
DataSet<T> - Class in org.apache.flink.api.java
A DataSet represents a collection of elements of the same type.
A DataSet can be transformed into another DataSet by applying a transformation as for example DataSet.map(org.apache.flink.api.common.functions.MapFunction), DataSet.reduce(org.apache.flink.api.common.functions.ReduceFunction), DataSet.join(DataSet), or DataSet.coGroup(DataSet).
DataSet(ExecutionEnvironment, TypeInformation<T>) - Constructor for class org.apache.flink.api.java.DataSet
 
dataSet - Variable in class org.apache.flink.api.java.operators.Grouping
 
DataSink<T> - Class in org.apache.flink.api.java.operators
 
DataSink(DataSet<T>, OutputFormat<T>, TypeInformation<T>) - Constructor for class org.apache.flink.api.java.operators.DataSink
 
DataSinkNode - Class in org.apache.flink.compiler.dag
The Optimizer representation of a data sink.
DataSinkNode(GenericDataSinkBase<?>) - Constructor for class org.apache.flink.compiler.dag.DataSinkNode
Creates a new DataSinkNode for the given sink operator.
DataSinkTask<IT> - Class in org.apache.flink.runtime.operators
DataSinkTask which is executed by a Nephele task manager.
DataSinkTask() - Constructor for class org.apache.flink.runtime.operators.DataSinkTask
 
DataSource<OUT> - Class in org.apache.flink.api.java.operators
An operation that creates a new data set (data source).
DataSource(ExecutionEnvironment, InputFormat<OUT, ?>, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.java.operators.DataSource
Creates a new data source.
DataSourceNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of a data source.
DataSourceNode(GenericDataSourceBase<?, ?>) - Constructor for class org.apache.flink.compiler.dag.DataSourceNode
Creates a new DataSourceNode for the given contract.
DataSourceTask<OT> - Class in org.apache.flink.runtime.operators
DataSourceTask which is executed by a Nephele task manager.
DataSourceTask() - Constructor for class org.apache.flink.runtime.operators.DataSourceTask
 
DataStatistics - Class in org.apache.flink.compiler
The collection of access methods that can be used to retrieve statistical information about the data processed in a job.
DataStatistics() - Constructor for class org.apache.flink.compiler.DataStatistics
Creates a new statistics object, with an empty cache.
dataStats - Variable in class org.apache.flink.test.compiler.util.CompilerTestBase
 
DeadlockEdge - Class in org.apache.flink.compiler.deadlockdetect
 
DeadlockEdge(DeadlockVertex) - Constructor for class org.apache.flink.compiler.deadlockdetect.DeadlockEdge
 
DeadlockGraph - Class in org.apache.flink.compiler.deadlockdetect
 
DeadlockGraph() - Constructor for class org.apache.flink.compiler.deadlockdetect.DeadlockGraph
 
DeadlockPreventer - Class in org.apache.flink.compiler.deadlockdetect
Certain pipelined flows may lead to deadlocks, in which case we need to make sure the pipelines are broken or made elastic enough to prevent that.
DeadlockPreventer() - Constructor for class org.apache.flink.compiler.deadlockdetect.DeadlockPreventer
 
DeadlockVertex - Class in org.apache.flink.compiler.deadlockdetect
 
DeadlockVertex(PlanNode) - Constructor for class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
decode(byte[]) - Static method in class org.apache.flink.core.io.StringRecord
Converts the provided byte array to a String using the UTF-8 encoding.
decode(byte[], int, int) - Static method in class org.apache.flink.core.io.StringRecord
 
decode(byte[], int, int, boolean) - Static method in class org.apache.flink.core.io.StringRecord
Converts the provided byte array to a String using the UTF-8 encoding.
decoder - Variable in class org.apache.flink.api.java.record.io.TextInputFormat
 
decrementRetriesLeftAndCheck() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Decrements the number of retries left and checks whether another attempt to run the task is possible.
DEFAULT_CHARSET_NAME - Static variable in class org.apache.flink.api.java.record.io.TextInputFormat
 
DEFAULT_DEFAULT_INSTANCE_TYPE_INDEX - Static variable in class org.apache.flink.configuration.ConfigConstants
The default index for the default instance type.
DEFAULT_DELIMITED_FORMAT_MAX_LINE_SAMPLES - Static variable in class org.apache.flink.configuration.ConfigConstants
The default maximum number of line samples taken by the delimited input format.
DEFAULT_DELIMITED_FORMAT_MAX_SAMPLE_LEN - Static variable in class org.apache.flink.configuration.ConfigConstants
The default maximum sample length before sampling is aborted (2 MiBytes).
DEFAULT_DELIMITED_FORMAT_MIN_LINE_SAMPLES - Static variable in class org.apache.flink.configuration.ConfigConstants
The default minimum number of line samples taken by the delimited input format.
DEFAULT_FIELD_DELIMITER - Static variable in class org.apache.flink.api.java.io.CsvInputFormat
 
DEFAULT_FIELD_DELIMITER - Static variable in class org.apache.flink.api.java.io.CsvOutputFormat
 
DEFAULT_FILESYSTEM_ALWAYS_CREATE_DIRECTORY - Static variable in class org.apache.flink.configuration.ConfigConstants
The default behavior for output directory creating (create only directory when parallelism > 1).
DEFAULT_FILESYSTEM_OVERWRITE - Static variable in class org.apache.flink.configuration.ConfigConstants
The default behavior with respect to overwriting existing files (= not overwrite)
DEFAULT_FS_STREAM_OPENING_TIMEOUT - Static variable in class org.apache.flink.configuration.ConfigConstants
The default timeout for filesystem stream opening: infinite (means max long milliseconds).
DEFAULT_INSTANCE_TYPE - Static variable in class org.apache.flink.configuration.ConfigConstants
The default definition for an instance type, if no other configuration is provided.
DEFAULT_JOB_MANAGER_IPC_HANDLERS - Static variable in class org.apache.flink.configuration.ConfigConstants
The default number of handler threads for the jobmanager RPC service.
DEFAULT_JOB_MANAGER_IPC_PORT - Static variable in class org.apache.flink.configuration.ConfigConstants
The default network port to connect to for communication with the job manager.
DEFAULT_JOB_MANAGER_WEB_ARCHIVE_COUNT - Static variable in class org.apache.flink.configuration.ConfigConstants
The default number of archived jobs for the jobmanager
DEFAULT_JOB_MANAGER_WEB_FRONTEND_PORT - Static variable in class org.apache.flink.configuration.ConfigConstants
 
DEFAULT_JOB_MANAGER_WEB_PATH_NAME - Static variable in class org.apache.flink.configuration.ConfigConstants
The default directory name of the info server
DEFAULT_JOB_MANAGER_WEB_ROOT_PATH - Static variable in class org.apache.flink.configuration.ConfigConstants
The default path of the directory for info server containing the web documents.
DEFAULT_JOBCLIENT_POLLING_INTERVAL - Static variable in class org.apache.flink.configuration.ConfigConstants
The default value for the JobClient's polling interval.
DEFAULT_LINE_DELIMITER - Static variable in class org.apache.flink.api.java.io.CsvInputFormat
 
DEFAULT_LINE_DELIMITER - Static variable in class org.apache.flink.api.java.io.CsvOutputFormat
 
DEFAULT_MEMORY_MANAGER_MEMORY_FRACTION - Static variable in class org.apache.flink.configuration.ConfigConstants
The default fraction of the free memory allocated by the task manager's memory manager.
DEFAULT_NUM_TASK_TRACKER - Static variable in class org.apache.flink.test.util.AbstractTestBase
 
DEFAULT_PAGE_SIZE - Static variable in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
The default memory page size.
DEFAULT_PARALLELISM - Static variable in class org.apache.flink.test.compiler.util.CompilerTestBase
 
DEFAULT_PARALLELISM_STRING - Static variable in class org.apache.flink.test.compiler.util.CompilerTestBase
 
DEFAULT_PARALLELIZATION_DEGREE - Static variable in class org.apache.flink.configuration.ConfigConstants
The default degree of parallelism for operations.
DEFAULT_PARALLELIZATION_DEGREE_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the default degree of parallelism for jobs.
DEFAULT_PROPERTIES - Static variable in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
 
DEFAULT_SORT_SPILLING_THRESHOLD - Static variable in class org.apache.flink.configuration.ConfigConstants
The default percentage of the sort memory to be full before data is spilled.
DEFAULT_SORT_SPILLING_THRESHOLD_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
Key for the default spilling threshold.
DEFAULT_SPILLING_MAX_FAN - Static variable in class org.apache.flink.configuration.ConfigConstants
The default value for the maximum spilling fan in/out.
DEFAULT_SPILLING_MAX_FAN_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
Parameter for the maximum fan for out-of-core algorithms.
DEFAULT_TASK_MANAGER_DATA_PORT - Static variable in class org.apache.flink.configuration.ConfigConstants
The default network port the task manager expects to receive transfer envelopes on.
DEFAULT_TASK_MANAGER_DEBUG_MEMORY_USAGE_LOG_INTERVAL_MS - Static variable in class org.apache.flink.configuration.ConfigConstants
The interval (in ms) for the log thread to log the current memory usage.
DEFAULT_TASK_MANAGER_DEBUG_MEMORY_USAGE_START_LOG_THREAD - Static variable in class org.apache.flink.configuration.ConfigConstants
Flag indicating whether to start a thread, which repeatedly logs the memory usage of the JVM.
DEFAULT_TASK_MANAGER_HEARTBEAT_INTERVAL - Static variable in class org.apache.flink.configuration.ConfigConstants
The default interval for TaskManager heart beats (2000 msecs).
DEFAULT_TASK_MANAGER_IPC_PORT - Static variable in class org.apache.flink.configuration.ConfigConstants
The default network port the task manager expects incoming IPC connections.
DEFAULT_TASK_MANAGER_MEMORY_LAZY_ALLOCATION - Static variable in class org.apache.flink.configuration.ConfigConstants
The default setting for the memory manager lazy allocation feature.
DEFAULT_TASK_MANAGER_NET_NETTY_HIGH_WATER_MARK - Static variable in class org.apache.flink.configuration.ConfigConstants
Default high water mark used in NettyConnectionManager for the Bootstrap.
DEFAULT_TASK_MANAGER_NET_NETTY_LOW_WATER_MARK - Static variable in class org.apache.flink.configuration.ConfigConstants
Default low water mark used in NettyConnectionManager for the Bootstrap.
DEFAULT_TASK_MANAGER_NET_NUM_IN_THREADS - Static variable in class org.apache.flink.configuration.ConfigConstants
Default number of incoming network IO threads (e.g.
DEFAULT_TASK_MANAGER_NET_NUM_OUT_THREADS - Static variable in class org.apache.flink.configuration.ConfigConstants
Default number of outgoing network IO threads (e.g.
DEFAULT_TASK_MANAGER_NETWORK_BUFFER_SIZE - Static variable in class org.apache.flink.configuration.ConfigConstants
Default size of network stack buffers.
DEFAULT_TASK_MANAGER_NETWORK_NUM_BUFFERS - Static variable in class org.apache.flink.configuration.ConfigConstants
Default number of buffers used in the network stack.
DEFAULT_TASK_MANAGER_NUM_SLOTS - Static variable in class org.apache.flink.test.util.AbstractTestBase
 
DEFAULT_TASK_MANAGER_TMP_PATH - Static variable in class org.apache.flink.configuration.ConfigConstants
The default directory for temporary files of the task manager.
DEFAULT_TASKMANAGER_REPORTINTERVAL - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
Default interval which the task manager uses to report profiling data to the job manager.
DEFAULT_WEB_ACCESS_FILE_PATH - Static variable in class org.apache.flink.configuration.ConfigConstants
The default path to the file containing the list of access privileged users and passwords.
DEFAULT_WEB_JOB_STORAGE_DIR - Static variable in class org.apache.flink.configuration.ConfigConstants
The default directory to store uploaded jobs in.
DEFAULT_WEB_PLAN_DUMP_DIR - Static variable in class org.apache.flink.configuration.ConfigConstants
The default directory for temporary plan dumps from the web frontend.
DEFAULT_WEB_ROOT_DIR - Static variable in class org.apache.flink.configuration.ConfigConstants
The default path of the directory containing the web documents.
DEFAULT_WEB_TMP_DIR - Static variable in class org.apache.flink.configuration.ConfigConstants
The default directory to store temporary objects (e.g.
DEFAULT_WEBCLIENT_PORT - Static variable in class org.apache.flink.configuration.ConfigConstants
The default port to launch the web frontend server on.
DefaultCostEstimator - Class in org.apache.flink.compiler.costs
A default cost estimator that has access to basic size and cardinality estimates.
DefaultCostEstimator() - Constructor for class org.apache.flink.compiler.costs.DefaultCostEstimator
 
DefaultCross(DataSet<I1>, DataSet<I2>) - Constructor for class org.apache.flink.api.java.operators.CrossOperator.DefaultCross
 
DefaultCrossFunction() - Constructor for class org.apache.flink.api.java.operators.CrossOperator.DefaultCrossFunction
 
DefaultExecutionListener - Class in org.apache.flink.runtime.jobmanager.scheduler
 
DefaultExecutionListener(DefaultScheduler, ExecutionVertex) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.DefaultExecutionListener
Constructs a new wrapper object for the given ExecutionVertex.
DefaultFlatJoinFunction() - Constructor for class org.apache.flink.api.java.operators.JoinOperator.DefaultFlatJoinFunction
 
DefaultFlinkTypeConverter<K,V> - Class in org.apache.flink.hadoopcompatibility.mapred.record.datatypes
Convert Flink Record into the default hadoop writables.
DefaultFlinkTypeConverter(Class<K>, Class<V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.DefaultFlinkTypeConverter
 
DefaultHadoopTypeConverter<K,V> - Class in org.apache.flink.hadoopcompatibility.mapred.record.datatypes
Converter for the default hadoop writables.
DefaultHadoopTypeConverter() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.DefaultHadoopTypeConverter
 
DefaultInputSplitAssigner - Class in org.apache.flink.runtime.jobmanager.splitassigner
This is the default implementation of the InputSplitAssigner interface.
DefaultInputSplitAssigner() - Constructor for class org.apache.flink.runtime.jobmanager.splitassigner.DefaultInputSplitAssigner
 
DefaultInstanceManager - Class in org.apache.flink.runtime.instance
In Nephele an instance manager maintains the set of available compute resources.
DefaultInstanceManager() - Constructor for class org.apache.flink.runtime.instance.DefaultInstanceManager
Constructor.
DefaultJoin(DataSet<I1>, DataSet<I2>, Keys<I1>, Keys<I2>, JoinOperator.JoinHint) - Constructor for class org.apache.flink.api.java.operators.JoinOperator.DefaultJoin
 
DefaultMemoryManager - Class in org.apache.flink.runtime.memorymanager
 
DefaultMemoryManager(long, int) - Constructor for class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
Creates a memory manager with the given capacity, using the default page size.
DefaultMemoryManager(long, int, int) - Constructor for class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
Creates a memory manager with the given capacity and given page size.
defaultParallelism - Variable in class org.apache.flink.api.common.Plan
The default parallelism to use for nodes that have no explicitly specified parallelism.
DefaultScheduler - Class in org.apache.flink.runtime.jobmanager.scheduler
The default scheduler for Nephele.
DefaultScheduler(DeploymentManager, InstanceManager) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
Constructs a new abstract scheduler.
DEFLATE_SUFFIX - Static variable in class org.apache.flink.api.common.io.FileInputFormat
Files with that suffix are unsplittable at a file level and compressed.
DEGREE_OF_PARALLELISM_KEY - Static variable in class org.apache.flink.runtime.operators.DataSinkTask
 
DelegatingConfiguration() - Constructor for class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
Default constructor for serialization.
DelegatingConfiguration(Configuration, String) - Constructor for class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
Creates a new delegating configuration which stores its key/value pairs in the given configuration using the specifies key prefix.
delete(Path, boolean) - Method in class org.apache.flink.core.fs.FileSystem
Delete a file.
delete(Path, boolean) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
delete(Path, boolean) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
delete(Path, boolean) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
deleteChannel() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
Deletes this channel by physically removing the file beneath it.
deleteExtractedLibraries() - Method in class org.apache.flink.client.program.PackagedProgram
Deletes all temporary files created for contained packaged libraries.
deleteTmpFile(String, DistributedCache.DistributedCacheEntry, JobID) - Method in class org.apache.flink.runtime.filecache.FileCache
Deletes the local file after a 5 second delay.
DELIMITED_FORMAT_MAX_LINE_SAMPLES_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The maximum number of line samples to be taken by the delimited input format, if no other value is specified for the data source.
DELIMITED_FORMAT_MAX_SAMPLE_LENGTH_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The maximum length of a single sampled record before the sampling is aborted.
DELIMITED_FORMAT_MIN_LINE_SAMPLES_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The minimum number of line samples to be taken by the delimited input format, if no other value is specified for the data source.
DelimitedInputFormat<OT> - Class in org.apache.flink.api.common.io
Base implementation for input formats that split the input at a delimiter into records.
DelimitedInputFormat() - Constructor for class org.apache.flink.api.common.io.DelimitedInputFormat
 
DelimitedInputFormat(Path) - Constructor for class org.apache.flink.api.common.io.DelimitedInputFormat
 
DelimitedInputFormat - Class in org.apache.flink.api.java.record.io
Base implementation for input formats that split the input at a delimiter into records.
DelimitedInputFormat() - Constructor for class org.apache.flink.api.java.record.io.DelimitedInputFormat
 
DelimitedInputFormat.AbstractConfigBuilder<T> - Class in org.apache.flink.api.common.io
Abstract builder used to set parameters to the input format's configuration in a fluent way.
DelimitedInputFormat.ConfigBuilder - Class in org.apache.flink.api.common.io
A builder used to set parameters to the input format's configuration in a fluent way.
DelimitedOutputFormat - Class in org.apache.flink.api.java.record.io
The base class for output formats that serialize their records into a delimited sequence.
DelimitedOutputFormat() - Constructor for class org.apache.flink.api.java.record.io.DelimitedOutputFormat
 
DelimitedOutputFormat.AbstractConfigBuilder<T> - Class in org.apache.flink.api.java.record.io
A builder used to set parameters to the input format's configuration in a fluent way.
DelimitedOutputFormat.ConfigBuilder - Class in org.apache.flink.api.java.record.io
A builder used to set parameters to the input format's configuration in a fluent way.
deliverEvent(AbstractTaskEvent) - Method in class org.apache.flink.runtime.event.task.EventNotificationManager
Delivers a event to all of the registered subscribers.
deliverEvent(AbstractTaskEvent) - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
DeltaIteration<ST,WT> - Class in org.apache.flink.api.java
The DeltaIteration represents the start of a delta iteration.
DeltaIteration - Class in org.apache.flink.api.java.record.operators
A DeltaIteration is similar to a BulkIteration, but maintains state across the individual iteration steps.
DeltaIteration(int) - Constructor for class org.apache.flink.api.java.record.operators.DeltaIteration
 
DeltaIteration(int[]) - Constructor for class org.apache.flink.api.java.record.operators.DeltaIteration
 
DeltaIteration(int, String) - Constructor for class org.apache.flink.api.java.record.operators.DeltaIteration
 
DeltaIteration(int[], String) - Constructor for class org.apache.flink.api.java.record.operators.DeltaIteration
 
DeltaIteration.SolutionSetPlaceHolder<ST> - Class in org.apache.flink.api.java
A DataSet that acts as a placeholder for the solution set during the iteration.
DeltaIteration.SolutionSetPlaceHolder - Class in org.apache.flink.api.java.record.operators
Specialized operator to use as a recognizable place-holder for the solution set input to the step function.
DeltaIteration.WorksetPlaceHolder<WT> - Class in org.apache.flink.api.java
A DataSet that acts as a placeholder for the workset during the iteration.
DeltaIteration.WorksetPlaceHolder - Class in org.apache.flink.api.java.record.operators
Specialized operator to use as a recognizable place-holder for the working set input to the step function.
DeltaIterationBase<ST,WT> - Class in org.apache.flink.api.common.operators.base
A DeltaIteration is similar to a BulkIterationBase, but maintains state across the individual iteration steps.
DeltaIterationBase(BinaryOperatorInformation<ST, WT, ST>, int) - Constructor for class org.apache.flink.api.common.operators.base.DeltaIterationBase
 
DeltaIterationBase(BinaryOperatorInformation<ST, WT, ST>, int[]) - Constructor for class org.apache.flink.api.common.operators.base.DeltaIterationBase
 
DeltaIterationBase(BinaryOperatorInformation<ST, WT, ST>, int, String) - Constructor for class org.apache.flink.api.common.operators.base.DeltaIterationBase
 
DeltaIterationBase(BinaryOperatorInformation<ST, WT, ST>, int[], String) - Constructor for class org.apache.flink.api.common.operators.base.DeltaIterationBase
 
DeltaIterationBase.SolutionSetPlaceHolder<ST> - Class in org.apache.flink.api.common.operators.base
Specialized operator to use as a recognizable place-holder for the solution set input to the step function.
DeltaIterationBase.WorksetPlaceHolder<WT> - Class in org.apache.flink.api.common.operators.base
Specialized operator to use as a recognizable place-holder for the working set input to the step function.
DeltaIterationResultSet<ST,WT> - Class in org.apache.flink.api.java
 
DenseValueSchema - Class in org.apache.flink.compiler.postpass
Class encapsulating a schema map (int column position -> column type) and a reference counter.
DenseValueSchema() - Constructor for class org.apache.flink.compiler.postpass.DenseValueSchema
 
deploy(JobID, Instance, List<ExecutionVertex>) - Method in interface org.apache.flink.runtime.jobmanager.DeploymentManager
Deploys the list of vertices on the given Instance.
deploy(JobID, Instance, List<ExecutionVertex>) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
deployAssignedInputVertices(ExecutionGraph) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
Collects all execution vertices with the state ASSIGNED starting from the input vertices of the current execution stage and deploys them on the assigned AllocatedResource objects.
deployAssignedPipeline(ExecutionPipeline) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
Collects all execution vertices with the state ASSIGNED from the given pipeline and deploys them on the assigned AllocatedResource objects.
deployAssignedVertices(ExecutionVertex) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
Collects all execution vertices with the state ASSIGNED starting from the given start vertex and deploys them on the assigned AllocatedResource objects.
deployAssignedVertices(Collection<ExecutionVertex>) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
Collects all execution vertices with the state ASSIGNED starting from the given collection of start vertices and deploys them on the assigned AllocatedResource objects.
DeploymentManager - Interface in org.apache.flink.runtime.jobmanager
A deployment manager is responsible for deploying a list of ExecutionVertex objects the given Instance.
depth() - Method in class org.apache.flink.core.fs.Path
Returns the number of elements in this path.
DeserializationDelegate<T> - Class in org.apache.flink.runtime.plugable
 
DeserializationDelegate(TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.plugable.DeserializationDelegate
 
DeserializationException - Exception in org.apache.flink.types
An exception specifying that the deserialization caused an error.
DeserializationException() - Constructor for exception org.apache.flink.types.DeserializationException
Constructs an DeserializationException with null as its error detail message.
DeserializationException(String, Throwable) - Constructor for exception org.apache.flink.types.DeserializationException
Constructs an DeserializationException with the specified detail message and cause.
DeserializationException(String) - Constructor for exception org.apache.flink.types.DeserializationException
Constructs an DeserializationException with the specified detail message.
DeserializationException(Throwable) - Constructor for exception org.apache.flink.types.DeserializationException
Constructs an DeserializationException with the specified cause.
deserialize(T, DataInputView) - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
deserialize(T, DataInputView) - Method in class org.apache.flink.api.common.io.SerializedInputFormat
 
deserialize(boolean[], DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
deserialize(byte[], DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
deserialize(char[], DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
deserialize(double[], DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
deserialize(float[], DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
deserialize(int[], DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
deserialize(long[], DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
deserialize(short[], DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
deserialize(String[], DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
deserialize(Boolean, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
deserialize(BooleanValue, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
deserialize(Byte, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
deserialize(ByteValue, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
deserialize(Character, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
deserialize(CharValue, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
deserialize(Double, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
deserialize(DoubleValue, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
deserialize(Float, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
deserialize(FloatValue, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
deserialize(Integer, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
deserialize(IntValue, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
deserialize(Long, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
deserialize(LongValue, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
deserialize(Short, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
deserialize(ShortValue, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
deserialize(String, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
deserialize(StringValue, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
deserialize(T, DataInputView) - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
De-serializes a record from the given source input view into the given reuse record instance if mutable.
deserialize(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
deserialize(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
deserialize(C[], DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericArraySerializer
 
deserialize(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
deserialize(Record, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordSerializer
 
deserialize(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializer
 
deserialize(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
deserialize(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
deserialize(T) - Method in interface org.apache.flink.runtime.io.disk.iomanager.Deserializer
Deserialize the next object from the underlying input stream.
deserialize(DataInputView) - Method in class org.apache.flink.types.Record
 
deserializeEvents() - Method in class org.apache.flink.runtime.io.network.Envelope
 
deserializeEvents(ClassLoader) - Method in class org.apache.flink.runtime.io.network.Envelope
 
deserializeObject(byte[], ClassLoader) - Static method in class org.apache.flink.util.InstantiationUtil
 
Deserializer<T> - Interface in org.apache.flink.runtime.io.disk.iomanager
Provides a facility for deserializing objects of type from an InputStream.
destroy() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
 
destroy() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
Destroys this local buffer pool and immediately returns all available buffers to the global buffer pool.
destroy() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
destroy() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
destroy() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
destroyProxies() - Method in class org.apache.flink.runtime.instance.Instance
Destroys all RPC stub objects attached to this instance.
dim - Variable in class org.apache.flink.api.common.distributions.SimpleDistribution
 
disableLocalExecution() - Static method in class org.apache.flink.api.java.ExecutionEnvironment
 
disableLocalExecution() - Static method in class org.apache.flink.client.program.ContextEnvironment
 
disableLogging() - Method in class org.apache.flink.api.java.LocalEnvironment
Completely disables logging during the execution of programs in the local environment.
DiscardBufferPool - Class in org.apache.flink.runtime.io.network.bufferprovider
 
DiscardBufferPool() - Constructor for class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
DiscardingOuputFormat<T> - Class in org.apache.flink.api.java.io
An output format that discards all data.
DiscardingOuputFormat() - Constructor for class org.apache.flink.api.java.io.DiscardingOuputFormat
 
DiscardingOutputFormat<T> - Class in org.apache.flink.api.java.io
An output format that simply discards all elements.
DiscardingOutputFormat() - Constructor for class org.apache.flink.api.java.io.DiscardingOutputFormat
 
dispatchFromInputChannel(Envelope) - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
dispatchFromInputChannel(Envelope) - Method in interface org.apache.flink.runtime.io.network.EnvelopeDispatcher
Dispatches an envelope from an input channel to the receiving output channels (backwards flow).
dispatchFromNetwork(Envelope) - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
dispatchFromNetwork(Envelope) - Method in interface org.apache.flink.runtime.io.network.EnvelopeDispatcher
Dispatches an envelope from an incoming TCP connection.
dispatchFromOutputChannel(Envelope) - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
dispatchFromOutputChannel(Envelope) - Method in interface org.apache.flink.runtime.io.network.EnvelopeDispatcher
Dispatches an envelope from an output channel to the receiving input channels (forward flow).
dispose() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Collects all memory segments from this sorter.
dispose() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Collects all memory segments from this sorter.
dispose() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Collects all memory segments from this sorter.
disposeSortBuffers(boolean) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Releases the memory that is registered for in-memory sorted run generation.
distinct(KeySelector<T, K>) - Method in class org.apache.flink.api.java.DataSet
Returns a distinct set of a DataSet using a KeySelector function.
distinct(int...) - Method in class org.apache.flink.api.java.DataSet
Returns a distinct set of a Tuple DataSet using field position keys.
distinct() - Method in class org.apache.flink.api.java.DataSet
Returns a distinct set of a Tuple DataSet using all fields of the tuple.
DistinctFunction() - Constructor for class org.apache.flink.api.java.operators.DistinctOperator.DistinctFunction
 
DistinctOperator<T> - Class in org.apache.flink.api.java.operators
This operator represents the application of a "distinct" function on a data set, and the result data set produced by the function.
DistinctOperator(DataSet<T>, Keys<T>) - Constructor for class org.apache.flink.api.java.operators.DistinctOperator
 
DistinctOperator.DistinctFunction<T> - Class in org.apache.flink.api.java.operators
 
DistributedBlockLocation - Class in org.apache.flink.runtime.fs.hdfs
Implementation of the BlockLocation interface for the Hadoop Distributed File System.
DistributedBlockLocation(BlockLocation) - Constructor for class org.apache.flink.runtime.fs.hdfs.DistributedBlockLocation
Creates a new block location
DistributedCache - Class in org.apache.flink.api.common.cache
DistributedCache provides static methods to write the registered cache files into job configuration or decode them from job configuration.
DistributedCache() - Constructor for class org.apache.flink.api.common.cache.DistributedCache
 
DistributedCache.DistributedCacheEntry - Class in org.apache.flink.api.common.cache
 
DistributedCacheEntry(String, Boolean) - Constructor for class org.apache.flink.api.common.cache.DistributedCache.DistributedCacheEntry
 
DistributedDataInputStream - Class in org.apache.flink.runtime.fs.hdfs
Concrete implementation of the FSDataInputStream for the Hadoop Distributed File System.
DistributedDataInputStream(FSDataInputStream) - Constructor for class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
Creates a new data input stream from the given HDFS input stream
DistributedDataOutputStream - Class in org.apache.flink.runtime.fs.hdfs
 
DistributedDataOutputStream(FSDataOutputStream) - Constructor for class org.apache.flink.runtime.fs.hdfs.DistributedDataOutputStream
 
DistributedFileStatus - Class in org.apache.flink.runtime.fs.hdfs
Concrete implementation of the FileStatus interface for the Hadoop Distribution File System.
DistributedFileStatus(FileStatus) - Constructor for class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
Creates a new file status from a HDFS file status.
DistributedFileSystem - Class in org.apache.flink.runtime.fs.hdfs
Concrete implementation of the base class for the Hadoop Distribution File System.
DistributedFileSystem() - Constructor for class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
Creates a new DistributedFileSystem object to access HDFS
DistributionPattern - Enum in org.apache.flink.runtime.jobgraph
A distribution pattern determines which subtasks of a producing Nephele task a wired to which subtasks of a consuming subtask.
DistributionPatternProvider - Class in org.apache.flink.runtime.executiongraph
 
DistributionPatternProvider() - Constructor for class org.apache.flink.runtime.executiongraph.DistributionPatternProvider
 
div(long) - Method in class org.apache.flink.example.java.clustering.KMeans.Point
 
div(Integer) - Method in class org.apache.flink.example.java.ml.LinearRegression.Params
 
divideBy(int) - Method in class org.apache.flink.compiler.costs.Costs
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.client.web.GUIServletStub
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.client.web.JobsInfoServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.client.web.JobsServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.client.web.JobSubmissionServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.client.web.PactJobJSONServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.runtime.jobmanager.web.JobmanagerInfoServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.runtime.jobmanager.web.LogfileInfoServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.runtime.jobmanager.web.MenuServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.runtime.jobmanager.web.SetupInfoServlet
 
domainName() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
Returns the domain name of the instance.
DOP - Static variable in class org.apache.flink.test.util.RecordAPITestBase
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.client.web.JobsServlet
 
DOUBLE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.BasicArrayTypeInfo
 
DOUBLE_PRIMITIVE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.PrimitiveArrayTypeInfo
 
DOUBLE_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
DoubleComparator - Class in org.apache.flink.api.common.typeutils.base
 
DoubleComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.DoubleComparator
 
DoubleCounter - Class in org.apache.flink.api.common.accumulators
 
DoubleCounter() - Constructor for class org.apache.flink.api.common.accumulators.DoubleCounter
 
DoubleListValue() - Constructor for class org.apache.flink.api.java.record.io.avro.AvroRecordInputFormat.DoubleListValue
 
DoubleMapValue() - Constructor for class org.apache.flink.api.java.record.io.avro.AvroRecordInputFormat.DoubleMapValue
 
DoubleParser - Class in org.apache.flink.types.parser
Parses a text field into a Double.
DoubleParser() - Constructor for class org.apache.flink.types.parser.DoubleParser
 
DoublePrimitiveArraySerializer - Class in org.apache.flink.api.common.typeutils.base.array
A serializer for long arrays.
DoublePrimitiveArraySerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
DoubleSerializer - Class in org.apache.flink.api.common.typeutils.base
 
DoubleSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
DoubleSumAgg() - Constructor for class org.apache.flink.api.java.aggregation.SumAggregationFunction.DoubleSumAgg
 
DoubleSumAggregator - Class in org.apache.flink.api.common.aggregators
An Aggregator that sums up DoubleValue values.
DoubleSumAggregator() - Constructor for class org.apache.flink.api.common.aggregators.DoubleSumAggregator
 
DoubleValue - Class in org.apache.flink.types
Boxed serializable and comparable double precision floating point type, representing the primitive type double.
DoubleValue() - Constructor for class org.apache.flink.types.DoubleValue
Initializes the encapsulated double with 0.0.
DoubleValue(double) - Constructor for class org.apache.flink.types.DoubleValue
Initializes the encapsulated double with the provided value.
DoubleValueParser - Class in org.apache.flink.types.parser
Parses a text field into a DoubleValue.
DoubleValueParser() - Constructor for class org.apache.flink.types.parser.DoubleValueParser
 
DoubleValueSerializer - Class in org.apache.flink.api.common.typeutils.base
 
DoubleValueSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
DoubleZeroConvergence - Class in org.apache.flink.api.common.aggregators
A ConvergenceCriterion over an Aggregator that defines convergence as reached once the aggregator holds the value zero.
DoubleZeroConvergence() - Constructor for class org.apache.flink.api.common.aggregators.DoubleZeroConvergence
 
driver - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The driver that invokes the user code (the stub implementation).
DRIVER_KEY - Variable in class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
 
DRIVER_KEY - Static variable in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
 
DriverStrategy - Enum in org.apache.flink.runtime.operators
Enumeration of all available operator strategies.
dropTrivials() - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
 
DualInputOperator<IN1,IN2,OUT,FT extends Function> - Class in org.apache.flink.api.common.operators
Abstract operator superclass for for all operators that have two inputs, like "Join", "CoGroup", or "Cross".
DualInputOperator(UserCodeWrapper<FT>, BinaryOperatorInformation<IN1, IN2, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.DualInputOperator
Creates a new abstract dual-input Pact with the given name wrapping the given user function.
DualInputOperator(UserCodeWrapper<FT>, BinaryOperatorInformation<IN1, IN2, OUT>, int[], int[], String) - Constructor for class org.apache.flink.api.common.operators.DualInputOperator
Creates a new abstract dual-input operator with the given name wrapping the given user function.
DualInputPlanNode - Class in org.apache.flink.compiler.plan
 
DualInputPlanNode(OptimizerNode, String, Channel, Channel, DriverStrategy) - Constructor for class org.apache.flink.compiler.plan.DualInputPlanNode
 
DualInputPlanNode(OptimizerNode, String, Channel, Channel, DriverStrategy, FieldList, FieldList) - Constructor for class org.apache.flink.compiler.plan.DualInputPlanNode
 
DualInputPlanNode(OptimizerNode, String, Channel, Channel, DriverStrategy, FieldList, FieldList, boolean[]) - Constructor for class org.apache.flink.compiler.plan.DualInputPlanNode
 
DualInputSemanticProperties - Class in org.apache.flink.api.common.operators
Container for the semantic properties associated to a dual input operator.
DualInputSemanticProperties() - Constructor for class org.apache.flink.api.common.operators.DualInputSemanticProperties
 
Dummy - Class in org.apache.flink.examples.scala
This dummy class exists only to create an empty javadoc.jar in the flink-scala-examples project.
Dummy() - Constructor for class org.apache.flink.examples.scala.Dummy
 
DummyInstance - Class in org.apache.flink.runtime.instance
A DummyInstance is a stub implementation of the Instance interface.
DumpableConnection<T extends DumpableNode<T>> - Interface in org.apache.flink.compiler.plandump
 
DumpableNode<T extends DumpableNode<T>> - Interface in org.apache.flink.compiler.plandump
 
dumpOptimizerPlanAsJSON(OptimizedPlan, File) - Method in class org.apache.flink.compiler.plandump.PlanJSONDumpGenerator
 
dumpOptimizerPlanAsJSON(OptimizedPlan, PrintWriter) - Method in class org.apache.flink.compiler.plandump.PlanJSONDumpGenerator
 
dumpOptimizerPlanAsJSON(List<SinkPlanNode>, PrintWriter) - Method in class org.apache.flink.compiler.plandump.PlanJSONDumpGenerator
 
dumpPactPlanAsJSON(List<DataSinkNode>, PrintWriter) - Method in class org.apache.flink.compiler.plandump.PlanJSONDumpGenerator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.base.BooleanComparator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.base.ByteComparator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.base.CharComparator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.base.DoubleComparator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.base.FloatComparator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.base.IntComparator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.base.LongComparator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.base.ShortComparator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.base.StringComparator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Creates a copy of this class.
duplicate() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
duplicate() - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
duplicate() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
duplicate() - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
duplicate() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
duplicate() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldComparator
 
duplicate() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
duplicate() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
duplicate() - Method in class org.apache.flink.runtime.io.network.Buffer
 
duplicate() - Method in class org.apache.flink.runtime.io.network.Envelope
 
DuplicateValue() - Constructor for class org.apache.flink.example.java.graph.ConnectedComponents.DuplicateValue
 
duplicateVertex(boolean) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Returns a duplicate of this execution vertex.
duplicateWithoutBuffer() - Method in class org.apache.flink.runtime.io.network.Envelope
 

E

Edge() - Constructor for class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.Edge
 
Edge(Integer, Integer) - Constructor for class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.Edge
 
Edge<VertexKey extends Key<VertexKey>,EdgeValue extends Value> - Class in org.apache.flink.spargel.java.record
 
Edge() - Constructor for class org.apache.flink.spargel.java.record.Edge
 
EDGES - Static variable in class org.apache.flink.test.testdata.EnumTriangleData
 
EDGES - Static variable in class org.apache.flink.test.testdata.PageRankData
 
edgeValue() - Method in class org.apache.flink.spargel.java.OutgoingEdge
Gets the value associated with the edge.
edgeValue() - Method in class org.apache.flink.spargel.java.record.Edge
 
EdgeWithDegrees() - Constructor for class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
emit(T) - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
 
EMPTY - Static variable in class org.apache.flink.compiler.dataproperties.LocalProperties
 
EMPTY_LIST - Static variable in class org.apache.flink.api.common.operators.util.FieldList
 
EMPTY_SET - Static variable in class org.apache.flink.api.common.operators.util.FieldSet
 
emptyClassArray() - Static method in class org.apache.flink.api.common.operators.AbstractUdfOperator
Generic utility function that returns an empty class array.
EmptyFieldFilter() - Constructor for class org.apache.flink.example.java.relational.EmptyFieldsCountAccumulator.EmptyFieldFilter
 
EmptyFieldsCountAccumulator - Class in org.apache.flink.example.java.relational
This program filters lines from a CSV file with empty fields.
EmptyFieldsCountAccumulator() - Constructor for class org.apache.flink.example.java.relational.EmptyFieldsCountAccumulator
 
EmptyFieldsCountAccumulator.EmptyFieldFilter - Class in org.apache.flink.example.java.relational
This function filters all incoming tuples that have one or more empty fields.
EmptyFieldsCountAccumulator.VectorAccumulator - Class in org.apache.flink.example.java.relational
This accumulator lets you increase vector components distributedly.
EmptyIterator<E> - Class in org.apache.flink.runtime.util
An empty iterator that never returns anything.
EmptyIterator() - Constructor for class org.apache.flink.runtime.util.EmptyIterator
 
EmptyMutableObjectIterator<E> - Class in org.apache.flink.runtime.util
An empty mutable object iterator that never returns anything.
EmptyMutableObjectIterator() - Constructor for class org.apache.flink.runtime.util.EmptyMutableObjectIterator
 
ENABLE_PROFILING_KEY - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
The key to check the job manager's profiling component should be enabled.
enableLogging() - Method in class org.apache.flink.api.java.LocalEnvironment
Causes the local environment to print INFO level log messages to the standard error output.
encode(String) - Static method in class org.apache.flink.core.io.StringRecord
Converts the provided String to bytes using the UTF-8 encoding.
encode(String, boolean) - Static method in class org.apache.flink.core.io.StringRecord
Converts the provided String to bytes using the UTF-8 encoding.
endMarker() - Static method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Gets the element that is passed as marker for the end of data.
EndOfSuperstepEvent - Class in org.apache.flink.runtime.io.network.channels
Marks the end of a superstep of one particular iteration head
EndOfSuperstepEvent() - Constructor for class org.apache.flink.runtime.io.network.channels.EndOfSuperstepEvent
 
enqueue(Envelope, RemoteReceiver) - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
 
enqueue(Envelope, RemoteReceiver) - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
 
enqueue(Envelope) - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
Enqueues an envelope to be sent later.
enqueue(Envelope, RemoteReceiver) - Method in interface org.apache.flink.runtime.io.network.NetworkConnectionManager
 
entrySet() - Method in class org.apache.flink.types.MapValue
 
Enumerator(String[], Random) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.Channel.Enumerator
 
EnumTriangleData - Class in org.apache.flink.test.testdata
 
EnumTriangleData() - Constructor for class org.apache.flink.test.testdata.EnumTriangleData
 
EnumTrianglesBasic - Class in org.apache.flink.example.java.graph
Triangle enumeration is a pre-processing step to find closely connected parts in graphs.
EnumTrianglesBasic() - Constructor for class org.apache.flink.example.java.graph.EnumTrianglesBasic
 
EnumTrianglesBasic.TupleEdgeConverter - Class in org.apache.flink.example.java.graph
Converts a Tuple2 into an Edge
EnumTrianglesData - Class in org.apache.flink.example.java.graph.util
Provides the default data sets used for the Triangle Enumeration example programs.
EnumTrianglesData() - Constructor for class org.apache.flink.example.java.graph.util.EnumTrianglesData
 
EnumTrianglesDataTypes - Class in org.apache.flink.example.java.graph.util
 
EnumTrianglesDataTypes() - Constructor for class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes
 
EnumTrianglesDataTypes.Edge - Class in org.apache.flink.example.java.graph.util
 
EnumTrianglesDataTypes.EdgeWithDegrees - Class in org.apache.flink.example.java.graph.util
 
EnumTrianglesDataTypes.Triad - Class in org.apache.flink.example.java.graph.util
 
EnumTrianglesOpt - Class in org.apache.flink.example.java.graph
Triangle enumeration is a pre-processing step to find closely connected parts in graphs.
EnumTrianglesOpt() - Constructor for class org.apache.flink.example.java.graph.EnumTrianglesOpt
 
EnumTrianglesOpt.TupleEdgeConverter - Class in org.apache.flink.example.java.graph
Converts a Tuple2 into an Edge
EnumUtils - Class in org.apache.flink.runtime.util
Auxiliary class to (de)serialize enumeration values.
Envelope - Class in org.apache.flink.runtime.io.network
 
Envelope(int, JobID, ChannelID) - Constructor for class org.apache.flink.runtime.io.network.Envelope
 
envelopeDispatcher - Variable in class org.apache.flink.runtime.io.network.channels.Channel
 
EnvelopeDispatcher - Interface in org.apache.flink.runtime.io.network
A envelope dispatcher receives Envelopes and sends them to all of its destinations.
EnvelopeReceiverList - Class in org.apache.flink.runtime.io.network
A transfer envelope receiver list contains all recipients of a transfer envelope.
EnvelopeReceiverList(ConnectionInfoLookupResponse) - Constructor for class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
EnvelopeReceiverList(ChannelID) - Constructor for class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
EnvelopeReceiverList(RemoteReceiver) - Constructor for class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
Environment - Interface in org.apache.flink.runtime.execution
The user code of every Nephele task runs inside an Environment object.
EnvironmentInformation - Class in org.apache.flink.runtime.util
 
EnvironmentInformation.RevisionInformation - Class in org.apache.flink.runtime.util
 
EnvironmentListenerImpl - Class in org.apache.flink.runtime.profiling.impl
 
EnvironmentListenerImpl(TaskManagerProfilerImpl, RuntimeEnvironment) - Constructor for class org.apache.flink.runtime.profiling.impl.EnvironmentListenerImpl
 
EnvironmentThreadSet - Class in org.apache.flink.runtime.profiling.impl
 
EnvironmentThreadSet(ThreadMXBean, Thread, ExecutionVertexID) - Constructor for class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
EpsilonFilter() - Constructor for class org.apache.flink.example.java.graph.PageRankBasic.EpsilonFilter
 
equals(Object) - Method in class org.apache.flink.api.avro.AvroBaseValue
 
equals(Object) - Method in class org.apache.flink.api.common.operators.Ordering
 
equals(Object) - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
equals(Object) - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
 
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple1
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple10
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple11
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple12
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple13
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple14
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple15
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple16
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple17
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple18
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple19
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple2
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple20
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple21
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple22
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple23
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple24
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple25
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple3
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple4
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple5
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple6
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple7
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple8
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple9
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericArraySerializer
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordSerializerFactory
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatefulSerializerFactory
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatelessSerializerFactory
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializer
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
equals(Object) - Method in class org.apache.flink.compiler.costs.Costs
 
equals(Object) - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
equals(Object) - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
 
equals(Object) - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
 
equals(Object) - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
 
equals(Object) - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
 
equals(Object) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
equals(Object) - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.GlobalPropertiesPair
 
equals(Object) - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.LocalPropertiesPair
 
equals(Object) - Method in class org.apache.flink.compiler.postpass.DenseValueSchema
 
equals(Object) - Method in class org.apache.flink.compiler.postpass.SparseKeySchema
 
equals(Object) - Method in class org.apache.flink.configuration.Configuration
 
equals(Object) - Method in class org.apache.flink.core.fs.FileSystem.FSKey
equals(Object) - Method in class org.apache.flink.core.fs.Path
 
equals(Object) - Method in class org.apache.flink.core.io.StringRecord
 
equals(Object) - Method in class org.apache.flink.runtime.AbstractID
 
equals(Object) - Method in class org.apache.flink.runtime.client.AbstractJobResult
 
equals(Object) - Method in class org.apache.flink.runtime.client.JobProgressResult
 
equals(Object) - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.job.JobEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.job.VertexAssignmentEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.job.VertexEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.task.IntegerTaskEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.task.StringTaskEvent
 
equals(Object) - Method in class org.apache.flink.runtime.executiongraph.ExecutionSignature
 
equals(Object) - Method in class org.apache.flink.runtime.instance.AllocatedResource
 
equals(Object) - Method in class org.apache.flink.runtime.instance.Instance
 
equals(Object) - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
equals(Object) - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
 
equals(Object) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.InputGateProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.InstanceSummaryProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.OutputGateProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.types.FileRecord
 
equals(Object) - Method in class org.apache.flink.runtime.types.IntegerRecord
 
equals(Object) - Method in class org.apache.flink.runtime.util.SerializableArrayList
 
equals(Object) - Method in class org.apache.flink.types.BooleanValue
 
equals(Object) - Method in class org.apache.flink.types.ByteValue
 
equals(Object) - Method in class org.apache.flink.types.CharValue
 
equals(Object) - Method in class org.apache.flink.types.DoubleValue
 
equals(Object) - Method in class org.apache.flink.types.FloatValue
 
equals(Object) - Method in class org.apache.flink.types.IntValue
 
equals(Object) - Method in interface org.apache.flink.types.Key
Compares the object on equality with another object.
equals(Object) - Method in class org.apache.flink.types.ListValue
 
equals(Object) - Method in class org.apache.flink.types.LongValue
 
equals(Object) - Method in class org.apache.flink.types.MapValue
 
equals(Object) - Method in class org.apache.flink.types.NullValue
 
equals(Object) - Method in class org.apache.flink.types.Pair
 
equals(Object) - Method in class org.apache.flink.types.ShortValue
 
equals(Object) - Method in class org.apache.flink.types.StringValue
 
equalsFields(int[], Value[], Value[]) - Method in class org.apache.flink.types.Record
Checks the values of this record and a given list of values at specified positions for equality.
equalTo(int...) - Method in class org.apache.flink.api.java.operators.CoGroupOperator.CoGroupOperatorSets.CoGroupOperatorSetsPredicate
Continues a CoGroup transformation and defines the Tuple fields of the second co-grouped DataSet that should be used as grouping keys.
Note: Fields can only be selected as grouping keys on Tuple DataSets.
equalTo(KeySelector<I2, K>) - Method in class org.apache.flink.api.java.operators.CoGroupOperator.CoGroupOperatorSets.CoGroupOperatorSetsPredicate
Continues a CoGroup transformation and defines a KeySelector function for the second co-grouped DataSet.
The KeySelector function is called for each element of the second DataSet and extracts a single key value on which the DataSet is grouped.
equalTo(int...) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinOperatorSets.JoinOperatorSetsPredicate
Continues a Join transformation and defines the Tuple fields of the second join DataSet that should be used as join keys.
Note: Fields can only be selected as join keys on Tuple DataSets.
The resulting JoinOperator.DefaultJoin wraps each pair of joining elements into a Tuple2, with the element of the first input being the first field of the tuple and the element of the second input being the second field of the tuple.
equalTo(KeySelector<I2, K>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinOperatorSets.JoinOperatorSetsPredicate
Continues a Join transformation and defines a KeySelector function for the second join DataSet.
The KeySelector function is called for each element of the second DataSet and extracts a single key value on which the DataSet is joined.
equalToReference(T) - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
equalToReference(T) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Checks, whether the given element is equal to the element that has been set as the comparison reference in this comparator instance.
equalToReference(T2) - Method in class org.apache.flink.api.common.typeutils.TypePairComparator
Checks, whether the given candidate instance is equal to the reference instance, with respect to this comparator's equality definition.
equalToReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
equalToReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
equalToReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
equalToReference(T2) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoPairComparator
 
equalToReference(Record) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
equalToReference(Record) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordPairComparator
 
equalToReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
equalToReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldComparator
 
equalToReference(T2) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldPairComparator
 
equalToReference(T2) - Method in class org.apache.flink.api.java.typeutils.runtime.TuplePairComparator
 
equalToReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
equalToReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
EquiJoin(DataSet<I1>, DataSet<I2>, Keys<I1>, Keys<I2>, FlatJoinFunction<I1, I2, OUT>, TypeInformation<OUT>, JoinOperator.JoinHint) - Constructor for class org.apache.flink.api.java.operators.JoinOperator.EquiJoin
 
EquiJoin(DataSet<I1>, DataSet<I2>, Keys<I1>, Keys<I2>, FlatJoinFunction<I1, I2, OUT>, JoinFunction<I1, I2, OUT>, TypeInformation<OUT>, JoinOperator.JoinHint) - Constructor for class org.apache.flink.api.java.operators.JoinOperator.EquiJoin
 
escapeHtml(String) - Static method in class org.apache.flink.util.StringUtils
Helper function to escape Strings for display in HTML pages.
escapeString(String) - Method in class org.apache.flink.client.web.JobsInfoServlet
 
escapeString(String) - Method in class org.apache.flink.client.web.PactJobJSONServlet
 
estimatedNumRecords - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
estimatedOutputSize - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
EstimateProvider - Interface in org.apache.flink.compiler.dag
 
euclideanDistance(KMeans.Point) - Method in class org.apache.flink.example.java.clustering.KMeans.Point
 
EventCollector - Class in org.apache.flink.runtime.jobmanager
The event collector collects events which occurred during the execution of a job and prepares them for being fetched by a client.
EventCollector(int) - Constructor for class org.apache.flink.runtime.jobmanager.EventCollector
Constructs a new event collector and starts its background cleanup routine.
EventList - Class in org.apache.flink.runtime.event.task
Objects of this class can store and serialize/deserialize AbstractEvent objects.
EventList() - Constructor for class org.apache.flink.runtime.event.task.EventList
 
EventListener - Interface in org.apache.flink.runtime.event.task
This interface must be implemented by all classes which shall be notified about incoming task events.
EventNotificationManager - Class in org.apache.flink.runtime.event.task
The event notification manager manages the subscription of EventListener objects to particular event types.
EventNotificationManager() - Constructor for class org.apache.flink.runtime.event.task.EventNotificationManager
 
eventOccurred(AbstractTaskEvent) - Method in interface org.apache.flink.runtime.event.task.EventListener
Called when a task event has occurred.
eventOccurred(AbstractTaskEvent) - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
barrier will release the waiting thread if an event occurs
eventOccurred(AbstractTaskEvent) - Method in class org.apache.flink.runtime.iterative.task.SyncEventHandler
 
eventualOutputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The output writers for the data that this task forwards to the next task.
exception - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
An exception that was encountered by the asynchronous request handling thread.
ExceptionHandler<E extends Throwable> - Interface in org.apache.flink.runtime.operators.sort
Interface to be implemented by classes that handle exceptions.
ExceptionInChainedStubException - Exception in org.apache.flink.runtime.operators.chaining
A special exception to indicate that an exception occurred in the nested call of a chained stub.
ExceptionInChainedStubException(String, Exception) - Constructor for exception org.apache.flink.runtime.operators.chaining.ExceptionInChainedStubException
 
exceptionUnwrap(Exception) - Static method in exception org.apache.flink.runtime.operators.chaining.ExceptionInChainedStubException
 
excludeFromReset(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
execute() - Method in class org.apache.flink.api.java.ExecutionEnvironment
Triggers the program execution.
execute(String) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Triggers the program execution.
execute(String) - Method in class org.apache.flink.api.java.LocalEnvironment
 
execute(String) - Method in class org.apache.flink.api.java.RemoteEnvironment
 
execute(Program, String...) - Static method in class org.apache.flink.client.LocalExecutor
Executes the program described by the given plan assembler.
execute(Plan) - Static method in class org.apache.flink.client.LocalExecutor
Executes the program represented by the given Pact plan.
execute(String) - Method in class org.apache.flink.client.program.ContextEnvironment
 
execute(String) - Method in class org.apache.flink.client.program.PackagedProgram.PreviewPlanEnvironment
 
executeCommand(Runnable) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Performs an asynchronous update operation to this execution graph.
executeJar(String, String, String[]) - Method in class org.apache.flink.client.RemoteExecutor
 
executePlan(Plan) - Method in class org.apache.flink.api.common.PlanExecutor
Execute the given plan and return the runtime in milliseconds.
executePlan(Plan) - Method in class org.apache.flink.client.LocalExecutor
Execute the given plan on the local Nephele instance, wait for the job to finish and return the runtime in milliseconds.
executePlan(Plan) - Method in class org.apache.flink.client.RemoteExecutor
 
executePlanWithJars(JobWithJars) - Method in class org.apache.flink.client.RemoteExecutor
 
executeProgram(PackagedProgram, Client, int) - Method in class org.apache.flink.client.CliFrontend
 
ExecutionEdge - Class in org.apache.flink.runtime.executiongraph
Objects of this class represent a pair of InputChannel and OutputChannel objects within an ExecutionGraph, Nephele's internal scheduling representation for jobs.
ExecutionEnvironment - Class in org.apache.flink.api.java
The ExecutionEnviroment is the context in which a program is executed.
ExecutionEnvironment() - Constructor for class org.apache.flink.api.java.ExecutionEnvironment
Creates a new Execution Environment.
ExecutionGate - Class in org.apache.flink.runtime.executiongraph
Objects of this class represent either an InputGate or OutputGate within an ExecutionGraph, Nephele's internal scheduling representation for jobs.
ExecutionGraph - Class in org.apache.flink.runtime.executiongraph
In Nephele an execution graph is the main data structure for scheduling, executing and observing a job.
ExecutionGraph(JobGraph, int) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionGraph
Creates a new execution graph from a job graph.
ExecutionGraphIterator - Class in org.apache.flink.runtime.executiongraph
This class provides an implementation of the Iterator interface which allows to traverse an execution graph and visit every reachable vertex exactly once.
ExecutionGraphIterator(ExecutionGraph, boolean) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionGraphIterator
Creates a new execution graph iterator.
ExecutionGraphIterator(ExecutionGraph, int, boolean, boolean) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionGraphIterator
Creates a new execution graph iterator.
ExecutionGraphIterator(ExecutionGraph, ExecutionVertex, boolean) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionGraphIterator
Creates a new execution graph iterator.
ExecutionGroupEdge - Class in org.apache.flink.runtime.executiongraph
An execution group edge represents an edge between two execution group vertices.
ExecutionGroupEdge(ExecutionGroupVertex, int, ExecutionGroupVertex, int, ChannelType, boolean, DistributionPattern) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionGroupEdge
Constructs a new group edge.
ExecutionGroupVertex - Class in org.apache.flink.runtime.executiongraph
An ExecutionGroupVertex is created for every JobVertex of the initial job graph.
ExecutionGroupVertex(String, JobVertexID, ExecutionGraph, int, boolean, int, Configuration, ExecutionSignature, Class<? extends AbstractInvokable>) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Constructs a new group vertex.
ExecutionGroupVertexIterator - Class in org.apache.flink.runtime.executiongraph
This class provides an implementation of the Iterator interface which allows to traverse an execution graph and visit every reachable group vertex exactly once.
ExecutionGroupVertexIterator(ExecutionGraph, boolean, int) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionGroupVertexIterator
Creates a new execution group vertex iterator.
ExecutionListener - Interface in org.apache.flink.runtime.execution
This interface must be implemented by classes which should be able to receive notifications about changes of a task's execution state.
ExecutionMode - Enum in org.apache.flink.runtime
 
ExecutionObserver - Interface in org.apache.flink.runtime.execution
 
ExecutionPipeline - Class in org.apache.flink.runtime.executiongraph
An execution pipeline is a scheduling abstraction which defines a set of ExecutionVertex objects which must be deployed together.
ExecutionPipeline() - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionPipeline
 
ExecutionSignature - Class in org.apache.flink.runtime.executiongraph
An execution signature allows to uniquely identify a job vertex.
ExecutionStage - Class in org.apache.flink.runtime.executiongraph
An execution stage contains all execution group vertices (and as a result all execution vertices) which must run at the same time.
ExecutionStage(ExecutionGraph, int) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionStage
Constructs a new execution stage and assigns the given stage number to it.
ExecutionStageListener - Interface in org.apache.flink.runtime.executiongraph
This interface must be implemented in order to receive a notification whenever the job has entered a new execution stage.
ExecutionState - Enum in org.apache.flink.runtime.execution
This enumerations includes all possible states during a task's lifetime.
executionStateChanged(JobID, ExecutionVertexID, ExecutionState, String) - Method in interface org.apache.flink.runtime.execution.ExecutionListener
Called when the execution state of the associated task has changed.
executionStateChanged(ExecutionState, String) - Method in interface org.apache.flink.runtime.execution.ExecutionObserver
Called when the execution state of the associated task has changed.
executionStateChanged(JobID, ExecutionVertexID, ExecutionState, String) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
executionStateChanged(JobID, ExecutionVertexID, ExecutionState, String) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultExecutionListener
 
executionStateChanged(JobID, ExecutionVertexID, ExecutionState, String) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentListenerImpl
 
executionStateChanged(ExecutionState, String) - Method in class org.apache.flink.runtime.taskmanager.Task
 
executionStateChanged(JobID, ExecutionVertexID, ExecutionState, String) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
ExecutionStateChangeEvent - Class in org.apache.flink.runtime.event.job
An ExecutionStateChangeEvent can be used to notify other objects about an execution state change of a vertex.
ExecutionStateChangeEvent(long, ManagementVertexID, ExecutionState) - Constructor for class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
Constructs a new vertex event object.
ExecutionStateChangeEvent() - Constructor for class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
Constructs a new execution state change event object.
ExecutionStateTransition - Class in org.apache.flink.runtime.execution
This class is a utility class to check the consistency of Nephele's execution state model.
ExecutionVertex - Class in org.apache.flink.runtime.executiongraph
An execution vertex represents an instance of a task in a Nephele job.
ExecutionVertex(ExecutionGraph, ExecutionGroupVertex, int, int) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionVertex
Create a new execution vertex and instantiates its environment.
ExecutionVertexID - Class in org.apache.flink.runtime.executiongraph
A class for statistically unique execution vertex IDs.
ExecutionVertexID() - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionVertexID
 
executor - Variable in class org.apache.flink.test.util.AbstractTestBase
 
ExecutorThreadFactory - Class in org.apache.flink.runtime.taskmanager
 
ExecutorThreadFactory - Class in org.apache.flink.runtime.taskmanager.runtime
 
exists(Path) - Method in class org.apache.flink.core.fs.FileSystem
Check if exists.
ExpressionKeys(String[], TypeInformation<T>) - Constructor for class org.apache.flink.api.java.operators.Keys.ExpressionKeys
 
ExtendedManagementProtocol - Interface in org.apache.flink.runtime.protocols
This protocol provides extended management capabilities beyond the simple JobManagementProtocol.
ExternalProcessFixedLengthInputFormat<T extends ExternalProcessInputSplit> - Class in org.apache.flink.api.java.record.io
This input format starts an external process and reads its input from the standard out (stdout) of the started process.
ExternalProcessFixedLengthInputFormat() - Constructor for class org.apache.flink.api.java.record.io.ExternalProcessFixedLengthInputFormat
 
ExternalProcessInputFormat<T extends ExternalProcessInputSplit> - Class in org.apache.flink.api.java.record.io
This input format starts an external process and reads its input from the standard out (stdout) of the started process.
ExternalProcessInputFormat() - Constructor for class org.apache.flink.api.java.record.io.ExternalProcessInputFormat
 
ExternalProcessInputSplit - Class in org.apache.flink.api.java.record.io
The ExternalProcessInputSplit contains all informations for InputFormat that read their data from external processes.
ExternalProcessInputSplit() - Constructor for class org.apache.flink.api.java.record.io.ExternalProcessInputSplit
 
ExternalProcessInputSplit(int, int, String) - Constructor for class org.apache.flink.api.java.record.io.ExternalProcessInputSplit
Instantiates an ExternalProcessInputSplit
extProcErrStream - Variable in class org.apache.flink.api.java.record.io.ExternalProcessInputFormat
The stderr stream of the external process
extProcOutStream - Variable in class org.apache.flink.api.java.record.io.ExternalProcessInputFormat
The stdout stream of the external process
extractFromSystem() - Static method in class org.apache.flink.runtime.instance.HardwareDescriptionFactory
Extracts a hardware description object from the system.
extractSemanticAnnotationsFromUdf(Class<?>) - Method in class org.apache.flink.api.java.operators.SingleInputUdfOperator
 
extractSemanticAnnotationsFromUdf(Class<?>) - Method in class org.apache.flink.api.java.operators.TwoInputUdfOperator
 

F

f0 - Variable in class org.apache.flink.api.java.tuple.Tuple1
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple2
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple3
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple4
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple5
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple6
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple7
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple8
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple9
Field 0 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple2
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple3
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple4
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple5
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple6
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple7
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple8
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple9
Field 1 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 10 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 11 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 12 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 13 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 14 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 15 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 15 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 15 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 15 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 15 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 15 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 15 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 15 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 15 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 15 of the tuple.
f16 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 16 of the tuple.
f16 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 16 of the tuple.
f16 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 16 of the tuple.
f16 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 16 of the tuple.
f16 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 16 of the tuple.
f16 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 16 of the tuple.
f16 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 16 of the tuple.
f16 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 16 of the tuple.
f16 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 16 of the tuple.
f17 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 17 of the tuple.
f17 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 17 of the tuple.
f17 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 17 of the tuple.
f17 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 17 of the tuple.
f17 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 17 of the tuple.
f17 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 17 of the tuple.
f17 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 17 of the tuple.
f17 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 17 of the tuple.
f18 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 18 of the tuple.
f18 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 18 of the tuple.
f18 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 18 of the tuple.
f18 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 18 of the tuple.
f18 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 18 of the tuple.
f18 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 18 of the tuple.
f18 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 18 of the tuple.
f19 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 19 of the tuple.
f19 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 19 of the tuple.
f19 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 19 of the tuple.
f19 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 19 of the tuple.
f19 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 19 of the tuple.
f19 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 19 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple3
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple4
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple5
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple6
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple7
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple8
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple9
Field 2 of the tuple.
f20 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 20 of the tuple.
f20 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 20 of the tuple.
f20 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 20 of the tuple.
f20 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 20 of the tuple.
f20 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 20 of the tuple.
f21 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 21 of the tuple.
f21 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 21 of the tuple.
f21 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 21 of the tuple.
f21 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 21 of the tuple.
f22 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 22 of the tuple.
f22 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 22 of the tuple.
f22 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 22 of the tuple.
f23 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 23 of the tuple.
f23 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 23 of the tuple.
f24 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 24 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple4
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple5
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple6
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple7
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple8
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple9
Field 3 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple5
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple6
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple7
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple8
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple9
Field 4 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple6
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple7
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple8
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple9
Field 5 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple7
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple8
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple9
Field 6 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple8
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple9
Field 7 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple9
Field 8 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 9 of the tuple.
FakeOutputTask - Class in org.apache.flink.runtime.iterative.io
Output task for the iteration tail
FakeOutputTask() - Constructor for class org.apache.flink.runtime.iterative.io.FakeOutputTask
 
FALSE - Static variable in class org.apache.flink.types.BooleanValue
 
favorite_color - Variable in class org.apache.flink.api.java.record.io.avro.example.User
Deprecated.
favorite_number - Variable in class org.apache.flink.api.java.record.io.avro.example.User
Deprecated.
field(Class<? extends Value>, int) - Method in class org.apache.flink.api.java.record.io.CsvInputFormat.AbstractConfigBuilder
 
field(Class<? extends Value>, int, float) - Method in class org.apache.flink.api.java.record.io.CsvInputFormat.AbstractConfigBuilder
 
field(Class<? extends Value>, int) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat.AbstractConfigBuilder
Adds a field of the record to be serialized to the output.
FIELD_COUNT_KEY - Static variable in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
 
FIELD_DELIMITER_PARAMETER - Static variable in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
FIELD_POS - Static variable in class org.apache.flink.api.java.record.io.TextInputFormat
 
FIELD_TYPE_KEY - Static variable in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
 
FIELD_TYPE_PARAMETER_PREFIX - Static variable in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
fieldDelimiter - Variable in class org.apache.flink.api.java.io.CsvReader
 
fieldDelimiter(char) - Method in class org.apache.flink.api.java.io.CsvReader
Configures the delimiter that separates the fields within a row.
fieldDelimiter(char) - Method in class org.apache.flink.api.java.record.io.CsvInputFormat.AbstractConfigBuilder
Sets the delimiter that delimits the individual fields in the records textual input representation.
fieldDelimiter(char) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat.AbstractConfigBuilder
Sets the delimiter that delimits the individual fields in the records textual output representation.
FieldList - Class in org.apache.flink.api.common.operators.util
Immutable ordered list of fields IDs.
FieldList() - Constructor for class org.apache.flink.api.common.operators.util.FieldList
 
FieldList(int) - Constructor for class org.apache.flink.api.common.operators.util.FieldList
 
FieldList(Integer) - Constructor for class org.apache.flink.api.common.operators.util.FieldList
 
FieldList(int...) - Constructor for class org.apache.flink.api.common.operators.util.FieldList
 
FieldParser<T> - Class in org.apache.flink.types.parser
A FieldParser is used parse a field from a sequence of bytes.
FieldParser() - Constructor for class org.apache.flink.types.parser.FieldParser
 
FieldParser.ParseErrorState - Enum in org.apache.flink.types.parser
An enumeration of different types of errors that may occur.
FieldPositionKeys(int[], TypeInformation<T>) - Constructor for class org.apache.flink.api.java.operators.Keys.FieldPositionKeys
 
FieldPositionKeys(int[], TypeInformation<T>, boolean) - Constructor for class org.apache.flink.api.java.operators.Keys.FieldPositionKeys
 
fields - Variable in class org.apache.flink.api.java.operators.ProjectOperator
 
FieldSet - Class in org.apache.flink.api.common.operators.util
Immutable unordered collection of fields IDs.
FieldSet() - Constructor for class org.apache.flink.api.common.operators.util.FieldSet
Creates a new empty set of fields.
FieldSet(Integer) - Constructor for class org.apache.flink.api.common.operators.util.FieldSet
Creates a set with one field.
FieldSet(int...) - Constructor for class org.apache.flink.api.common.operators.util.FieldSet
Creates a set with the given fields.
FieldSet(int[], boolean) - Constructor for class org.apache.flink.api.common.operators.util.FieldSet
Creates a set with the given fields.
FieldSet(Collection<Integer>) - Constructor for class org.apache.flink.api.common.operators.util.FieldSet
 
FILE_PARAMETER_KEY - Static variable in class org.apache.flink.api.common.io.FileOutputFormat
The key under which the name of the target path is stored in the configuration.
FileBaseStatistics(long, long, float) - Constructor for class org.apache.flink.api.common.io.FileInputFormat.FileBaseStatistics
Creates a new statistics object.
FileCache - Class in org.apache.flink.runtime.filecache
The FileCache is used to create the local files for the registered cache files when a task is deployed.
FileCache() - Constructor for class org.apache.flink.runtime.filecache.FileCache
 
fileChannel - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
A file channel for NIO access to the file.
FileChannelWrapper - Class in org.apache.flink.core.fs
 
FileChannelWrapper(FileSystem, Path, int, short) - Constructor for class org.apache.flink.core.fs.FileChannelWrapper
 
FileDataSink - Class in org.apache.flink.api.java.record.operators
Operator for nodes which act as data sinks, storing the data they receive in a file instead of sending it to another contract.
FileDataSink(FileOutputFormat<Record>, String, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Creates a FileDataSink with the provided FileOutputFormat implementation and the given name, writing to the file indicated by the given path.
FileDataSink(FileOutputFormat<Record>, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Creates a FileDataSink with the provided FileOutputFormat implementation and a default name, writing to the file indicated by the given path.
FileDataSink(FileOutputFormat<Record>, String, Operator<Record>) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Creates a FileDataSink with the provided FileOutputFormat implementation the default name, writing to the file indicated by the given path.
FileDataSink(FileOutputFormat<Record>, String, List<Operator<Record>>) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
FileDataSink(FileOutputFormat<Record>, String, Operator<Record>, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Creates a FileDataSink with the provided FileOutputFormat implementation and the given name, writing to the file indicated by the given path.
FileDataSink(FileOutputFormat<Record>, String, List<Operator<Record>>, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
FileDataSink(Class<? extends FileOutputFormat<Record>>, String, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Creates a FileDataSink with the provided FileOutputFormat implementation and the given name, writing to the file indicated by the given path.
FileDataSink(Class<? extends FileOutputFormat<Record>>, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Creates a FileDataSink with the provided FileOutputFormat implementation and a default name, writing to the file indicated by the given path.
FileDataSink(Class<? extends FileOutputFormat<Record>>, String, Operator<Record>) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Creates a FileDataSink with the provided FileOutputFormat implementation the default name, writing to the file indicated by the given path.
FileDataSink(Class<? extends FileOutputFormat<Record>>, String, List<Operator<Record>>) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
FileDataSink(Class<? extends FileOutputFormat<Record>>, String, Operator<Record>, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Creates a FileDataSink with the provided FileOutputFormat implementation and the given name, writing to the file indicated by the given path.
FileDataSink(Class<? extends FileOutputFormat<Record>>, String, List<Operator<Record>>, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
FileDataSinkBase<IN> - Class in org.apache.flink.api.common.operators.base
Operator for nodes which act as data sinks, storing the data they receive in a file instead of sending it to another contract.
FileDataSinkBase(FileOutputFormat<IN>, UnaryOperatorInformation<IN, Nothing>, String, String) - Constructor for class org.apache.flink.api.common.operators.base.FileDataSinkBase
Creates a FileDataSink with the provided FileOutputFormat implementation and the given name, writing to the file indicated by the given path.
FileDataSinkBase(UserCodeWrapper<FileOutputFormat<IN>>, UnaryOperatorInformation<IN, Nothing>, String, String) - Constructor for class org.apache.flink.api.common.operators.base.FileDataSinkBase
Creates a FileDataSink with the provided FileOutputFormat implementation and the given name, writing to the file indicated by the given path.
FileDataSource - Class in org.apache.flink.api.java.record.operators
Operator for input nodes which read data from files.
FileDataSource(FileInputFormat<Record>, String, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSource
Creates a new instance for the given file using the given file input format.
FileDataSource(FileInputFormat<Record>, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSource
Creates a new instance for the given file using the given input format.
FileDataSource(Class<? extends FileInputFormat<Record>>, String, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSource
Creates a new instance for the given file using the given file input format.
FileDataSource(Class<? extends FileInputFormat<Record>>, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSource
Creates a new instance for the given file using the given input format.
FileDataSourceBase<OUT> - Class in org.apache.flink.api.common.operators.base
Operator for input nodes which read data from files.
FileDataSourceBase(FileInputFormat<OUT>, OperatorInformation<OUT>, String, String) - Constructor for class org.apache.flink.api.common.operators.base.FileDataSourceBase
Creates a new instance for the given file using the given file input format.
FileDataSourceBase(FileInputFormat<OUT>, OperatorInformation<OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.FileDataSourceBase
Creates a new instance for the given file using the given input format.
FileDataSourceBase(Class<? extends FileInputFormat<OUT>>, OperatorInformation<OUT>, String, String) - Constructor for class org.apache.flink.api.common.operators.base.FileDataSourceBase
Creates a new instance for the given file using the given file input format.
FileDataSourceBase(Class<? extends FileInputFormat<OUT>>, OperatorInformation<OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.FileDataSourceBase
Creates a new instance for the given file using the given input format.
FileInputFormat<OT> - Class in org.apache.flink.api.common.io
The base class for InputFormats that read from files.
FileInputFormat() - Constructor for class org.apache.flink.api.common.io.FileInputFormat
 
FileInputFormat(Path) - Constructor for class org.apache.flink.api.common.io.FileInputFormat
 
FileInputFormat - Class in org.apache.flink.api.java.record.io
The base interface for input formats that read Records from a file.
FileInputFormat() - Constructor for class org.apache.flink.api.java.record.io.FileInputFormat
 
FileInputFormat.AbstractConfigBuilder<T> - Class in org.apache.flink.api.common.io
Abstract builder used to set parameters to the input format's configuration in a fluent way.
FileInputFormat.ConfigBuilder - Class in org.apache.flink.api.common.io
A builder used to set parameters to the input format's configuration in a fluent way.
FileInputFormat.FileBaseStatistics - Class in org.apache.flink.api.common.io
Encapsulation of the basic statistics the optimizer obtains about a file.
FileInputFormat.InputSplitOpenThread - Class in org.apache.flink.api.common.io
Obtains a DataInputStream in an thread that is not interrupted.
FileInputSplit - Class in org.apache.flink.core.fs
A file input split provides information on a particular part of a file, possibly hosted on a distributed file system and replicated among several hosts.
FileInputSplit(int, Path, long, long, String[]) - Constructor for class org.apache.flink.core.fs.FileInputSplit
Constructs a split with host information.
FileInputSplit() - Constructor for class org.apache.flink.core.fs.FileInputSplit
Constructor used to reconstruct the object at the receiver of an RPC call.
FileInputSplitAssigner - Class in org.apache.flink.runtime.jobmanager.splitassigner.file
The file input split assigner is a specific implementation of the InputSplitAssigner interface for FileInputSplit objects.
FileInputSplitAssigner() - Constructor for class org.apache.flink.runtime.jobmanager.splitassigner.file.FileInputSplitAssigner
 
FileInputSplitList - Class in org.apache.flink.runtime.jobmanager.splitassigner.file
The file input split list stores the file input splits for an input vertex that are still expected to be consumed.
FileInputSplitList() - Constructor for class org.apache.flink.runtime.jobmanager.splitassigner.file.FileInputSplitList
 
fileModTime - Variable in class org.apache.flink.api.common.io.FileInputFormat.FileBaseStatistics
 
fileOutputCommitterWrapper - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
FileOutputFormat<IT> - Class in org.apache.flink.api.common.io
The abstract base class for all output formats that are file based.
FileOutputFormat() - Constructor for class org.apache.flink.api.common.io.FileOutputFormat
 
FileOutputFormat(Path) - Constructor for class org.apache.flink.api.common.io.FileOutputFormat
 
FileOutputFormat - Class in org.apache.flink.api.java.record.io
The abstract base class for all output formats that are file based.
FileOutputFormat() - Constructor for class org.apache.flink.api.java.record.io.FileOutputFormat
 
FileOutputFormat.AbstractConfigBuilder<T> - Class in org.apache.flink.api.common.io
A builder used to set parameters to the output format's configuration in a fluent way.
FileOutputFormat.ConfigBuilder - Class in org.apache.flink.api.common.io
A builder used to set parameters to the input format's configuration in a fluent way.
FileOutputFormat.OutputDirectoryMode - Enum in org.apache.flink.api.common.io
Behavior for creating output directories.
filePath - Variable in class org.apache.flink.api.common.cache.DistributedCache.DistributedCacheEntry
 
filePath(String) - Method in class org.apache.flink.api.common.io.FileInputFormat.AbstractConfigBuilder
Sets the path to the file or directory to be read by this file input format.
filePath - Variable in class org.apache.flink.api.common.io.FileInputFormat
The path to the file that contains the input.
filePath - Variable in class org.apache.flink.api.common.operators.base.FileDataSinkBase
 
filePath - Variable in class org.apache.flink.api.common.operators.base.FileDataSourceBase
 
FileRecord - Class in org.apache.flink.runtime.types
 
FileRecord() - Constructor for class org.apache.flink.runtime.types.FileRecord
 
FileRecord(String) - Constructor for class org.apache.flink.runtime.types.FileRecord
 
fileSize - Variable in class org.apache.flink.api.common.io.FileInputFormat.FileBaseStatistics
 
FileStatus - Interface in org.apache.flink.core.fs
Interface that represents the client side information for a file independent of the file system.
FileSystem - Class in org.apache.flink.core.fs
An abstract base class for a fairly generic file system.
FileSystem() - Constructor for class org.apache.flink.core.fs.FileSystem
 
FileSystem.FSKey - Class in org.apache.flink.core.fs
An auxiliary class to identify a file system by its scheme and its authority.
FileSystem.WriteMode - Enum in org.apache.flink.core.fs
Enumeration for write modes.
FILESYSTEM_DEFAULT_OVERWRITE_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
Key to specify whether the file systems should simply overwrite existing files.
FILESYSTEM_OUTPUT_ALWAYS_CREATE_DIRECTORY_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
Key to specify whether the file systems should always create a directory for the output, even with a parallelism of one.
FileUtils - Class in org.apache.flink.runtime.util
This is a utility class to deal with temporary files.
filter(T) - Method in interface org.apache.flink.api.common.functions.FilterFunction
The filter function that evaluates the predicate.
filter(FilterFunction<T>) - Method in class org.apache.flink.api.java.DataSet
Applies a Filter transformation on a DataSet.
The transformation calls a RichFilterFunction for each element of the DataSet and retains only those element for which the function returns true.
filter(T) - Method in class org.apache.flink.api.java.functions.RichFilterFunction
 
filter(Tuple2<Tuple2<Long, Double>, Tuple2<Long, Double>>) - Method in class org.apache.flink.example.java.graph.PageRankBasic.EpsilonFilter
 
filter(Tuple) - Method in class org.apache.flink.example.java.relational.EmptyFieldsCountAccumulator.EmptyFieldFilter
 
filter(Tuple3<Integer, String, Integer>) - Method in class org.apache.flink.example.java.relational.WebLogAnalysis.FilterByRank
Filters for records of the rank relation where the rank is greater than the given threshold.
filter(Tuple2<String, String>) - Method in class org.apache.flink.example.java.relational.WebLogAnalysis.FilterDocByKeyWords
Filters for documents that contain all of the given keywords and projects the records on the URL field.
filter(Tuple2<String, String>) - Method in class org.apache.flink.example.java.relational.WebLogAnalysis.FilterVisitsByDate
Filters for records of the visits relation where the year of visit is equal to a specified value.
filterByCodeAnnotations(OptimizerNode, int) - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
 
filterByNodesConstantSet(OptimizerNode, int) - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
Filters these properties by what can be preserved through the given output contract.
filterByNodesConstantSet(OptimizerNode, int) - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
Filters these properties by what can be preserved through a user function's constant fields set.
filterByNodesConstantSet(OptimizerNode, int) - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Filters these properties by what can be preserved by the given node when propagated down to the given input.
filterByNodesConstantSet(OptimizerNode, int) - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Filters these properties by what can be preserved through a user function's constant fields set.
FilterByRank() - Constructor for class org.apache.flink.example.java.relational.WebLogAnalysis.FilterByRank
 
FilterDescriptor - Class in org.apache.flink.compiler.operators
 
FilterDescriptor() - Constructor for class org.apache.flink.compiler.operators.FilterDescriptor
 
FilterDocByKeyWords() - Constructor for class org.apache.flink.example.java.relational.WebLogAnalysis.FilterDocByKeyWords
 
FilterFunction<T> - Interface in org.apache.flink.api.common.functions
base interface for Filter functions.
FilterNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of a FlatMap operator node.
FilterNode(FilterOperatorBase<?, ?>) - Constructor for class org.apache.flink.compiler.dag.FilterNode
 
FilterOperator<T> - Class in org.apache.flink.api.java.operators
This operator represents the application of a "filter" function on a data set, and the result data set produced by the function.
FilterOperator(DataSet<T>, FilterFunction<T>) - Constructor for class org.apache.flink.api.java.operators.FilterOperator
 
FilterOperatorBase<T,FT extends FlatMapFunction<T,T>> - Class in org.apache.flink.api.common.operators.base
 
FilterOperatorBase(UserCodeWrapper<FT>, UnaryOperatorInformation<T, T>, String) - Constructor for class org.apache.flink.api.common.operators.base.FilterOperatorBase
 
FilterOperatorBase(FT, UnaryOperatorInformation<T, T>, String) - Constructor for class org.apache.flink.api.common.operators.base.FilterOperatorBase
 
FilterOperatorBase(Class<? extends FT>, UnaryOperatorInformation<T, T>, String) - Constructor for class org.apache.flink.api.common.operators.base.FilterOperatorBase
 
FilterVisitsByDate() - Constructor for class org.apache.flink.example.java.relational.WebLogAnalysis.FilterVisitsByDate
 
finalizeBuildPhase(IOManager, Channel.Enumerator, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
finalizeProbePhase(List<MemorySegment>, List<HashPartition<BT, PT>>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
finalizeProbePhase(List<MemorySegment>, List<HashPartition<BT, PT>>) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableHashPartition
This method is used if the HashTable is setup for multiple probe phases.
find(String) - Method in class org.apache.flink.core.io.StringRecord
 
find(String, int) - Method in class org.apache.flink.core.io.StringRecord
Finds any occurrence of what in the backing buffer, starting as position start.
find(CharSequence) - Method in class org.apache.flink.types.StringValue
Finds any occurrence of the str character sequence in this StringValue.
find(CharSequence, int) - Method in class org.apache.flink.types.StringValue
Finds any occurrence of the str character sequence in this StringValue.
findVertexByID(JobVertexID) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Searches for a vertex with a matching ID and returns it.
findVertexWithNullEdges() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Checks if any vertex of this job graph has an outgoing edge which is set to null.
finish() - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat.JDBCInputFormatBuilder
 
finish() - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat.JDBCOutputFormatBuilder
Finalizes the configuration and checks validity.
firstDam() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
FixedLengthInputFormat - Class in org.apache.flink.api.java.record.io
 
FixedLengthInputFormat() - Constructor for class org.apache.flink.api.java.record.io.FixedLengthInputFormat
Constructor only sets the key and value classes
FixedLengthRecordSorter<T> - Class in org.apache.flink.runtime.operators.sort
 
FixedLengthRecordSorter(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
 
FLAG_LAST_BLOCK - Static variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
The flag marking a block as the last block.
FlatCombineFunction<T> - Interface in org.apache.flink.api.common.functions
Generic interface used for combine functions ("combiners").
FlatJoinFunction<IN1,IN2,OUT> - Interface in org.apache.flink.api.common.functions
Interface for Join functions.
flatMap(T, Collector<O>) - Method in interface org.apache.flink.api.common.functions.FlatMapFunction
The core method of the FlatMapFunction.
flatMap(FlatMapFunction<T, R>) - Method in class org.apache.flink.api.java.DataSet
Applies a FlatMap transformation on a DataSet.
The transformation calls a RichFlatMapFunction for each element of the DataSet.
flatMap(IN) - Method in class org.apache.flink.api.java.functions.FlatMapIterator
The core method of the function.
flatMap(IN, Collector<OUT>) - Method in class org.apache.flink.api.java.functions.FlatMapIterator
Delegates calls to the FlatMapIterator.flatMap(Object) method.
flatMap(IN, Collector<OUT>) - Method in class org.apache.flink.api.java.functions.RichFlatMapFunction
 
flatMap(T, Collector<T>) - Method in class org.apache.flink.api.java.operators.translation.PlanFilterOperator.FlatMapFilter
 
flatMap(Tuple2<Long, Long>, Collector<Tuple2<Long, Long>>) - Method in class org.apache.flink.example.java.graph.ConnectedComponents.UndirectEdge
 
flatMap(Tuple2<Tuple2<Long, Double>, Tuple2<Long, Long[]>>, Collector<Tuple2<Long, Double>>) - Method in class org.apache.flink.example.java.graph.PageRankBasic.JoinVertexWithEdgesMatch
 
flatMap(String, Collector<Tuple2<String, Integer>>) - Method in class org.apache.flink.example.java.wordcount.WordCount.Tokenizer
 
flatMap(Tuple2<LongWritable, Text>, Collector<Tuple2<String, Integer>>) - Method in class org.apache.flink.hadoopcompatibility.mapred.example.WordCount.Tokenizer
 
flatMap(Tuple2<LongWritable, Text>, Collector<Tuple2<String, Integer>>) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.example.WordCount.Tokenizer
 
FlatMapDescriptor - Class in org.apache.flink.compiler.operators
 
FlatMapDescriptor() - Constructor for class org.apache.flink.compiler.operators.FlatMapDescriptor
 
FlatMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators
Map task which is executed by a Nephele task manager.
FlatMapDriver() - Constructor for class org.apache.flink.runtime.operators.FlatMapDriver
 
FlatMapFunction<T,O> - Interface in org.apache.flink.api.common.functions
interface flatMap functions.
FlatMapIterator<IN,OUT> - Class in org.apache.flink.api.java.functions
A convenience variant of the RichFlatMapFunction that returns elements through an iterator, rather then through a collector.
FlatMapIterator() - Constructor for class org.apache.flink.api.java.functions.FlatMapIterator
 
FlatMapNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of a FlatMap operator node.
FlatMapNode(FlatMapOperatorBase<?, ?, ?>) - Constructor for class org.apache.flink.compiler.dag.FlatMapNode
 
FlatMapOperator<IN,OUT> - Class in org.apache.flink.api.java.operators
This operator represents the application of a "flatMap" function on a data set, and the result data set produced by the function.
FlatMapOperator(DataSet<IN>, FlatMapFunction<IN, OUT>) - Constructor for class org.apache.flink.api.java.operators.FlatMapOperator
 
FlatMapOperatorBase<IN,OUT,FT extends FlatMapFunction<IN,OUT>> - Class in org.apache.flink.api.common.operators.base
 
FlatMapOperatorBase(UserCodeWrapper<FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.FlatMapOperatorBase
 
FlatMapOperatorBase(FT, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.FlatMapOperatorBase
 
FlatMapOperatorBase(Class<? extends FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.FlatMapOperatorBase
 
FLINK_BASE_DIR_PATH_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The key to the Flink base directory path
FLINK_JVM_OPTIONS - Static variable in class org.apache.flink.configuration.ConfigConstants
 
FlinkTypeConverter<K,V> - Interface in org.apache.flink.hadoopcompatibility.mapred.record.datatypes
An interface describing a class that is able to convert Flink's Record into Hadoop types model.
flip() - Method in class org.apache.flink.runtime.io.disk.SpillingBuffer
 
flipVertices() - Method in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.Edge
 
FLOAT_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.BasicArrayTypeInfo
 
FLOAT_PRIMITIVE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.PrimitiveArrayTypeInfo
 
FLOAT_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
FloatComparator - Class in org.apache.flink.api.common.typeutils.base
 
FloatComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.FloatComparator
 
FloatListValue() - Constructor for class org.apache.flink.api.java.record.io.avro.AvroRecordInputFormat.FloatListValue
 
FloatMapValue() - Constructor for class org.apache.flink.api.java.record.io.avro.AvroRecordInputFormat.FloatMapValue
 
FloatParser - Class in org.apache.flink.types.parser
Parses a text field into a Float.
FloatParser() - Constructor for class org.apache.flink.types.parser.FloatParser
 
FloatPrimitiveArraySerializer - Class in org.apache.flink.api.common.typeutils.base.array
A serializer for long arrays.
FloatPrimitiveArraySerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
FloatSerializer - Class in org.apache.flink.api.common.typeutils.base
 
FloatSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
FloatSumAgg() - Constructor for class org.apache.flink.api.java.aggregation.SumAggregationFunction.FloatSumAgg
 
FloatValue - Class in org.apache.flink.types
Boxed serializable and comparable single precision floating point type, representing the primitive type float.
FloatValue() - Constructor for class org.apache.flink.types.FloatValue
Initializes the encapsulated float with 0.0.
FloatValue(float) - Constructor for class org.apache.flink.types.FloatValue
Initializes the encapsulated float with the provided value.
FloatValueParser - Class in org.apache.flink.types.parser
Parses a text field into a FloatValue
FloatValueParser() - Constructor for class org.apache.flink.types.parser.FloatValueParser
 
FloatValueSerializer - Class in org.apache.flink.api.common.typeutils.base
 
FloatValueSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
flush() - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
flush() - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
flush() - Method in class org.apache.flink.runtime.fs.s3.S3DataOutputStream
 
flush() - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
 
flush() - Method in class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
 
force(boolean) - Method in class org.apache.flink.core.fs.FileChannelWrapper
 
forGrouping(FieldList) - Static method in class org.apache.flink.compiler.dataproperties.LocalProperties
 
formatLogString(String) - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
formatLogString(String) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
formatNumber(double) - Static method in class org.apache.flink.compiler.plandump.PlanJSONDumpGenerator
 
formatNumber(double, String) - Static method in class org.apache.flink.compiler.plandump.PlanJSONDumpGenerator
 
FormatUtil - Class in org.apache.flink.api.common.io
Provides convenience methods to deal with I/O operations related to InputFormat and OutputFormat.
FormatUtil() - Constructor for class org.apache.flink.api.common.io.FormatUtil
 
formatWrapper - Variable in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
 
formatWrapper - Variable in class org.apache.flink.api.common.operators.base.GenericDataSourceBase
 
forOrdering(Ordering) - Static method in class org.apache.flink.compiler.dataproperties.LocalProperties
 
free() - Method in class org.apache.flink.core.memory.MemorySegment
 
fromByteArray(byte[]) - Static method in class org.apache.flink.runtime.jobgraph.JobID
 
fromByteBuffer(ByteBuffer) - Static method in class org.apache.flink.runtime.io.network.channels.ChannelID
 
fromByteBuffer(ByteBuffer, int) - Static method in class org.apache.flink.runtime.io.network.channels.ChannelID
 
fromByteBuffer(ByteBuffer) - Static method in class org.apache.flink.runtime.jobgraph.JobID
 
fromByteBuffer(ByteBuffer, int) - Static method in class org.apache.flink.runtime.jobgraph.JobID
 
fromCollection(Collection<X>) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a DataSet from the given non-empty collection.
fromCollection(Collection<X>, TypeInformation<X>) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a DataSet from the given non-empty collection.
fromCollection(Iterator<X>, Class<X>) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a DataSet from the given iterator.
fromCollection(Iterator<X>, TypeInformation<X>) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a DataSet from the given iterator.
fromElements(X...) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a new data set that contains the given elements.
fromExecutionGraph(ExecutionGraph) - Static method in class org.apache.flink.runtime.executiongraph.ManagementGraphFactory
 
fromFile(File) - Static method in class org.apache.flink.runtime.topology.NetworkTopology
 
fromFile(String) - Static method in class org.apache.flink.runtime.topology.NetworkTopology
 
fromHexString(String) - Static method in class org.apache.flink.runtime.jobgraph.JobID
 
fromHexString(String) - Static method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertexID
Constructs a new job ID and initializes it with the given bytes.
fromManagementVertexID(ManagementVertexID) - Static method in class org.apache.flink.runtime.executiongraph.ExecutionVertexID
Converts the given management vertex ID into the corresponding execution vertex ID.
fromParallelCollection(SplittableIterator<X>, Class<X>) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a new data set that contains elements in the iterator.
fromParallelCollection(SplittableIterator<X>, TypeInformation<X>) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a new data set that contains elements in the iterator.
FS_STREAM_OPENING_TIMEOUT_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the timeout for filesystem stream opening.
FSDataInputStream - Class in org.apache.flink.core.fs
Interface for a data input stream to a file on a FileSystem.
FSDataInputStream() - Constructor for class org.apache.flink.core.fs.FSDataInputStream
 
FSDataInputStreamWrapper - Class in org.apache.flink.api.avro
Code copy pasted from org.apache.avro.mapred.FSInput (which is Apache licensed as well) The wrapper keeps track of the position in the data stream.
FSDataInputStreamWrapper(FSDataInputStream, long) - Constructor for class org.apache.flink.api.avro.FSDataInputStreamWrapper
 
FSDataOutputStream - Class in org.apache.flink.core.fs
Interface for a data output stream to a file on a FileSystem.
FSDataOutputStream() - Constructor for class org.apache.flink.core.fs.FSDataOutputStream
 
FSKey(String, String) - Constructor for class org.apache.flink.core.fs.FileSystem.FSKey
Creates a file system key from a given scheme and an authority.
Function - Interface in org.apache.flink.api.common.functions
An base interface for all user-defined functions.
function - Variable in class org.apache.flink.api.java.operators.FilterOperator
 
function - Variable in class org.apache.flink.api.java.operators.FlatMapOperator
 
function - Variable in class org.apache.flink.api.java.operators.MapOperator
 
FunctionAnnotation - Class in org.apache.flink.api.java.functions
This class defines the semantic assertions that can be added to functions.
FunctionAnnotation - Class in org.apache.flink.api.java.record.functions
This class defines the semantic assertions that can be added to functions.
FunctionAnnotation.AllFieldsConstants - Annotation Type in org.apache.flink.api.java.record.functions
Specifies that all fields of an input record that are unchanged in the output of a MapFunction, or ReduceFunction).
FunctionAnnotation.ConstantFields - Annotation Type in org.apache.flink.api.java.functions
This annotation declares that a function leaves certain fields of its input values unmodified and only "forwards" or "copies" them to the return value.
FunctionAnnotation.ConstantFields - Annotation Type in org.apache.flink.api.java.record.functions
Specifies the fields of an input record that are unchanged in the output of a stub with a single input ( MapFunction, ReduceFunction).
FunctionAnnotation.ConstantFieldsExcept - Annotation Type in org.apache.flink.api.java.functions
This annotation declares that a function changes certain fields of its input values, while leaving all others unmodified and in place in the return value.
FunctionAnnotation.ConstantFieldsExcept - Annotation Type in org.apache.flink.api.java.record.functions
Specifies the fields of an input record that are changed in the output of a stub with a single input ( MapFunction, ReduceFunction).
FunctionAnnotation.ConstantFieldsFirst - Annotation Type in org.apache.flink.api.java.functions
This annotation declares that a function leaves certain fields of its first input values unmodified and only "forwards" or "copies" them to the return value.
FunctionAnnotation.ConstantFieldsFirst - Annotation Type in org.apache.flink.api.java.record.functions
Specifies the fields of an input record of the first input that are unchanged in the output of a stub with two inputs ( CrossFunction, JoinFunction, CoGroupFunction) A field is considered to be constant if its value is not changed and copied to the same position of output record.
FunctionAnnotation.ConstantFieldsFirstExcept - Annotation Type in org.apache.flink.api.java.functions
This annotation declares that a function changes certain fields of its first input value, while leaving all others unmodified and in place in the return value.
FunctionAnnotation.ConstantFieldsFirstExcept - Annotation Type in org.apache.flink.api.java.record.functions
Specifies the fields of an input record of the first input that are changed in the output of a stub with two inputs ( CrossFunction, JoinFunction, CoGroupFunction) All other fields are assumed to be constant.
FunctionAnnotation.ConstantFieldsSecond - Annotation Type in org.apache.flink.api.java.functions
This annotation declares that a function leaves certain fields of its second input values unmodified and only "forwards" or "copies" them to the return value.
FunctionAnnotation.ConstantFieldsSecond - Annotation Type in org.apache.flink.api.java.record.functions
Specifies the fields of an input record of the second input that are unchanged in the output of a stub with two inputs ( CrossFunction, JoinFunction, CoGroupFunction) A field is considered to be constant if its value is not changed and copied to the same position of output record.
FunctionAnnotation.ConstantFieldsSecondExcept - Annotation Type in org.apache.flink.api.java.functions
This annotation declares that a function changes certain fields of its second input value, while leaving all others unmodified and in place in the return value.
FunctionAnnotation.ConstantFieldsSecondExcept - Annotation Type in org.apache.flink.api.java.record.functions
Specifies the fields of an input record of the second input that are changed in the output of a stub with two inputs ( CrossFunction, JoinFunction, CoGroupFunction) All other fields are assumed to be constant.
FunctionAnnotation.ReadFields - Annotation Type in org.apache.flink.api.java.functions
Specifies the fields of the input value of a user-defined that are accessed in the code.
FunctionAnnotation.ReadFieldsFirst - Annotation Type in org.apache.flink.api.java.functions
Specifies the fields of the second input value of a user-defined that are accessed in the code.
FunctionAnnotation.ReadFieldsSecond - Annotation Type in org.apache.flink.api.java.functions
Specifies the fields of the first input value of a user-defined that are accessed in the code.
FunctionUtils - Class in org.apache.flink.api.common.functions.util
 
FunctionUtils() - Constructor for class org.apache.flink.api.common.functions.util.FunctionUtils
 
furtherPartitioning - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
furtherPartitioning - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
 

G

Gate<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.gates
In Nephele a gate represents the connection between a user program and the processing framework.
Gate(JobID, GateID, int) - Constructor for class org.apache.flink.runtime.io.network.gates.Gate
Constructs a new abstract gate
GateDeploymentDescriptor - Class in org.apache.flink.runtime.deployment
A gate deployment descriptor contains all the information necessary to deploy either an input or an output gate as part of a task on a task manager.
GateDeploymentDescriptor(GateID, ChannelType, List<ChannelDeploymentDescriptor>) - Constructor for class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
Constructs a new gate deployment descriptor
GateDeploymentDescriptor() - Constructor for class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
Default constructor for serialization/deserialization.
GateID - Class in org.apache.flink.runtime.io.network.gates
A class for statistically unique gate IDs.
GateID() - Constructor for class org.apache.flink.runtime.io.network.gates.GateID
 
generate() - Static method in class org.apache.flink.runtime.jobgraph.JobID
 
generateCheckpointProfilingData() - Method in class org.apache.flink.runtime.profiling.impl.InstanceProfiler
 
generateProjectionProperties(CrossOperator.ProjectCrossFunction<?, ?, ?>) - Method in class org.apache.flink.api.java.operators.CrossOperator
 
generateProjectionProperties(JoinOperator.ProjectFlatJoinFunction<?, ?, ?>) - Method in class org.apache.flink.api.java.operators.JoinOperator.EquiJoin
 
generateRandomLong() - Static method in class org.apache.flink.runtime.AbstractID
Generates a uniformly distributed random positive long.
generateSequence(long, long) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a new data set that contains a sequence of numbers.
GenericArraySerializer<C> - Class in org.apache.flink.api.java.typeutils.runtime
 
GenericArraySerializer(Class<C>, TypeSerializer<C>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.GenericArraySerializer
 
GenericCollectorMap<T,O> - Interface in org.apache.flink.api.common.functions
Deprecated.
GenericCsvInputFormat<OT> - Class in org.apache.flink.api.common.io
 
GenericCsvInputFormat() - Constructor for class org.apache.flink.api.common.io.GenericCsvInputFormat
 
GenericCsvInputFormat(Path) - Constructor for class org.apache.flink.api.common.io.GenericCsvInputFormat
 
GenericDataSink - Class in org.apache.flink.api.java.record.operators
Operator for nodes that act as data sinks, storing the data they receive.
GenericDataSink(OutputFormat<Record>, String) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Creates a GenericDataSink with the provided OutputFormat implementation and the given name.
GenericDataSink(OutputFormat<Record>) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Creates a GenericDataSink with the provided OutputFormat implementation and a default name.
GenericDataSink(OutputFormat<Record>, Operator<Record>) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Creates a GenericDataSink with the provided OutputFormat implementation the default name.
GenericDataSink(OutputFormat<Record>, List<Operator<Record>>) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
GenericDataSink(OutputFormat<Record>, Operator<Record>, String) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Creates a GenericDataSink with the provided OutputFormat implementation and the given name.
GenericDataSink(OutputFormat<Record>, List<Operator<Record>>, String) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
GenericDataSink(Class<? extends OutputFormat<Record>>, String) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Creates a GenericDataSink with the provided OutputFormat implementation and the given name.
GenericDataSink(Class<? extends OutputFormat<Record>>) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Creates a GenericDataSink with the provided OutputFormat implementation and a default name.
GenericDataSink(Class<? extends OutputFormat<Record>>, Operator<Record>) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Creates a GenericDataSink with the provided OutputFormat implementation the default name.
GenericDataSink(Class<? extends OutputFormat<Record>>, List<Operator<Record>>) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
GenericDataSink(Class<? extends OutputFormat<Record>>, Operator<Record>, String) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Creates a GenericDataSink with the provided OutputFormat implementation and the given name.
GenericDataSink(Class<? extends OutputFormat<Record>>, List<Operator<Record>>, String) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
GenericDataSinkBase<IN> - Class in org.apache.flink.api.common.operators.base
Operator for nodes that act as data sinks, storing the data they receive.
GenericDataSinkBase(OutputFormat<IN>, UnaryOperatorInformation<IN, Nothing>, String) - Constructor for class org.apache.flink.api.common.operators.base.GenericDataSinkBase
Creates a GenericDataSink with the provided OutputFormat implementation and the given name.
GenericDataSinkBase(UserCodeWrapper<? extends OutputFormat<IN>>, UnaryOperatorInformation<IN, Nothing>, String) - Constructor for class org.apache.flink.api.common.operators.base.GenericDataSinkBase
Creates a GenericDataSink with the provided OutputFormat implementation and the given name.
GenericDataSource<T extends InputFormat<Record,?>> - Class in org.apache.flink.api.java.record.operators
Abstract superclass for data sources in a Pact plan.
GenericDataSource(T, String) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSource
Creates a new instance for the given file using the given input format.
GenericDataSource(T) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSource
Creates a new instance for the given file using the given input format, using the default name.
GenericDataSource(Class<? extends T>, String) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSource
Creates a new instance for the given file using the given input format.
GenericDataSource(Class<? extends T>) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSource
Creates a new instance for the given file using the given input format, using the default name.
GenericDataSourceBase<OUT,T extends InputFormat<OUT,?>> - Class in org.apache.flink.api.common.operators.base
Abstract superclass for data sources in a Pact plan.
GenericDataSourceBase(T, OperatorInformation<OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.GenericDataSourceBase
Creates a new instance for the given file using the given input format.
GenericDataSourceBase(T, OperatorInformation<OUT>) - Constructor for class org.apache.flink.api.common.operators.base.GenericDataSourceBase
Creates a new instance for the given file using the given input format, using the default name.
GenericDataSourceBase(Class<? extends T>, OperatorInformation<OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.GenericDataSourceBase
Creates a new instance for the given file using the given input format.
GenericDataSourceBase(Class<? extends T>, OperatorInformation<OUT>) - Constructor for class org.apache.flink.api.common.operators.base.GenericDataSourceBase
Creates a new instance for the given file using the given input format, using the default name.
GenericFlatTypePostPass<X,T extends AbstractSchema<X>> - Class in org.apache.flink.compiler.postpass
 
GenericFlatTypePostPass() - Constructor for class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
GenericInputFormat<OT> - Class in org.apache.flink.api.common.io
Generic base class for all inputs that are not based on files.
GenericInputFormat() - Constructor for class org.apache.flink.api.common.io.GenericInputFormat
 
GenericInputFormat - Class in org.apache.flink.api.java.record.io
Generic base class for all inputs that are not based on files, specific to Record.
GenericInputFormat() - Constructor for class org.apache.flink.api.java.record.io.GenericInputFormat
 
GenericInputSplit - Class in org.apache.flink.core.io
A generic input split that has only a partition number.
GenericInputSplit() - Constructor for class org.apache.flink.core.io.GenericInputSplit
Default constructor for instantiation during de-serialization.
GenericInputSplit(int, int) - Constructor for class org.apache.flink.core.io.GenericInputSplit
Creates a generic input split with the given split number.
GenericTypeComparator<T extends Comparable<T>> - Class in org.apache.flink.api.java.typeutils.runtime
TypeComparator for all types that extend Comparable.
GenericTypeComparator(boolean, TypeSerializer<T>, Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
GenericTypeInfo<T> - Class in org.apache.flink.api.java.typeutils
 
GenericTypeInfo(Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
get(int) - Method in class org.apache.flink.api.common.operators.util.FieldList
 
get(int) - Method in class org.apache.flink.api.java.record.io.avro.example.User
 
get() - Static method in class org.apache.flink.api.java.typeutils.runtime.record.RecordPairComparatorFactory
Gets an instance of the comparator factory.
get() - Static method in class org.apache.flink.api.java.typeutils.runtime.record.RecordSerializer
 
get() - Static method in class org.apache.flink.api.java.typeutils.runtime.record.RecordSerializerFactory
Gets an instance of the serializer factory.
get(URI) - Static method in class org.apache.flink.core.fs.FileSystem
Returns a reference to the FileSystem instance for accessing the file system identified by the given URI.
get(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads the byte at the given position.
get(int, byte[]) - Method in class org.apache.flink.core.memory.MemorySegment
Bulk get method.
get(int, byte[], int, int) - Method in class org.apache.flink.core.memory.MemorySegment
Bulk get method.
get(DataOutput, int, int) - Method in class org.apache.flink.core.memory.MemorySegment
Bulk get method.
get(int, ByteBuffer, int) - Method in class org.apache.flink.core.memory.MemorySegment
Bulk get method.
get() - Static method in class org.apache.flink.runtime.ipc.Server
Returns the server instance called under or null.
get(String) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
blocking retrieval and removal of the object to share
get(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
get(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
get(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
get(DataOutput, int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
get(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
get(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
get(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
get(DataOutput, int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
get(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
get(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
get(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
get(DataOutput, int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
get() - Method in class org.apache.flink.runtime.util.AtomicEnum
Gets the current value.
get(T[]) - Static method in class org.apache.flink.runtime.util.AtomicEnumerator
 
get() - Static method in class org.apache.flink.runtime.util.EmptyIterator
Gets a singleton instance of the empty iterator.
get() - Static method in class org.apache.flink.runtime.util.EmptyMutableObjectIterator
Gets a singleton instance of the empty iterator.
get() - Method in class org.apache.flink.types.BooleanValue
 
get(int) - Method in class org.apache.flink.types.ListValue
 
get(Object) - Method in class org.apache.flink.types.MapValue
 
getAccessTime() - Method in interface org.apache.flink.core.fs.FileStatus
Get the access time of the file.
getAccessTime() - Method in class org.apache.flink.core.fs.local.LocalFileStatus
 
getAccessTime() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
 
getAccessTime() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
getAccumulatedRecordCount() - Method in class org.apache.flink.api.common.io.BlockInfo
Returns the accumulated record count.
getAccumulator(String) - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Get an existing accumulator object.
getAccumulator(String) - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
 
getAccumulatorProtocolProxy() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the proxy object for the accumulator protocol.
getAccumulatorProtocolProxy() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getAccumulatorResult(String) - Method in class org.apache.flink.api.common.JobExecutionResult
 
getAccumulatorResults(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getAccumulatorResults(JobID) - Method in interface org.apache.flink.runtime.protocols.AccumulatorProtocol
Get the final accumulator results.
getAccumulators(ClassLoader) - Method in class org.apache.flink.runtime.accumulators.AccumulatorEvent
 
getAccumulators() - Method in class org.apache.flink.runtime.jobmanager.accumulators.JobAccumulators
 
getAccumulators(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getAccumulatorsFormated(Map<?, Accumulator<?, ?>>) - Static method in class org.apache.flink.api.common.accumulators.AccumulatorHelper
 
getAggregate() - Method in interface org.apache.flink.api.common.aggregators.Aggregator
Gets the aggregator's current aggregate.
getAggregate() - Method in class org.apache.flink.api.common.aggregators.DoubleSumAggregator
 
getAggregate() - Method in class org.apache.flink.api.common.aggregators.LongSumAggregator
 
getAggregate() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionAggregator
 
getAggregate() - Method in class org.apache.flink.api.java.aggregation.AggregationFunction
 
getAggregate() - Method in class org.apache.flink.api.java.aggregation.MaxAggregationFunction
 
getAggregate() - Method in class org.apache.flink.api.java.aggregation.MinAggregationFunction
 
getAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.ByteSumAgg
 
getAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.DoubleSumAgg
 
getAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.FloatSumAgg
 
getAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.IntSumAgg
 
getAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.LongSumAgg
 
getAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.ShortSumAgg
 
getAggregates() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
 
getAggregates(ClassLoader) - Method in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
getAggregator() - Method in class org.apache.flink.api.common.aggregators.AggregatorWithName
Gets the aggregator.
getAggregator(String) - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
 
getAggregatorNames() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
 
getAggregatorNames() - Method in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
getAggregators() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
getAggregators() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
 
getAggregators() - Method in interface org.apache.flink.api.common.operators.IterationOperator
 
getAggregators() - Method in class org.apache.flink.api.java.DeltaIteration
Gets the registry for aggregators for the iteration.
getAggregators() - Method in class org.apache.flink.api.java.IterativeDataSet
Gets the registry for aggregators.
getAggregators() - Method in class org.apache.flink.spargel.java.record.SpargelIteration
 
getAllAccumulatorResults() - Method in class org.apache.flink.api.common.JobExecutionResult
 
getAllAccumulators() - Method in interface org.apache.flink.api.common.functions.RuntimeContext
For system internal usage only.
getAllAccumulators() - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
 
getAllAggregators() - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
 
getAllJobVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns an array of all job vertices that are registered with the job graph.
getAllLibraries() - Method in class org.apache.flink.client.program.PackagedProgram
 
getAllNodes() - Method in class org.apache.flink.compiler.plan.OptimizedPlan
Gets all the nodes from this OptimizedPlan.
getAllocatedResource() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Returns the allocated resources assigned to this execution vertex.
getAllocatedSlots() - Method in class org.apache.flink.runtime.instance.Instance
 
getAllocationID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Returns the allocation ID which identifies the resources used by this vertex within the assigned instance.
getAllocationID() - Method in class org.apache.flink.runtime.instance.AllocatedResource
Returns the allocation ID which identifies the resource allocated within the assigned instance.
getAllocationID() - Method in class org.apache.flink.runtime.instance.AllocatedSlot
Returns the allocation ID of this slice.
getAllReachableJobVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns an array of all job vertices than can be reached when traversing the job graph from the input vertices.
getAllRegisteredAggregators() - Method in class org.apache.flink.api.common.aggregators.AggregatorRegistry
 
getAllStaticResolutions() - Static method in class org.apache.flink.runtime.net.NetUtils
This is used to get all the resolutions that were added using NetUtils.addStaticResolution(String, String).
getAlternativePlans(CostEstimator) - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
getAlternativePlans(CostEstimator) - Method in class org.apache.flink.compiler.dag.BinaryUnionNode
 
getAlternativePlans(CostEstimator) - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
getAlternativePlans(CostEstimator) - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
getAlternativePlans(CostEstimator) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Computes the plan alternatives for this node, an implicitly for all nodes that are children of this node.
getAlternativePlans(CostEstimator) - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
getAlternativePlans(CostEstimator) - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
getAndRemove(String) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
blocking retrieval and removal of the object to share
getAndSet(T) - Method in class org.apache.flink.runtime.util.AtomicEnum
Sets the given value and returns the old value.
getArchive() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getArguments() - Method in class org.apache.flink.client.program.PackagedProgram
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple
Gets the number of field in the tuple (the tuple arity).
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple1
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple10
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple11
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple12
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple13
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple14
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple15
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple16
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple17
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple18
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple19
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple2
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple20
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple21
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple22
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple23
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple24
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple25
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple3
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple4
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple5
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple6
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple7
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple8
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple9
 
getArity() - Method in class org.apache.flink.api.java.typeutils.BasicArrayTypeInfo
 
getArity() - Method in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
getArity() - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
getArity() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
getArity() - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
getArity() - Method in class org.apache.flink.api.java.typeutils.PrimitiveArrayTypeInfo
 
getArity() - Method in class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
getArity() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
getArity() - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
getArity() - Method in class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
getArity() - Method in class org.apache.flink.types.NothingTypeInfo
 
getArity() - Method in class org.apache.flink.types.TypeInformation
 
getAttachment() - Method in class org.apache.flink.runtime.managementgraph.ManagementAttachment
Returns the attachment for this part of the ManagementGraph.
getAttachment() - Method in class org.apache.flink.runtime.topology.NetworkTopology
 
getAvailableSlots() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getAvailableSlots() - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
Returns the number of available slots among the registered task managers
getAverageRecordWidth() - Method in class org.apache.flink.api.common.io.FileInputFormat.FileBaseStatistics
Gets the estimated average number of bytes per record.
getAverageRecordWidth() - Method in interface org.apache.flink.api.common.io.statistics.BaseStatistics
Gets the average width of a record, in bytes.
getAvgOutputRecordSize() - Method in class org.apache.flink.api.common.operators.CompilerHints
 
getBackingArray() - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getBackingArray() - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Gets the byte array that backs the memory segment and this random access view.
getBackingArray() - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Deprecated.
getBackwardConnection(int) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the backward edge with index index.
getBackwardEdge(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
 
getBackwardEdge(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGate
Returns the edge arriving at the given index.
getBackwardEdge(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Returns the group edge which arrives at this group vertex at the given index.
getBackwardEdges(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
 
getBaseStatistics(String) - Method in class org.apache.flink.compiler.DataStatistics
Gets the base statistics for the input identified by the given identifier.
getBaseStatistics(String) - Method in class org.apache.flink.compiler.NonCachingDataStatistics
 
getBasicTupleTypeInfo(Class<?>...) - Static method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
getBinaryLength() - Method in class org.apache.flink.types.BooleanValue
 
getBinaryLength() - Method in class org.apache.flink.types.ByteValue
 
getBinaryLength() - Method in class org.apache.flink.types.CharValue
 
getBinaryLength() - Method in interface org.apache.flink.types.CopyableValue
Gets the length of the data type when it is serialized, in bytes.
getBinaryLength() - Method in class org.apache.flink.types.DoubleValue
 
getBinaryLength() - Method in class org.apache.flink.types.FloatValue
 
getBinaryLength() - Method in class org.apache.flink.types.IntValue
 
getBinaryLength() - Method in class org.apache.flink.types.LongValue
 
getBinaryLength() - Method in class org.apache.flink.types.NullValue
 
getBinaryLength() - Method in class org.apache.flink.types.Record
 
getBinaryLength() - Method in class org.apache.flink.types.ShortValue
 
getBinaryLength() - Method in class org.apache.flink.types.StringValue
 
getBlockCount() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
Gets the number of blocks used by this view.
getBlockCount() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
getBlockCount() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ChannelWithBlockCount
 
getBlockedTime() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
getBlockedTime() - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
Returns the percentage of time the execution thread has been blocked to enter or reenter a monitor in the given profiling interval.
getBlockSize() - Method in interface org.apache.flink.core.fs.FileStatus
Get the block size of the file.
getBlockSize() - Method in class org.apache.flink.core.fs.local.LocalFileStatus
 
getBlockSize() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
 
getBlockSize() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
getBoolean(String, boolean) - Method in class org.apache.flink.configuration.Configuration
Returns the value associated with the given key as a boolean.
getBoolean(String, boolean) - Static method in class org.apache.flink.configuration.GlobalConfiguration
Returns the value associated with the given key as a boolean.
getBoolean(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads one byte at the given position and returns its boolean representation.
getBoolean(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getBoolean(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getBoolean(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getBoolean(String, boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getBranchesForParent(PactConnection) - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
getBranchesForParent(PactConnection) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getBranchingNode() - Method in class org.apache.flink.compiler.dag.OptimizerNode.UnclosedBranchDescriptor
 
getBranchPlan() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getBroadcastConnectionNames() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Return the list of names associated with broadcast inputs for this node.
getBroadcastConnections() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Return the list of inputs associated with broadcast variables for this node.
getBroadcastGroupSize(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getBroadcastInputName(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getBroadcastInputs() - Method in class org.apache.flink.api.common.operators.AbstractUdfOperator
Returns the input, or null, if none is set.
getBroadcastInputs() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
The BulkIteration meta operator cannot have broadcast inputs.
getBroadcastInputs() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
DeltaIteration meta operator cannot have broadcast inputs.
getBroadcastInputs() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets a list of all broadcast inputs attached to this node.
getBroadcastInputSerializer(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getBroadcastSet(String) - Method in class org.apache.flink.spargel.java.MessagingFunction
Gets the broadcast data set registered under the given name.
getBroadcastSet(String) - Method in class org.apache.flink.spargel.java.VertexUpdateFunction
Gets the broadcast data set registered under the given name.
getBroadcastSets() - Method in class org.apache.flink.api.java.operators.SingleInputUdfOperator
 
getBroadcastSets() - Method in class org.apache.flink.api.java.operators.TwoInputUdfOperator
 
getBroadcastSets() - Method in interface org.apache.flink.api.java.operators.UdfOperator
Gets the broadcast sets (name and data set) that have been added to context of the UDF.
getBroadcastVariable(String) - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Returns the result bound to the broadcast variable identified by the given name.
getBroadcastVariable(String) - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
 
getBucket() - Method in class org.apache.flink.runtime.fs.s3.S3BucketObjectPair
Returns the name of the S3 bucket this object refers to.
getBucketBoundary(int, int) - Method in interface org.apache.flink.api.common.distributions.DataDistribution
Returns the i'th bucket's upper bound, given that the distribution is to be split into totalBuckets buckets.
getBucketBoundary(int, int) - Method in class org.apache.flink.api.common.distributions.SimpleDistribution
 
getBucketBoundary(int, int) - Method in class org.apache.flink.api.common.distributions.SimpleIntegerDistribution
 
getBucketBoundary(int, int) - Method in class org.apache.flink.api.common.distributions.UniformDoubleDistribution
 
getBucketBoundary(int, int) - Method in class org.apache.flink.api.common.distributions.UniformIntegerDistribution
 
getBuffer() - Method in class org.apache.flink.runtime.io.network.channels.BufferOrEvent
 
getBuffer() - Method in class org.apache.flink.runtime.io.network.Envelope
 
getBufferedMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getBufferedMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the amount of memory, in bytes, used for file buffers.
getBufferProvider(JobID, ChannelID) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProviderBroker
 
getBufferProvider(JobID, ChannelID) - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
getBufferSize() - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
getBufferSize() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getBufferSize() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
Returns the size of buffers (in bytes) available at this buffer provider.
getBufferSize() - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
getBufferSize() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
Returns the size of buffers (in bytes).
getBufferSize() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
getBufferSize() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
getBufferSize() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
getBuildSideBlockCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getBuildSideChannel() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getBuildSideComparator() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
getBuildSideIterator() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getBuildSideRecordCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getBuildSideSerializer() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
getBytes(String, byte[]) - Method in class org.apache.flink.configuration.Configuration
Returns the value associated with the given key as a byte array.
getBytes() - Method in class org.apache.flink.core.io.StringRecord
Returns the raw bytes; however, only data up to StringRecord.getLength() is valid.
getBytes(String, byte[]) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getBytesMemoryUsed() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
Gets the number of bytes used by this output view, including written bytes and header bytes.
getBytesWritten() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
Gets the number of pay-load bytes already written.
getCachedFiles() - Method in class org.apache.flink.api.common.Plan
return the registered caches files
getCachedMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getCachedMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the amount of memory, in bytes, used as cache memory.
getCachedSwapMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getCachedSwapMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the amount of swap, in bytes, used as cache memory.
getCallQueueLen() - Method in class org.apache.flink.runtime.ipc.Server
The number of rpc calls in the queue.
getCandidateAtBranchPoint(OptimizerNode) - Method in class org.apache.flink.compiler.plan.PlanNode
 
getCapacity() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Gets the total capacity of this sorter, in bytes.
getCapacity() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Gets the total capacity of this sorter, in bytes.
getCapacity() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Gets the total capacity of this sorter, in bytes.
getChainedStubConfig(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getChainedTask(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getChainedTaskName(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getChannel(int) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
getChannel() - Method in class org.apache.flink.runtime.net.SocketInputStream
Returns underlying channel used by inputstream.
getChannel() - Method in class org.apache.flink.runtime.net.SocketOutputStream
Returns underlying channel used by this stream.
getChannel() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ChannelWithBlockCount
 
getChannelCapacityExhausted() - Method in class org.apache.flink.runtime.profiling.types.OutputGateProfilingEvent
Returns the number of times the capacity of an attached output channel was exhausted during the given profiling interval.
getChannelCapacityExhaustedCounter() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalOutputGateProfilingData
 
getChannelDescriptor(int) - Method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
 
getChannelID() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
Gets the channel ID of this channel.
getChannelType() - Method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
Returns the channel type of the gate.
getChannelType() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
getChannelType() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGate
 
getChannelType(ExecutionVertex, ExecutionVertex) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getChannelType() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupEdge
Returns the channel type assigned to this edge.
getChannelType() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
getChannelType() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
getChannelType() - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
getChannelType() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
Returns the channel type assigned to this edge.
getChannelType() - Method in class org.apache.flink.runtime.managementgraph.ManagementEdge
Returns the type of the channel this edge refers to.
getChannelType() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupEdge
Returns the type of the channels represented by this group edge.
getChar(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads two memory at the given position, composing them into a char value according to the current byte order.
getChar(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getChar(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getChar(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getCharArray() - Method in class org.apache.flink.types.StringValue
Returns this StringValue's internal character data.
getCharsetName() - Method in class org.apache.flink.api.java.io.TextInputFormat
 
getCharsetName() - Method in class org.apache.flink.api.java.io.TextOutputFormat
 
getCharsetName() - Method in class org.apache.flink.api.java.io.TextValueInputFormat
 
getChildNode(int) - Method in class org.apache.flink.runtime.topology.NetworkNode
 
getClass(String, Class<? extends T>, Class<? super T>) - Method in class org.apache.flink.configuration.Configuration
Returns the class associated with the given key as a string.
getClass(String, Class<?>) - Method in class org.apache.flink.configuration.Configuration
Returns the class associated with the given key as a string.
getClass(String, Class<? extends T>, Class<? super T>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getClass(String, Class<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getClassLoader() - Method in class org.apache.flink.configuration.Configuration
 
getClassLoader(JobID) - Static method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Returns the class loader to the specified vertex.
getClassLoader() - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getClassName() - Method in exception org.apache.flink.runtime.ipc.RemoteException
 
getClassSchema() - Static method in class org.apache.flink.api.java.record.io.avro.example.User
 
getClient(CommandLine, ClassLoader) - Method in class org.apache.flink.client.CliFrontend
 
getClosedBranchingNodes() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getCoGroupReturnTypes(CoGroupFunction<IN1, IN2, OUT>, TypeInformation<IN1>, TypeInformation<IN2>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getCombinable() - Static method in class org.apache.flink.api.scala.operators.Annotations
 
getCombinerUtilityNode() - Method in class org.apache.flink.compiler.dag.GroupReduceNode
 
getCombinerUtilityNode() - Method in class org.apache.flink.compiler.dag.ReduceNode
 
getComparator() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldComparator
 
getComparator() - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
Gets the comparator from this PlanNode.
getComparator1() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
getComparator2() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
getComparators() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
getComparators() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
getComparatorWithCurrentReference() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator
 
getCompilerHints() - Method in class org.apache.flink.api.common.operators.Operator
Gets the compiler hints for this contract instance.
getComponentInfo() - Method in class org.apache.flink.api.java.typeutils.BasicArrayTypeInfo
 
getComponentInfo() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
getComponentType() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
getComponentTypeClass() - Method in class org.apache.flink.api.java.typeutils.BasicArrayTypeInfo
 
getConfigDir() - Method in class org.apache.flink.client.LocalExecutor
 
getConfigDir() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getConfiguration() - Static method in class org.apache.flink.configuration.GlobalConfiguration
Copies the key/value pairs stored in the global configuration to a Configuration object and returns it.
getConfiguration(String[]) - Static method in class org.apache.flink.configuration.GlobalConfiguration
Copies a subset of the key/value pairs stored in the global configuration to a Configuration object and returns it.
getConfiguration() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
getConfiguration() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopOutputFormat
 
getConfiguration() - Method in class org.apache.flink.runtime.client.JobClient
Returns the Configuration object which can include special configuration settings for the job client.
getConfiguration() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Returns the configuration object of the original job vertex.
getConfiguration() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the vertex's configuration object which can be used to pass custom settings to the task at runtime.
getConfiguration() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
Gets the configuration that holds the actual values encoded.
getConfigurationDirectory() - Method in class org.apache.flink.client.CliFrontend
 
getConnectAddress(Server) - Static method in class org.apache.flink.runtime.net.NetUtils
Returns InetSocketAddress that a client can use to connect to the server.
getConnectedId() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
getConnectedVertex() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
Returns the vertex this edge is connected to.
getConnectionAddress() - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
Returns the address of the connection to the remote TaskManager.
getConnectionID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
getConnectionID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupEdge
Returns the edge's connection ID.
getConnectionIndex() - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
Returns the index of the connection to the remote TaskManager.
getConstantFields(int[]) - Static method in class org.apache.flink.api.scala.operators.Annotations
 
getConstantFieldsExcept(int[]) - Static method in class org.apache.flink.api.scala.operators.Annotations
 
getConstantFieldsFirst(int[]) - Static method in class org.apache.flink.api.scala.operators.Annotations
 
getConstantFieldsFirstExcept(int[]) - Static method in class org.apache.flink.api.scala.operators.Annotations
 
getConstantFieldsSecond(int[]) - Static method in class org.apache.flink.api.scala.operators.Annotations
 
getConstantFieldsSecondExcept(int[]) - Static method in class org.apache.flink.api.scala.operators.Annotations
 
getConstantKeySet(int) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Returns the key columns for the specific input, if all keys are preserved by this node.
getContainingBulkIteration() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.PartialSolutionPlaceHolder
 
getContainingIterationNode() - Method in class org.apache.flink.compiler.plan.BulkPartialSolutionPlanNode
 
getContainingIterationNode() - Method in class org.apache.flink.compiler.plan.SolutionSetPlanNode
 
getContainingIterationNode() - Method in class org.apache.flink.compiler.plan.WorksetPlanNode
 
getContainingWorksetIteration() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase.SolutionSetPlaceHolder
 
getContainingWorksetIteration() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase.WorksetPlaceHolder
 
getContractClass(Class<?>) - Static method in class org.apache.flink.api.common.operators.util.OperatorUtil
Returns the associated Operator type for the given RichFunction class.
getContractResolver(Plan) - Static method in class org.apache.flink.test.compiler.util.CompilerTestBase
 
getConvergenceCriterion() - Method in class org.apache.flink.api.common.aggregators.AggregatorRegistry
 
getConvergenceCriterion() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getConvergenceCriterionAggregatorName() - Method in class org.apache.flink.api.common.aggregators.AggregatorRegistry
 
getConvergenceCriterionAggregatorName() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getCopyTask() - Method in interface org.apache.flink.runtime.execution.Environment
 
getCopyTask() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getCostWeight() - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
getCostWeight() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getCostWeight() - Method in class org.apache.flink.compiler.dag.PactConnection
 
getCostWeight() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getCostWeight() - Method in class org.apache.flink.compiler.plan.Channel
 
getCostWeight() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getCounter(Enum<?>) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyReporter
 
getCounter(String, String) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyReporter
 
getCpuCost() - Method in class org.apache.flink.compiler.costs.Costs
Gets the cost for the CPU.
getCrossReturnTypes(CrossFunction<IN1, IN2, OUT>, TypeInformation<IN1>, TypeInformation<IN2>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getCumulativeCosts() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets the cumulative costs of this nose.
getCumulativeCostsShare() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getCurrent() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.ProbeIterator
 
getCurrent() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator
 
getCurrent() - Method in class org.apache.flink.util.NumberSequenceIterator
 
getCurrentBuffer() - Method in interface org.apache.flink.runtime.io.network.serialization.RecordSerializer
 
getCurrentBuffer() - Method in class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
 
getCurrentEvent() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
getCurrentEvent() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
getCurrentExecutionStage() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns the stage which is currently executed.
getCurrentExecutionState() - Method in class org.apache.flink.runtime.event.job.VertexEvent
Returns the current execution state of the subtask this event belongs to.
getCurrentJobStatus() - Method in class org.apache.flink.runtime.event.job.JobEvent
Returns the current status of the job.
getCurrentNumberOfGroupMembers() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Returns the current number of members this group vertex has.
getCurrentNumberOfSubtasks() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the current number of subtasks.
getCurrentNumberOfSubtasks() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the current number of subtasks the respective task is split into.
getCurrentNumberOfSubtasks() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getCurrentNumberOfSubtasks() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Returns the current number of subtasks the respective task is split into.
getCurrentOffset() - Method in class org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
 
getCurrentOperatingSystem() - Static method in enum org.apache.flink.util.OperatingSystem
Gets the operating system that the JVM runs on from the java system properties.
getCurrentPartialSolutionPlanNode() - Method in class org.apache.flink.compiler.dag.BulkPartialSolutionNode
 
getCurrentPositionInSegment() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Gets the position from which the next byte will be read.
getCurrentPositionInSegment() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Gets the current write position (the position where the next bytes will be written) in the current memory segment.
getCurrentProbeRecord() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getCurrentSegment() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Gets the memory segment that will be used to read the next bytes from.
getCurrentSegment() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Gets the segment that the view currently writes to.
getCurrentSegmentLimit() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Gets the current limit in the memory segment.
getCurrentSolutionSetPlanNode() - Method in class org.apache.flink.compiler.dag.SolutionSetNode
 
getCurrentWorksetPlanNode() - Method in class org.apache.flink.compiler.dag.WorksetNode
 
getCustKey() - Method in class org.apache.flink.example.java.relational.TPCHQuery3.Customer
 
getDataBuffer() - Method in class org.apache.flink.runtime.types.FileRecord
 
getDataDistribution() - Method in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
Gets the distribution to use for the range partitioning.
getDataDistribution() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Gets the data distribution.
getDataDistribution() - Method in class org.apache.flink.compiler.plan.Channel
 
getDataSet() - Method in class org.apache.flink.api.java.operators.DataSink
 
getDataSet() - Method in class org.apache.flink.api.java.operators.Grouping
 
getDataSinks() - Method in class org.apache.flink.api.common.Plan
Gets all the data sinks of this job.
getDataSinks() - Method in class org.apache.flink.compiler.plan.OptimizedPlan
Gets the data sinks from this OptimizedPlan.
getDataSinks(List<SinkPlanNode>) - Method in class org.apache.flink.compiler.plan.SinkJoinerPlanNode
 
getDataSourceNode() - Method in class org.apache.flink.compiler.plan.SourcePlanNode
 
getDataSources() - Method in class org.apache.flink.compiler.plan.OptimizedPlan
Gets the data sources from this OptimizedPlan.
getDataType() - Method in interface org.apache.flink.api.common.typeutils.TypeSerializerFactory
 
getDataType() - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordSerializerFactory
 
getDataType() - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatefulSerializerFactory
 
getDataType() - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatelessSerializerFactory
 
getDefaultBlockSize() - Method in class org.apache.flink.core.fs.FileSystem
Return the number of bytes that large input files should be optimally be split into to minimize I/O time.
getDefaultBlockSize() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
getDefaultCentroidDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.example.java.clustering.util.KMeansData
 
getDefaultDataDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.example.java.ml.util.LinearRegressionData
 
getDefaultDegreeOfParallelism() - Method in class org.apache.flink.compiler.PactCompiler
 
getDefaultEdgeDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.example.java.graph.util.ConnectedComponentsData
 
getDefaultEdgeDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.example.java.graph.util.EnumTrianglesData
 
getDefaultEdgeDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.example.java.graph.util.PageRankData
 
getDefaultPagesDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.example.java.graph.util.PageRankData
 
getDefaultParallelism() - Method in class org.apache.flink.api.common.Plan
Gets the default degree of parallelism for this job.
getDefaultParamsDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.example.java.ml.util.LinearRegressionData
 
getDefaultPointDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.example.java.clustering.util.KMeansData
 
getDefaultSocketFactory() - Static method in class org.apache.flink.runtime.net.NetUtils
 
getDefaultTextLineDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.example.java.wordcount.util.WordCountData
 
getDefaultVertexDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.example.java.graph.util.ConnectedComponentsData
 
getDegreeOfParallelism() - Method in class org.apache.flink.api.common.operators.Operator
Gets the degree of parallelism for this contract instance.
getDegreeOfParallelism() - Method in class org.apache.flink.api.java.ExecutionEnvironment
Gets the degree of parallelism with which operation are executed by default.
getDegreeOfParallelism() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Gets the degree of parallelism for the contract represented by this optimizer node.
getDegreeOfParallelism() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getDelimiter() - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
getDepth() - Method in class org.apache.flink.runtime.topology.NetworkNode
 
getDepth() - Method in class org.apache.flink.runtime.topology.NetworkTopology
 
getDescription() - Method in interface org.apache.flink.api.common.ProgramDescription
Returns a description of the plan that is generated by the assembler and also of the arguments if they are available.
getDescription() - Method in class org.apache.flink.api.java.record.io.jdbc.example.JDBCExample
 
getDescription() - Method in class org.apache.flink.client.program.PackagedProgram
Returns the description provided by the Program class.
getDescription() - Method in class org.apache.flink.example.java.graph.ConnectedComponents
 
getDescription() - Method in class org.apache.flink.example.java.graph.TransitiveClosureNaive
 
getDescription() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCount
 
getDescription() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat
 
getDescription() - Method in class org.apache.flink.runtime.client.AbstractJobResult
Returns the description containing further details in case of an error.
getDescription() - Method in class org.apache.flink.runtime.event.job.VertexEvent
Returns an optional description which may be attached to this event.
getDescription() - Method in class org.apache.flink.runtime.taskmanager.AbstractTaskResult
Returns the description for this abstract task result.
getDescription() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
Returns the description of this task execution state.
getDescriptionPrefix() - Method in class org.apache.flink.api.common.operators.util.FieldList
 
getDescriptionPrefix() - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
getDescriptionSuffix() - Method in class org.apache.flink.api.common.operators.util.FieldList
 
getDescriptionSuffix() - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
getDestination() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockEdge
 
getDirections(Ordering, int) - Static method in class org.apache.flink.compiler.util.Utils
 
getDiscount() - Method in class org.apache.flink.example.java.relational.TPCHQuery3.Lineitem
 
getDiskCost() - Method in class org.apache.flink.compiler.costs.Costs
Gets the costs for disk.
getDistance(NetworkNode) - Method in class org.apache.flink.runtime.topology.NetworkNode
Determines the distance to the given network node.
getDistance(String) - Method in class org.apache.flink.runtime.topology.NetworkNode
 
getDistributedCache() - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Returns the distributed cache to get the local tmp file.
getDistributedCache() - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
 
getDistributionPattern() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupEdge
Returns the distribution pattern to create the wiring between the group members.
getDistributionPattern() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
Returns the distribution pattern used for this edge.
getDocumentDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.example.java.relational.util.WebLogData
 
getDouble(String, double) - Method in class org.apache.flink.configuration.Configuration
Returns the value associated with the given key as a double.
getDouble(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads a double-precision floating point value (64bit, 8 bytes) from the given position, in the system's native byte order.
getDouble(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getDouble(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getDouble(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getDouble(String, double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getDoubleBigEndian(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads a double-precision floating point value (64bit, 8 bytes) from the given position, in big endian byte order.
getDoubleBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getDoubleCounter(String) - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Convenience function to create a counter object for doubles.
getDoubleCounter(String) - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
 
getDoubleLittleEndian(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads a double-precision floating point value (64bit, 8 bytes) from the given position, in little endian byte order.
getDoubleLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getDriverClass() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
getDriverComparator(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getDriverStrategy() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets the driver strategy from this node.
getDriverStrategy() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getDualInputNodeSchema(DualInputPlanNode, T, T) - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
getDualInputNodeSchema(DualInputPlanNode, SparseKeySchema, SparseKeySchema) - Method in class org.apache.flink.compiler.postpass.RecordModelPostPass
 
getDumpableInputs() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getDumpableInputs() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getDumpableInputs() - Method in interface org.apache.flink.compiler.plandump.DumpableNode
 
getEdge(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGate
 
getEdgeByID(ChannelID) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Finds an ExecutionEdge by its ID and returns it.
getElementsCollectedAndReset() - Method in class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
 
getEntryIterator() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
getEntryIterator() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
getEnumeratingVertices(int) - Static method in class org.apache.flink.test.testdata.ConnectedComponentsData
 
getEnvironment() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Returns the environment of this task.
getEnvironment() - Method in class org.apache.flink.runtime.taskmanager.Task
Returns the environment associated with this task.
getErrorState() - Method in class org.apache.flink.types.parser.FieldParser
Gets the error state of the parser, as a value of the enumeration FieldParser.ParseErrorState.
getEstimatedAvgWidthPerOutputRecord() - Method in interface org.apache.flink.compiler.dag.EstimateProvider
Gets the estimated number of bytes per record.
getEstimatedAvgWidthPerOutputRecord() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getEstimatedAvgWidthPerOutputRecord() - Method in class org.apache.flink.compiler.dag.PactConnection
 
getEstimatedAvgWidthPerOutputRecord() - Method in class org.apache.flink.compiler.plan.Channel
 
getEstimatedNumRecords() - Method in interface org.apache.flink.compiler.dag.EstimateProvider
Gets the estimated number of records in the output of this node.
getEstimatedNumRecords() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getEstimatedNumRecords() - Method in class org.apache.flink.compiler.dag.PactConnection
 
getEstimatedNumRecords() - Method in class org.apache.flink.compiler.plan.Channel
 
getEstimatedOutputSize() - Method in interface org.apache.flink.compiler.dag.EstimateProvider
Gets the estimated output size from this node.
getEstimatedOutputSize() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getEstimatedOutputSize() - Method in class org.apache.flink.compiler.dag.PactConnection
 
getEstimatedOutputSize() - Method in class org.apache.flink.compiler.plan.Channel
 
getEvent() - Method in class org.apache.flink.runtime.io.network.channels.BufferOrEvent
 
getEventNotificationManager() - Method in class org.apache.flink.runtime.io.network.gates.Gate
Returns the event notification manager used to dispatch events.
getEvents() - Method in class org.apache.flink.runtime.client.JobProgressResult
Returns an iterator to the list of events transported within this job progress result object.
getEvents(JobID) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Get all archived Events for a job
getEvents(JobID) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
getEvents(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getEvents(JobID) - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
Retrieves the collected events for the job with the given job ID.
getEventsForJob(JobID, List<AbstractEvent>, boolean) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
Retrieves and adds the collected events for the job with the given job ID to the provided list.
getEventsSerialized() - Method in class org.apache.flink.runtime.io.network.Envelope
 
getExecutingThread() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
Returns the thread which is assigned to execute the user code.
getExecutionEnvironment() - Method in class org.apache.flink.api.java.DataSet
Returns the ExecutionEnvironment in which this DataSet is registered.
getExecutionEnvironment() - Static method in class org.apache.flink.api.java.ExecutionEnvironment
Creates an execution environment that represents the context in which the program is currently executed.
getExecutionEnvironment() - Method in class org.apache.flink.test.util.JavaProgramTestBase
 
getExecutionGraph() - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
Returns the execution graph that this stage belongs to.
getExecutionGraph() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Returns the ExecutionGraph this vertex belongs to.
getExecutionGraph() - Method in class org.apache.flink.runtime.profiling.impl.JobProfilingData
 
getExecutionGraphByID(JobID) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
Returns the execution graph which is associated with the given job ID.
getExecutionPipeline() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Returns the ExecutionPipeline this vertex is part of.
getExecutionPlan() - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates the plan with which the system will execute the program, and returns it as a String using a JSON representation of the execution data flow graph.
getExecutionPlan() - Method in class org.apache.flink.api.java.LocalEnvironment
 
getExecutionPlan() - Method in class org.apache.flink.api.java.RemoteEnvironment
 
getExecutionPlan() - Method in class org.apache.flink.client.program.ContextEnvironment
 
getExecutionPlan() - Method in class org.apache.flink.client.program.PackagedProgram.PreviewPlanEnvironment
 
getExecutionSignature() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Returns the execution signature of this vertex.
getExecutionStage() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Returns the execution stage this group vertex is associated with.
getExecutionState() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Returns this execution vertex's current execution status.
getExecutionState() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
Returns the current execution state of this management vertex.
getExecutionState() - Method in class org.apache.flink.runtime.taskmanager.Task
Returns the current execution state of the task.
getExecutionState() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
Returns the new execution state of the task.
getExecutionVertexID() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
getExecutionVertexID() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInputGateProfilingData
 
getExecutionVertexID() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalOutputGateProfilingData
 
getExtendedprice() - Method in class org.apache.flink.example.java.relational.TPCHQuery3.Lineitem
 
getExternalProcessCommand() - Method in class org.apache.flink.api.java.record.io.ExternalProcessInputSplit
Returns the command to be executed to derive the input for this split
getFactory() - Method in enum org.apache.flink.api.java.aggregation.Aggregations
 
getFavoriteColor() - Method in class org.apache.flink.api.java.record.io.avro.example.User.Builder
Gets the value of the 'favorite_color' field
getFavoriteColor() - Method in class org.apache.flink.api.java.record.io.avro.example.User
Gets the value of the 'favorite_color' field.
getFavoriteNumber() - Method in class org.apache.flink.api.java.record.io.avro.example.User.Builder
Gets the value of the 'favorite_number' field
getFavoriteNumber() - Method in class org.apache.flink.api.java.record.io.avro.example.User
Gets the value of the 'favorite_number' field.
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple
Gets the field at the specified position.
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple1
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple10
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple11
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple12
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple13
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple14
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple15
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple16
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple17
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple18
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple19
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple2
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple20
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple21
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple22
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple23
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple24
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple25
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple3
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple4
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple5
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple6
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple7
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple8
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple9
 
getField(int, Class<T>) - Method in class org.apache.flink.types.Record
Gets the field at the given position from the record.
getField(int, T) - Method in class org.apache.flink.types.Record
Gets the field at the given position.
getFieldComparator() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldComparator
 
getFieldDelimiter() - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
getFieldInto(int, Value) - Method in class org.apache.flink.types.Record
Gets the field at the given position.
getFieldNumber(int) - Method in class org.apache.flink.api.common.operators.Ordering
 
getFieldNumber() - Method in exception org.apache.flink.compiler.postpass.ConflictingFieldTypeInfoException
 
getFieldNumber() - Method in exception org.apache.flink.compiler.postpass.MissingFieldTypeInfoException
 
getFieldNumber() - Method in exception org.apache.flink.types.KeyFieldOutOfBoundsException
Gets the field number that was attempted to access.
getFieldNumber() - Method in exception org.apache.flink.types.NullKeyFieldException
Gets the field number that was attempted to access.
getFieldOrders() - Method in class org.apache.flink.api.common.operators.Ordering
 
getFieldParsers() - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
getFieldPositions() - Method in class org.apache.flink.api.common.operators.Ordering
 
getFields() - Method in class org.apache.flink.api.java.operators.CrossOperator.ProjectCrossFunction
 
getFields() - Method in class org.apache.flink.api.java.operators.JoinOperator.ProjectFlatJoinFunction
 
getFieldsInto(int[], Value[]) - Method in class org.apache.flink.types.Record
Gets the fields at the given positions into an array.
getFieldsIntoCheckingNull(int[], Value[]) - Method in class org.apache.flink.types.Record
Gets the fields at the given positions into an array.
getFieldSortDirections() - Method in class org.apache.flink.api.common.operators.Ordering
 
getFieldTypes() - Method in class org.apache.flink.api.java.io.CsvInputFormat
 
getFile(String) - Method in class org.apache.flink.api.common.cache.DistributedCache
 
getFile() - Method in class org.apache.flink.core.fs.local.LocalFileStatus
 
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.flink.core.fs.FileSystem
Return an array containing hostnames, offset and size of portions of the given file.
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
getFilehandlesDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getFilehandlesInput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getFileName() - Method in class org.apache.flink.runtime.types.FileRecord
 
getFilePath() - Method in class org.apache.flink.api.common.io.FileInputFormat
 
getFilePath() - Method in class org.apache.flink.api.common.operators.base.FileDataSinkBase
Returns the configured file path where the output is written to.
getFilePath() - Method in class org.apache.flink.api.common.operators.base.FileDataSourceBase
Returns the file path from which the input is read.
getFilePath() - Method in class org.apache.flink.api.java.io.CsvReader
 
getFilePath() - Method in class org.apache.flink.api.java.record.operators.FileDataSink
Returns the configured file path where the output is written to.
getFiles() - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
getFileStats(FileInputFormat.FileBaseStatistics, Path, FileSystem, ArrayList<FileStatus>) - Method in class org.apache.flink.api.common.io.FileInputFormat
 
getFileStatus(Path) - Method in class org.apache.flink.core.fs.FileSystem
Return a file status object that represents the path.
getFileStatus(Path) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
getFileStatus(Path) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
getFileStatus(Path) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
getFileSystem() - Method in class org.apache.flink.core.fs.Path
Returns the FileSystem that owns this Path.
getFileSystemByName(String) - Static method in class org.apache.flink.util.ClassUtils
Searches for a file system class by its name and attempts to load it.
getFilterFactor() - Method in class org.apache.flink.api.common.operators.CompilerHints
 
getFirst() - Method in class org.apache.flink.types.Pair
Returns the first encapsulated pair element.
getFirstDegree() - Method in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
getFirstFreeInputGateIndex() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the index of this vertex's first free input gate.
getFirstFreeOutputGateIndex() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the index of this vertex's first free output gate.
getFirstIncomingConnection() - Method in class org.apache.flink.compiler.dag.TwoInputNode
Gets the PactConnection through which this node receives its first input.
getFirstInput() - Method in class org.apache.flink.api.common.operators.DualInputOperator
Returns the first input, or null, if none is set.
getFirstInputType() - Method in class org.apache.flink.api.common.operators.BinaryOperatorInformation
 
getFirstPredecessorNode() - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
getFirstRecordStart() - Method in class org.apache.flink.api.common.io.BlockInfo
Returns the firstRecordStart.
getFirstVertex() - Method in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.Edge
 
getFirstVertex() - Method in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
getFlatMapReturnTypes(FlatMapFunction<IN, OUT>, TypeInformation<IN>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getFloat(String, float) - Method in class org.apache.flink.configuration.Configuration
Returns the value associated with the given key as a float.
getFloat(String, float) - Static method in class org.apache.flink.configuration.GlobalConfiguration
Returns the value associated with the given key as a float.
getFloat(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads a single-precision floating point value (32bit, 4 bytes) from the given position, in the system's native byte order.
getFloat(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getFloat(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getFloat(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getFloat(String, float) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getFloatBigEndian(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads a single-precision floating point value (32bit, 4 bytes) from the given position, in big endian byte order.
getFloatBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getFloatLittleEndian(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads a single-precision floating point value (32bit, 4 bytes) from the given position, in little endian byte order.
getFloatLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getForClass(Class<X>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getFormat() - Method in class org.apache.flink.api.java.operators.DataSink
 
getFormatWrapper() - Method in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
Gets the class describing this sinks output format.
getFormatWrapper() - Method in class org.apache.flink.api.common.operators.base.GenericDataSourceBase
Gets the class describing the input format.
getForObject(X) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getForwardConnection(int) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the forward edge with index index.
getForwardedField(int) - Method in class org.apache.flink.api.common.operators.SingleInputSemanticProperties
Gets the fields in the destination record where the source field is forwarded.
getForwardedField1(int) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Gets the fields in the destination record where the source field from the first input is forwarded.
getForwardedField2(int) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Gets the fields in the destination record where the source field from the second input is forwarded.
getForwardEdge(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
 
getForwardEdge(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGate
Returns the edge originating at the given index.
getForwardEdge(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Returns the group edge which leaves this group vertex at the given index.
getForwardEdges(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
 
getFreedMemory() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getFreeMemory() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
getFreeMemory() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
getFreeMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getFreeMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the amount of free memory of the corresponding instance.
getFullSegments() - Method in class org.apache.flink.runtime.io.disk.iomanager.BulkBlockChannelReader
 
getFunctionRuntimeContext(Function, RuntimeContext) - Static method in class org.apache.flink.api.common.functions.util.FunctionUtils
 
getGateID() - Method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
Returns the ID of the gate.
getGateID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGate
 
getGateID() - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
getGateIndex() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInputGateProfilingData
 
getGateIndex() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalOutputGateProfilingData
 
getGateIndex() - Method in class org.apache.flink.runtime.profiling.types.InputGateProfilingEvent
Returns the index of input gate.
getGateIndex() - Method in class org.apache.flink.runtime.profiling.types.OutputGateProfilingEvent
Returns the index of input gate.
getGenericFieldTypes() - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
getGlobalConfiguration() - Method in class org.apache.flink.client.CliFrontend
Reads configuration settings.
getGlobalProperties() - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
Gets the interesting global properties.
getGlobalProperties() - Method in class org.apache.flink.compiler.plan.Channel
 
getGlobalProperties() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets the global properties from this PlanNode.
getGraph() - Method in class org.apache.flink.runtime.managementgraph.ManagementGate
Returns the ManagementGraph this gate belongs to.
getGraph() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Returns the management graph this group vertex is part of.
getGraph() - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
Returns the management graph this management stage is part of.
getGraph() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
The management graph this management vertex belongs to.
getGroupedFields() - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
Gets the grouped fields.
getGroupedFields() - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Gets the grouped fields.
getGroupMember(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Returns a specific execution vertex from the list of members.
getGroupMember(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Returns the management vertex with the given index.
getGroupMembers() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Returns alle management vertices containted in this group
getGroupOrder(int) - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
Gets the value order for an input, i.e.
getGroupOrder() - Method in class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
Gets the order of elements within a reduce group.
getGroupOrderForInputOne() - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
Gets the order of elements within a group for the first input.
getGroupOrderForInputTwo() - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
Gets the order of elements within a group for the second input.
getGroupReduceReturnTypes(GroupReduceFunction<IN, OUT>, TypeInformation<IN>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getGroupSize(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getGroupSortKeyPositions() - Method in class org.apache.flink.api.java.operators.SortedGrouping
 
getGroupSortOrders() - Method in class org.apache.flink.api.java.operators.SortedGrouping
 
getGroupVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Returns the group vertex this execution vertex belongs to.
getGroupVertex(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
Returns the management group vertex with the given index.
getGroupVertex() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
Returns the group vertex this management vertex belongs to.
getGroupVertexByID(ManagementGroupVertexID) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
Returns the group vertex with the given ID from the graph's internal group vertex map.
getGroupVertices() - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
Returns an unmodifiable collection of all group vertices with no guarantees on their order.
getGroupVerticesInReverseTopologicalOrder() - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
Returns a list of group vertices sorted in reverse topological order.
getGroupVerticesInTopologicalOrder() - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
Returns a list of group vertices sorted in topological order.
getGuaranteedAvailableMemory() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getHadoopConfiguration() - Static method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
Returns a new Hadoop Configuration object using the path to the hadoop conf configured in the main configuration (flink-conf.yaml).
getHadoopInputFormat() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
getHadoopInputFormat() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
getHadoopInputFormat() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
getHadoopInputSplit() - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopInputSplit
 
getHadoopInputSplit() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.wrapper.HadoopInputSplit
 
getHadoopOutputFormat() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopOutputFormat
 
getHadoopOutputFormat() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
getHadoopOutputFormat() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopOutputFormat
 
getHardIrqCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getHardIrqCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the percentage of time the CPU(s) spent in state HARD_IRQ during the profiling interval.
getHardwareDescription() - Method in class org.apache.flink.runtime.instance.DummyInstance
 
getHardwareDescription() - Method in class org.apache.flink.runtime.instance.Instance
Returns the instance's hardware description as reported by the instance itself.
getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double) - Method in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double) - Method in class org.apache.flink.runtime.operators.hash.BuildFirstReOpenableHashMatchIterator
 
getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double) - Method in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double) - Method in class org.apache.flink.runtime.operators.hash.BuildSecondReOpenableHashMatchIterator
 
getHdfsConfig() - Method in class org.apache.flink.client.LocalExecutor
 
getHdfsConfigFile() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getHeight() - Method in class org.apache.flink.runtime.topology.NetworkNode
 
getHeuristicCpuCost() - Method in class org.apache.flink.compiler.costs.Costs
Gets the heuristic cost for the CPU.
getHeuristicDiskCost() - Method in class org.apache.flink.compiler.costs.Costs
Gets the heuristic costs for disk.
getHeuristicNetworkCost() - Method in class org.apache.flink.compiler.costs.Costs
Gets the heuristic network cost.
getHistogram(String) - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Convenience function to create a counter object for histograms.
getHistogram(String) - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
 
getHostNames() - Method in class org.apache.flink.core.fs.FileInputSplit
Gets the names of the hosts that this file split resides on.
getHostnames() - Method in class org.apache.flink.core.io.LocatableInputSplit
Returns the names of the hosts storing the data this input split refers to
getHosts() - Method in interface org.apache.flink.core.fs.BlockLocation
Get the list of hosts (hostname) hosting this block.
getHosts() - Method in class org.apache.flink.core.fs.local.LocalBlockLocation
 
getHosts() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedBlockLocation
 
getHosts() - Method in class org.apache.flink.runtime.fs.s3.S3BlockLocation
 
getId() - Method in class org.apache.flink.api.java.ExecutionEnvironment
Gets the UUID by which this environment is identified.
getId() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Gets the ID of this node.
getID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Returns the ID of this execution vertex.
getID() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
getID() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the ID of this job vertex.
getID() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Returns the ID of this management group vertex.
getID() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
Returns the ID of this management vertex.
getID() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
Returns the ID of the task this result belongs to
getIdleCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getIdleCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the percentage of time the CPU(s) spent in state IDLE during the profiling interval.
getIdString() - Method in class org.apache.flink.api.java.ExecutionEnvironment
Gets the UUID by which this environment is identified, as a string.
getIncomingConnection() - Method in class org.apache.flink.compiler.dag.SingleInputNode
Gets the input of this operator.
getIncomingConnections() - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
getIncomingConnections() - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
getIncomingConnections() - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
getIncomingConnections() - Method in class org.apache.flink.compiler.dag.OptimizerNode
This method needs to be overridden by subclasses to return the children.
getIncomingConnections() - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
getIncomingConnections() - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
getInDegree() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
getIndex() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
getIndex() - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
getIndex() - Method in class org.apache.flink.runtime.managementgraph.ManagementGate
Returns the index of this gate.
getIndexInGroup() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
Returns the index at which this vertex is stored inside its corresponding group vertex.
getIndexInSubtaskGroup() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the task's index in the subtask group.
getIndexInSubtaskGroup() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the index of this subtask in the subtask group.
getIndexInSubtaskGroup() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getIndexInSubtaskGroup() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Returns the index of this subtask in the subtask group.
getIndexInVertexGroup() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Returns the index of this vertex in the vertex group.
getIndexOfCurrentExecutionStage() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns the index of the current execution stage.
getIndexOfInputGate() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupEdge
Returns the index of the input gate this edge starts from.
getIndexOfInputGate() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
Returns the index of the consuming task's input gate that this edge connects to.
getIndexOfOutputGate() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupEdge
Returns the index of the output gate this edge arrives at.
getIndexOfSubtask() - Method in class org.apache.flink.runtime.event.job.VertexEvent
Returns the index of the subtask that this event belongs to.
getIndexOfThisSubtask() - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Gets the number of the parallel subtask.
getIndexOfThisSubtask() - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
 
getInetAdress() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
getInetFromHostport(String) - Static method in class org.apache.flink.client.RemoteExecutor
 
getInfoFor(Class<X>) - Static method in class org.apache.flink.api.java.typeutils.BasicArrayTypeInfo
 
getInfoFor(Class<X>) - Static method in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
getInfoFor(Type, TypeInformation<C>) - Static method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
getInfoFor(Type) - Static method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
getInfoFor(Class<X>) - Static method in class org.apache.flink.api.java.typeutils.PrimitiveArrayTypeInfo
 
getInfoSize() - Method in class org.apache.flink.api.common.io.BlockInfo
 
getInitialSolutionSet() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Returns the initial solution set input, or null, if none is set.
getInitialSolutionSet() - Method in class org.apache.flink.api.java.DeltaIteration
Gets the initial solution set.
getInitialSolutionSetInput() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getInitialSolutionSetPredecessorNode() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getInitialTableSize(int, int, int, int) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getInitialWorkset() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Returns the initial workset input, or null, if none is set.
getInitialWorkset() - Method in class org.apache.flink.api.java.DeltaIteration
Gets the initial workset.
getInitialWorksetInput() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getInitialWorksetPredecessorNode() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getInput() - Method in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
Returns this operator's input operator.
getInput() - Method in class org.apache.flink.api.common.operators.SingleInputOperator
Returns the input operator or data source, or null, if none is set.
getInput() - Method in class org.apache.flink.api.java.operators.SingleInputOperator
Gets the data set that this operation uses as its input.
getInput() - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
Gets the input channel to this node.
getInput(int) - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getInput(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getInput1() - Method in class org.apache.flink.api.java.operators.TwoInputOperator
Gets the data set that this operation uses as its first input.
getInput1() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
Gets the first input channel to this node.
getInput1Type() - Method in class org.apache.flink.api.java.operators.TwoInputOperator
Gets the type information of the data type of the first input data set.
getInput2() - Method in class org.apache.flink.api.java.operators.TwoInputOperator
Gets the data set that this operation uses as its second input.
getInput2() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
Gets the second input channel to this node.
getInput2Type() - Method in class org.apache.flink.api.java.operators.TwoInputOperator
Gets the type information of the data type of the second input data set.
getInputChannel(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Returns the input channel from position pos of the gate's internal channel list.
getInputChannelID() - Method in class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
Returns the input channel ID attached to this deployment descriptor.
getInputChannelID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
getInputChannelIDs() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the IDs of all input channels connected to this environment.
getInputChannelIDs() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getInputChannelIDsOfGate(GateID) - Method in interface org.apache.flink.runtime.execution.Environment
Returns the IDs of all the input channels connected to the gate with the given ID.
getInputChannelIDsOfGate(GateID) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getInputComparator(int) - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getInputComparator(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getInputComparator(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getInputConnection() - Method in class org.apache.flink.compiler.dag.DataSinkNode
Gets the input of the sink.
getInputExecutionVertex(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
Returns the output execution vertex with the given index or null if no such vertex exists.
getInputFormat() - Method in class org.apache.flink.api.java.operators.DataSource
Gets the input format that is executed by this data source.
getInputFormatTypes(InputFormat<IN, ?>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getInputGate(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
Returns the registered input gate with index pos.
getInputGate() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
getInputGate(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Returns the input gate with the given index.
getInputGate() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
Returns the input gate associated with the input channel.
getInputGate(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
Returns the input gate at the given index.
getInputGateDescriptor(int) - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the input gate descriptor with the given index
getInputGateIDs() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the IDs of all input gates connected to this environment.
getInputGateIDs() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getInputGateIndex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
getInputGroupVertex(int, int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
Returns the input group vertex at the given index in the given stage.
getInputGroupVertex(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
Returns the input group vertex in this stage with the given index.
getInputKeySet(int) - Method in class org.apache.flink.compiler.dag.TwoInputNode
Returns the key fields of the given input.
getInputLocalStrategy(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getInputManagementVertex(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
Returns the output management vertex with the given index or null if no such vertex exists.
getInputs() - Method in class org.apache.flink.compiler.plan.BulkPartialSolutionPlanNode
 
getInputs() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
getInputs() - Method in class org.apache.flink.compiler.plan.NAryUnionPlanNode
 
getInputs() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getInputs() - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
getInputs() - Method in class org.apache.flink.compiler.plan.SolutionSetPlanNode
 
getInputs() - Method in class org.apache.flink.compiler.plan.SourcePlanNode
 
getInputs() - Method in class org.apache.flink.compiler.plan.WorksetPlanNode
 
getInputSerializer(int) - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getInputSerializer(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getInputSerializer(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getInputSplit() - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyReporter
 
getInputSplit() - Method in class org.apache.flink.runtime.jobmanager.splitassigner.InputSplitWrapper
Returns the wrapped input split.
getInputSplitProvider() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the input split provider assigned to this environment.
getInputSplitProvider() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getInputSplits() - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
getInputSplits() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Returns the input splits assigned to this group vertex.
getInputSplits(int) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobInputVertex
Computes the input splits created by this input vertex
getInputSplits(int) - Method in class org.apache.flink.runtime.jobgraph.JobInputVertex
Gets the input splits from the input format.
getInputSplitType() - Method in class org.apache.flink.api.common.io.FileInputFormat
 
getInputSplitType() - Method in class org.apache.flink.api.common.io.GenericInputFormat
 
getInputSplitType() - Method in interface org.apache.flink.api.common.io.InputFormat
Gets the type of the input splits that are processed by this input format.
getInputSplitType() - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
 
getInputSplitType() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
getInputSplitType() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
getInputSplitType() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
getInputSplitType() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Returns the input split type class
getInputSplitType() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobInputVertex
Returns the input split type of the input splits created by this input vertex
getInputSplitType() - Method in class org.apache.flink.runtime.jobgraph.JobInputVertex
Gets the input split type class
getInputStream(Socket) - Static method in class org.apache.flink.runtime.net.NetUtils
Same as getInputStream(socket, socket.getSoTimeout()).

From documentation for NetUtils.getInputStream(Socket, long):
Returns InputStream for the socket.
getInputStream(Socket, long) - Static method in class org.apache.flink.runtime.net.NetUtils
Returns InputStream for the socket.
getInputType() - Method in class org.apache.flink.api.common.operators.UnaryOperatorInformation
 
getInputType() - Method in class org.apache.flink.api.java.operators.SingleInputOperator
Gets the type information of the data type of the input data set.
getInputVertex(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns the input vertex with the specified index.
getInputVertex(int, int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns the input vertex with the specified index for the given stage
getInputVertex(int, int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
Returns the input vertex with the specified index for the given stage.
getInputVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns an iterator to iterate all input vertices registered with the job graph.
getInstance() - Method in class org.apache.flink.runtime.instance.AllocatedResource
Returns the instance a task is scheduled to run on.
getInstance() - Method in class org.apache.flink.runtime.plugable.DeserializationDelegate
 
getInstance() - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
 
getInstance() - Static method in class org.apache.flink.types.NullValue
Returns the NullValue singleton instance.
getInstanceByName(String) - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
 
getInstanceByName(String) - Method in interface org.apache.flink.runtime.instance.InstanceManager
 
getInstanceConnectionInfo() - Method in class org.apache.flink.runtime.instance.Instance
Returns the instance's connection information object.
getInstanceConnectionInfo() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getInstanceManager() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getInstanceManager() - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
Returns the InstanceManager object which is used by the current scheduler.
getInstanceName() - Method in class org.apache.flink.runtime.event.job.VertexAssignmentEvent
Returns the name of the instance the vertex is now assigned to.
getInstanceName() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
Returns the name of the instance the vertex represented by this management vertex currently runs on.
getInstanceName() - Method in class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
Returns the name of the instance.
getInstances() - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
 
getInstances() - Method in interface org.apache.flink.runtime.instance.InstanceManager
 
getInstances() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getInstanceSummaryProfilingData(long) - Method in class org.apache.flink.runtime.profiling.impl.JobProfilingData
 
getInstanceTypeName() - Method in class org.apache.flink.compiler.plan.OptimizedPlan
Gets the name of the instance type that should be used for this PACT job.
getInt(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads an int value (32bit, 4 bytes) from the given position, in the system's native byte order.
getInt(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getInt(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getInt(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getIntBigEndian(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads an int value (32bit, 4 bytes) from the given position, in big endian byte order.
getIntBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getIntBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getIntBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getIntCounter(String) - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Convenience function to create a counter object for integers.
getIntCounter(String) - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
 
getIntCounterResult(String) - Method in class org.apache.flink.api.common.JobExecutionResult
 
getInteger(String, int) - Method in class org.apache.flink.configuration.Configuration
Returns the value associated with the given key as an integer.
getInteger(String, int) - Static method in class org.apache.flink.configuration.GlobalConfiguration
Returns the value associated with the given key as an integer.
getInteger() - Method in class org.apache.flink.runtime.event.task.IntegerTaskEvent
Returns the stored integer value.
getInteger(String, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getInterestingProperties() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Gets the properties that are interesting for this node to produce.
getInterestingProperties() - Method in class org.apache.flink.compiler.dag.PactConnection
Gets the interesting properties object for this pact connection.
getInternalFileStatus() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
 
getIntLittleEndian(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads an int value (32bit, 4 bytes) from the given position, in little endian byte order.
getIntLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getIntLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getIntLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getInvokable() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
Returns the invokable object that represents the Nephele task.
getInvokableClass() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the class containing the task code to be executed.
getInvokableClass() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the invokable class which represents the task of this vertex
getInvolvedIndexes() - Method in class org.apache.flink.api.common.operators.Ordering
 
getIOManager() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the current IOManager.
getIOManager() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getIOManager() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getIOManager() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getIOWaitCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getIOWaitCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the percentage of time the CPU(s) spent in state IOWAIT during the profiling interval.
getIsFromFirst() - Method in class org.apache.flink.api.java.operators.CrossOperator.ProjectCrossFunction
 
getIsFromFirst() - Method in class org.apache.flink.api.java.operators.JoinOperator.ProjectFlatJoinFunction
 
getIsSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIsSolutionSetUpdateWithoutReprobe() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIsWorksetIteration() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIsWorksetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterationAggregator(String) - Method in interface org.apache.flink.api.common.functions.IterationRuntimeContext
 
getIterationAggregator(String) - Method in class org.apache.flink.spargel.java.MessagingFunction
Gets the iteration aggregator registered under the given name.
getIterationAggregator(String) - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
getIterationAggregator(String) - Method in class org.apache.flink.spargel.java.record.VertexUpdateFunction
 
getIterationAggregator(String) - Method in class org.apache.flink.spargel.java.VertexUpdateFunction
Gets the iteration aggregator registered under the given name.
getIterationAggregators() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
getIterationAggregators() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterationContract() - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
getIterationContract() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getIterationHead() - Method in class org.apache.flink.api.java.BulkIterationResultSet
 
getIterationHead() - Method in class org.apache.flink.api.java.DeltaIterationResultSet
 
getIterationHeadFinalOutputConfig() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterationHeadIndexOfSyncOutput() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterationHeadPartialSolutionOrWorksetInputIndex() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterationHeadSolutionSetInputIndex() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterationId() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterationNode() - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
getIterationNode() - Method in class org.apache.flink.compiler.dag.BulkPartialSolutionNode
 
getIterationNode() - Method in class org.apache.flink.compiler.dag.SolutionSetNode
 
getIterationNode() - Method in class org.apache.flink.compiler.dag.WorksetNode
 
getIterationNode() - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
getIterationNode() - Method in interface org.apache.flink.compiler.plan.IterationPlanNode
 
getIterationNode() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getIterationRuntimeContext() - Method in class org.apache.flink.api.common.functions.AbstractRichFunction
 
getIterator() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Gets an iterator over all records in this buffer in their logical order.
getIterator() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Gets an iterator over all records in this buffer in their logical order.
getIterator() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Gets an iterator over all records in this buffer in their logical order.
getIterator() - Method in interface org.apache.flink.runtime.operators.sort.Sorter
 
getIterator() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
 
getIterator() - Method in class org.apache.flink.runtime.operators.TempBarrier
This method resets the input!
getIterator() - Method in interface org.apache.flink.runtime.operators.util.CloseableInputProvider
Gets the iterator over this input.
getIterator() - Method in class org.apache.flink.runtime.operators.util.SimpleCloseableInputProvider
 
getIterator() - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
getJarFiles() - Method in class org.apache.flink.client.program.JobWithJars
Returns list of jar files that need to be submitted with the plan.
getJars() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns a (possibly empty) array of paths to JAR files which are required to run the job on a task manager.
getJob(JobID) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Return archived job
getJob(JobID) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
getJobAccumulators(JobID) - Method in class org.apache.flink.runtime.jobmanager.accumulators.AccumulatorManager
Returns all collected accumulators for the job.
getJobClient(JobGraph) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getJobConf() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
getJobConf() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopOutputFormat
 
getJobConf() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
getJobConf() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSource
 
getJobConf() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
getJobConf() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
getJobConfiguration() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the configuration of the job the task belongs to.
getJobConfiguration() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the job configuration object which was attached to the original JobGraph.
getJobConfiguration() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getJobConfiguration() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns the job configuration that was originally attached to the job graph.
getJobConfiguration() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns the configuration object for this job if it is set.
getJobConfiguration() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Returns the job configuration object which was attached to the original JobGraph.
getJobExecutionResult() - Method in class org.apache.flink.test.util.RecordAPITestBase
 
getJobGraph(PackagedProgram, OptimizedPlan) - Method in class org.apache.flink.client.program.Client
 
getJobGraph() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the job graph this job vertex belongs to.
getJobGraph() - Method in class org.apache.flink.test.util.RecordAPITestBase
 
getJobID() - Method in class org.apache.flink.runtime.accumulators.AccumulatorEvent
 
getJobID() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the ID of the job the tasks belongs to.
getJobID() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
Returns the ID of the new job.
getJobID() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the ID of the job from the original job graph.
getJobID() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getJobID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns the job ID of the job configuration this execution graph was originally constructed from.
getJobID() - Method in class org.apache.flink.runtime.instance.AllocatedSlot
Returns the ID of the job this allocated slice belongs to.
getJobID() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
getJobID() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
getJobID() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
getJobID() - Method in class org.apache.flink.runtime.io.network.Envelope
 
getJobID() - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
getJobID() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns the ID of the job.
getJobID() - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
Returns the ID of the job this graph describes.
getJobID() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
getJobID() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInputGateProfilingData
 
getJobID() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalOutputGateProfilingData
 
getJobID() - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
Returns the ID of the job this profiling information belongs to.
getJobID() - Method in class org.apache.flink.runtime.taskmanager.Task
Returns the ID of the job this task belongs to.
getJobID() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
The ID of the job the task belongs to
getJobManagerAddress(CommandLine) - Method in class org.apache.flink.client.CliFrontend
 
getJobManagerAddress() - Method in class org.apache.flink.client.program.Client
 
getJobManagerConnection(CommandLine) - Method in class org.apache.flink.client.CliFrontend
 
getJobManagerPort() - Method in class org.apache.flink.client.program.Client
 
getJobManagerRpcPort() - Method in class org.apache.flink.client.LocalExecutor
 
getJobManagerRpcPort() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getJobName() - Method in class org.apache.flink.api.common.Plan
Gets the name of this job.
getJobName() - Method in class org.apache.flink.compiler.plan.OptimizedPlan
Returns the name of the optimized PACT job.
getJobName() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
Returns the name of the new job.
getJobName() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns the name of the original job graph.
getJobProgress() - Method in class org.apache.flink.runtime.client.JobClient
Retrieves the current status of the job assigned to this job client.
getJobProgress(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getJobProgress(JobID) - Method in interface org.apache.flink.runtime.protocols.JobManagementProtocol
Retrieves the current status of the job specified by the given ID.
getJobs() - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Get all archived Jobs
getJobs() - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
getJobStatus() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
Returns the last known status of the job.
getJobStatus() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns the current status of the job represented by this execution graph.
getJobTime(JobID, JobStatus) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Returns the time when the status of the given job changed to jobStatus
getJobTime(JobID, JobStatus) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
getJobVertexID() - Method in class org.apache.flink.runtime.event.job.VertexEvent
Returns the ID of the job vertex this event belongs to.
getJobVertexID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Returns the ID of the job vertex which is represented by this group vertex.
getJobVertexName() - Method in class org.apache.flink.runtime.event.job.VertexEvent
Returns the name of the job vertex this event belongs to.
getJoinedPathsVector() - Method in class org.apache.flink.compiler.dag.OptimizerNode.UnclosedBranchDescriptor
 
getJoinHint() - Method in class org.apache.flink.api.java.operators.JoinOperator
 
getJoinReturnTypes(FlatJoinFunction<IN1, IN2, OUT>, TypeInformation<IN1>, TypeInformation<IN2>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getJoinReturnTypes(JoinFunction<IN1, IN2, OUT>, TypeInformation<IN1>, TypeInformation<IN2>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getJvmStartupOptions() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
 
getJvmVersion() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
 
getKey(IN) - Method in interface org.apache.flink.api.java.functions.KeySelector
User-defined function that extracts the key from an arbitrary object.
getKeyClasses() - Method in interface org.apache.flink.api.common.operators.RecordOperator
Gets the key classes that this operator works on.
getKeyClasses() - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator
 
getKeyClasses() - Method in class org.apache.flink.api.java.record.operators.CrossOperator
 
getKeyClasses() - Method in class org.apache.flink.api.java.record.operators.JoinOperator
 
getKeyClasses() - Method in class org.apache.flink.api.java.record.operators.MapOperator
 
getKeyClasses() - Method in class org.apache.flink.api.java.record.operators.ReduceOperator
 
getKeyClasses() - Method in class org.apache.flink.compiler.util.NoOpBinaryUdfOp
 
getKeyClasses() - Method in class org.apache.flink.compiler.util.NoOpUnaryUdfOp
 
getKeyColumns(int) - Method in class org.apache.flink.api.common.operators.AbstractUdfOperator
Gets the column numbers of the key fields in the input records for the given input.
getKeyColumns(int) - Method in class org.apache.flink.api.common.operators.DualInputOperator
 
getKeyColumns(int) - Method in class org.apache.flink.api.common.operators.SingleInputOperator
 
getKeyExtractor() - Method in class org.apache.flink.api.java.operators.Keys.SelectorFunctionKeys
 
getKeyFields() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
getKeyPositions() - Method in class org.apache.flink.api.java.DeltaIterationResultSet
 
getKeyPositions() - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
getKeyPositions() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
getKeys() - Method in class org.apache.flink.api.java.operators.Grouping
 
getKeys() - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
getKeys(AbstractSchema<Class<? extends X>>, int[]) - Static method in class org.apache.flink.compiler.postpass.PostPassUtils
 
getKeys1() - Method in class org.apache.flink.api.java.operators.CoGroupOperator
 
getKeys1() - Method in class org.apache.flink.api.java.operators.JoinOperator
 
getKeys2() - Method in class org.apache.flink.api.java.operators.CoGroupOperator
 
getKeys2() - Method in class org.apache.flink.api.java.operators.JoinOperator
 
getKeysAsCopy(Record) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
getKeySelectorTypes(KeySelector<IN, OUT>, TypeInformation<IN>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getKeysForInput1() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
getKeysForInput2() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
getKeyType() - Method in class org.apache.flink.api.java.operators.Keys.SelectorFunctionKeys
 
getKeyTypes() - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
getL_Orderkey() - Method in class org.apache.flink.example.java.relational.TPCHQuery3.ShippingPriorityItem
 
getLastHeartBeat() - Method in class org.apache.flink.runtime.instance.Instance
 
getLastKey() - Method in class org.apache.flink.api.java.operators.translation.TupleUnwrappingIterator
 
getLastModificationTime() - Method in class org.apache.flink.api.common.io.FileInputFormat.FileBaseStatistics
Gets the timestamp of the last modification.
getLastOutputCollector() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getLastResult() - Method in class org.apache.flink.types.parser.ByteParser
 
getLastResult() - Method in class org.apache.flink.types.parser.ByteValueParser
 
getLastResult() - Method in class org.apache.flink.types.parser.DoubleParser
 
getLastResult() - Method in class org.apache.flink.types.parser.DoubleValueParser
 
getLastResult() - Method in class org.apache.flink.types.parser.FieldParser
Gets the parsed field.
getLastResult() - Method in class org.apache.flink.types.parser.FloatParser
 
getLastResult() - Method in class org.apache.flink.types.parser.FloatValueParser
 
getLastResult() - Method in class org.apache.flink.types.parser.IntParser
 
getLastResult() - Method in class org.apache.flink.types.parser.IntValueParser
 
getLastResult() - Method in class org.apache.flink.types.parser.LongParser
 
getLastResult() - Method in class org.apache.flink.types.parser.LongValueParser
 
getLastResult() - Method in class org.apache.flink.types.parser.ShortParser
 
getLastResult() - Method in class org.apache.flink.types.parser.ShortValueParser
 
getLastResult() - Method in class org.apache.flink.types.parser.StringParser
 
getLastResult() - Method in class org.apache.flink.types.parser.StringValueParser
 
getLastTasksConfig() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getLatestExecutionResult() - Method in class org.apache.flink.test.util.JavaProgramTestBase
 
getLen() - Method in interface org.apache.flink.core.fs.FileStatus
Return the length of this file
getLen() - Method in class org.apache.flink.core.fs.local.LocalFileStatus
 
getLen() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
 
getLen() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
Gets the length of the data type, if it is a fix length data type.
getLength() - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
getLength() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
getLength() - Method in class org.apache.flink.api.java.typeutils.runtime.GenericArraySerializer
 
getLength() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
getLength() - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordSerializer
 
getLength() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializer
 
getLength() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
getLength() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
getLength() - Method in interface org.apache.flink.core.fs.BlockLocation
Get the length of the block.
getLength() - Method in class org.apache.flink.core.fs.FileInputSplit
Returns the number of bytes in the file to process.
getLength() - Method in class org.apache.flink.core.fs.local.LocalBlockLocation
 
getLength() - Method in class org.apache.flink.core.io.StringRecord
Returns the number of bytes in the byte array
getLength() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedBlockLocation
 
getLength() - Method in class org.apache.flink.runtime.fs.s3.S3BlockLocation
 
getLibraryCacheProfile(LibraryCacheProfileRequest) - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
Queries the task manager about the cache status of the libraries stated in the LibraryCacheProfileRequest object.
getLibraryCacheProfile(LibraryCacheProfileRequest) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
 
getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.HeaderlessChannelReaderInputView
 
getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.RandomAccessInputView
 
getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Gets the limit for reading bytes from the given memory segment.
getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getLineLengthLimit() - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
getListenerAddress() - Method in class org.apache.flink.runtime.ipc.Server
Return the socket (ip+port) on which the RPC server is listening to.
getListOfInputs() - Method in class org.apache.flink.compiler.plan.NAryUnionPlanNode
 
getLocalFileSystem() - Static method in class org.apache.flink.core.fs.FileSystem
Returns a reference to the FileSystem instance for accessing the local file system.
getLocalOrder() - Method in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
Gets the order, in which the data sink writes its data locally.
getLocalProperties() - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
Gets the interesting local properties.
getLocalProperties() - Method in class org.apache.flink.compiler.plan.Channel
 
getLocalProperties() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets the local properties from this PlanNode.
getLocalReceiver() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
getLocalStrategy() - Method in class org.apache.flink.compiler.plan.Channel
 
getLocalStrategyComparator() - Method in class org.apache.flink.compiler.plan.Channel
Gets the local strategy comparator from this Channel.
getLocalStrategyKeys() - Method in class org.apache.flink.compiler.plan.Channel
 
getLocalStrategySortOrder() - Method in class org.apache.flink.compiler.plan.Channel
 
getLocalTarget() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
getLocalValue() - Method in interface org.apache.flink.api.common.accumulators.Accumulator
 
getLocalValue() - Method in class org.apache.flink.api.common.accumulators.DoubleCounter
 
getLocalValue() - Method in class org.apache.flink.api.common.accumulators.Histogram
 
getLocalValue() - Method in class org.apache.flink.api.common.accumulators.IntCounter
 
getLocalValue() - Method in class org.apache.flink.api.common.accumulators.LongCounter
 
getLocalValue() - Method in class org.apache.flink.example.java.relational.EmptyFieldsCountAccumulator.VectorAccumulator
 
getLogicalPosition(String) - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
getLogicalPositions(String[]) - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
getLong(String, long) - Method in class org.apache.flink.configuration.Configuration
Returns the value associated with the given key as a long.
getLong(String, long) - Static method in class org.apache.flink.configuration.GlobalConfiguration
Returns the value associated with the given key as a long integer.
getLong(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads a long value (64bit, 8 bytes) from the given position, in the system's native byte order.
getLong(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getLong(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getLong(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getLong(String, long) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getLongBigEndian(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads a long integer value (64bit, 8 bytes) from the given position, in big endian byte order.
getLongBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getLongBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getLongBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getLongCounter(String) - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Convenience function to create a counter object for longs.
getLongCounter(String) - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
 
getLongLittleEndian(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads a long integer value (64bit, 8 bytes) from the given position, in little endian byte order.
getLongLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getLongLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getLongLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getMainClassName() - Method in class org.apache.flink.client.program.PackagedProgram
 
getMainThread() - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
getManagementGateID() - Method in class org.apache.flink.runtime.managementgraph.ManagementGate
Returns the id of the management gate.
getManagementGraph(JobID) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Get archived ManagementGraph for a job
getManagementGraph(JobID) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
getManagementGraph(JobID) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
Returns the ManagementGraph object for the job with the given ID from the map of recently created management graphs.
getManagementGraph(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
Returns current ManagementGraph from eventCollector and, if not current, from archive Retrieves the management graph for the job with the given ID.
getManagementGraph(JobID) - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
Retrieves the management graph for the job with the given ID.
getMapReturnTypes(MapFunction<IN, OUT>, TypeInformation<IN>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getMatchesFor(PT) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getMatchFor(PT, BT) - Method in class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
 
getMatchFor(PT, T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable.HashTableProber
 
getMaterializationMode() - Method in class org.apache.flink.compiler.dag.PactConnection
 
getMaxDepth() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getMaxDepth() - Method in class org.apache.flink.compiler.dag.PactConnection
 
getMaxDepth() - Method in class org.apache.flink.compiler.plan.Channel
 
getMaxDepth(int) - Static method in class org.apache.flink.runtime.operators.sort.QuickSort
Deepest recursion before giving up and doing a heapsort.
getMaximumNumberOfIterations() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
getMaximumNumberOfIterations() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
 
getMaximumNumberOfSplits() - Method in class org.apache.flink.util.NumberSequenceIterator
 
getMaximumNumberOfSplits() - Method in interface org.apache.flink.util.SplittableIterator
 
getMaximumParallelism() - Method in class org.apache.flink.api.common.Plan
 
getMaxIterations() - Method in class org.apache.flink.api.java.DeltaIterationResultSet
 
getMaxIterations() - Method in class org.apache.flink.api.java.IterativeDataSet
Gets the maximum number of iterations.
getMaxJvmMemory() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
 
getMaxNormalizedKeyLen() - Method in class org.apache.flink.types.BooleanValue
 
getMaxNormalizedKeyLen() - Method in class org.apache.flink.types.ByteValue
 
getMaxNormalizedKeyLen() - Method in class org.apache.flink.types.CharValue
 
getMaxNormalizedKeyLen() - Method in class org.apache.flink.types.IntValue
 
getMaxNormalizedKeyLen() - Method in class org.apache.flink.types.LongValue
 
getMaxNormalizedKeyLen() - Method in interface org.apache.flink.types.NormalizableKey
Gets the maximal length of normalized keys that the data type would produce to determine the order of instances solely by the normalized key.
getMaxNormalizedKeyLen() - Method in class org.apache.flink.types.NullValue
 
getMaxNormalizedKeyLen() - Method in class org.apache.flink.types.ShortValue
 
getMaxNormalizedKeyLen() - Method in class org.apache.flink.types.StringValue
 
getMaxNumberSubtasks() - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
 
getMemoryConsumerWeight() - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
getMemoryConsumerWeight() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getMemoryConsumerWeight() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getMemoryManager() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the current MemoryManager.
getMemoryManager() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getMemoryManager() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getMemoryManager() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getMemorySegment() - Method in class org.apache.flink.runtime.io.network.Buffer
 
getMemorySize() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getMemorySize() - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
getMemorySize() - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Returns the total size of memory.
getMergingIterator(List<UnilateralSortMerger.ChannelWithBlockCount>, List<List<MemorySegment>>, List<BlockChannelAccess<?, ?>>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Returns an iterator that iterates over the merged result from all given channels.
getMiniclusterDefaultConfig(int, int, int, long, String, boolean, boolean, boolean, int, int) - Static method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getMinimalMemoryAcrossAllSubTasks() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Gets the amount of memory that all subtasks of this task have jointly available.
getMinSplitSize() - Method in class org.apache.flink.api.common.io.FileInputFormat
 
getMktsegment() - Method in class org.apache.flink.example.java.relational.TPCHQuery3.Customer
 
getModificationTime() - Method in interface org.apache.flink.core.fs.FileStatus
Get the modification time of the file.
getModificationTime() - Method in class org.apache.flink.core.fs.local.LocalFileStatus
 
getModificationTime() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
 
getModificationTime() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
getName() - Method in class org.apache.flink.api.common.aggregators.AggregatorWithName
Gets the name that the aggregator is registered under.
getName() - Method in class org.apache.flink.api.common.operators.Operator
Gets the name of the contract instance.
getName() - Method in class org.apache.flink.api.java.DeltaIteration
Gets the name from this iteration.
getName() - Method in class org.apache.flink.api.java.operators.Operator
Returns the name of the operator.
getName() - Method in class org.apache.flink.api.java.record.io.avro.example.User.Builder
Gets the value of the 'name' field
getName() - Method in class org.apache.flink.api.java.record.io.avro.example.User
Gets the value of the 'name' field.
getName() - Method in class org.apache.flink.compiler.dag.BinaryUnionNode
 
getName() - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
getName() - Method in class org.apache.flink.compiler.dag.BulkPartialSolutionNode
 
getName() - Method in class org.apache.flink.compiler.dag.CoGroupNode
 
getName() - Method in class org.apache.flink.compiler.dag.CollectorMapNode
 
getName() - Method in class org.apache.flink.compiler.dag.CrossNode
 
getName() - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
getName() - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
getName() - Method in class org.apache.flink.compiler.dag.FilterNode
 
getName() - Method in class org.apache.flink.compiler.dag.FlatMapNode
 
getName() - Method in class org.apache.flink.compiler.dag.GroupReduceNode
 
getName() - Method in class org.apache.flink.compiler.dag.MapNode
 
getName() - Method in class org.apache.flink.compiler.dag.MatchNode
 
getName() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Gets the name of this node.
getName() - Method in class org.apache.flink.compiler.dag.ReduceNode
 
getName() - Method in class org.apache.flink.compiler.dag.SinkJoiner
 
getName() - Method in class org.apache.flink.compiler.dag.SolutionSetNode
 
getName() - Method in class org.apache.flink.compiler.dag.UnaryOperatorNode
 
getName() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getName() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode.SingleRootJoiner
 
getName() - Method in class org.apache.flink.compiler.dag.WorksetNode
 
getName() - Method in class org.apache.flink.compiler.plan.NamedChannel
 
getName() - Method in class org.apache.flink.core.fs.Path
Returns the final component of this path.
getName() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Returns the name of the group vertex, usually copied from the initial job vertex.
getName() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Returns the name of the execution vertex.
getName() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the name of the vertex.
getName() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns the name assigned to the job graph.
getName() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Returns the name of this management group vertex.
getName() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
Returns the name of this management vertex.
getName() - Method in class org.apache.flink.runtime.topology.NetworkNode
 
getName() - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Gets the name from this vertex-centric iteration.
getNetRuntime() - Method in class org.apache.flink.api.common.JobExecutionResult
 
getNetworkCost() - Method in class org.apache.flink.compiler.costs.Costs
Gets the network cost.
getNetworkTopology(JobID) - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
 
getNetworkTopology(JobID) - Method in interface org.apache.flink.runtime.instance.InstanceManager
 
getNetworkTopology(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getNetworkTopology(JobID) - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
Retrieves the current network topology for the job with the given ID.
getNetworkTopology() - Method in class org.apache.flink.runtime.topology.NetworkNode
Returns the network topology that is associated with this network node.
getNewExecutionState() - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
Returns the new execution state of the vertex this event refers to.
getNewInMemoryPartition(int, int) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Returns a new inMemoryPartition object.
getNewInMemoryPartition(int, int) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
getNewType() - Method in exception org.apache.flink.compiler.postpass.ConflictingFieldTypeInfoException
 
getNext() - Method in class org.apache.flink.runtime.util.AtomicEnumerator
 
getNextBufferOrEvent() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
getNextInputSplit() - Method in interface org.apache.flink.runtime.jobgraph.tasks.InputSplitProvider
Requests the next input split to be consumed by the calling AbstractInputTask.
getNextInputSplit(ExecutionVertex) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.DefaultInputSplitAssigner
 
getNextInputSplit(ExecutionVertex) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.file.FileInputSplitAssigner
 
getNextInputSplit(ExecutionVertex) - Method in interface org.apache.flink.runtime.jobmanager.splitassigner.InputSplitAssigner
Returns the next input split that shall be consumed by the given input vertex.
getNextInputSplit(ExecutionVertex, int) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.InputSplitManager
Returns the next input split the input split manager (or the responsible InputSplitAssigner to be more precise) has chosen for the given vertex to consume.
getNextInputSplit(ExecutionVertex) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.LocatableInputSplitAssigner
 
getNextInputSplit() - Method in class org.apache.flink.runtime.taskmanager.TaskInputSplitProvider
 
getNextPartialSolution() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
getNextPartialSolution() - Method in class org.apache.flink.api.java.BulkIterationResultSet
 
getNextPartialSolution() - Method in class org.apache.flink.compiler.dag.BulkIterationNode
Gets the nextPartialSolution from this BulkIterationNode.
getNextRecord(T) - Method in class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
 
getNextRecord(T) - Method in class org.apache.flink.runtime.io.network.serialization.AdaptiveSpanningRecordDeserializer
 
getNextRecord(T) - Method in interface org.apache.flink.runtime.io.network.serialization.RecordDeserializer
 
getNextReturnedSegment() - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
Gets the next memory segment that has been filled with data by the reader.
getNextReturnedSegment() - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriter
Gets the next memory segment that has been written and is available again.
getNextSolutionSet() - Method in class org.apache.flink.api.java.DeltaIterationResultSet
 
getNextUnboundInputGateID() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the next unbound input gate ID or null if no such ID exists
getNextUnboundInputGateID() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getNextWorkset() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Gets the contract that has been set as the next workset.
getNextWorkset() - Method in class org.apache.flink.api.java.DeltaIterationResultSet
 
getNextWorkset() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getNextWorkSetPlanNode() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getNode(String) - Method in class org.apache.flink.test.compiler.util.CompilerTestBase.OptimizerPlanNodeResolver
 
getNode(String, Class<? extends RichFunction>) - Method in class org.apache.flink.test.compiler.util.CompilerTestBase.OptimizerPlanNodeResolver
 
getNode(String) - Method in class org.apache.flink.test.compiler.util.OperatorResolver
 
getNode(String, Class<? extends RichFunction>) - Method in class org.apache.flink.test.compiler.util.OperatorResolver
 
getNodeByName(String) - Method in class org.apache.flink.runtime.topology.NetworkTopology
 
getNodeCosts() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets the costs incurred by this node.
getNodeName() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets the name of the plan node.
getNodes(String) - Method in class org.apache.flink.test.compiler.util.CompilerTestBase.OptimizerPlanNodeResolver
 
getNodes(String) - Method in class org.apache.flink.test.compiler.util.OperatorResolver
 
getNoRecordsAvailableCounter() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInputGateProfilingData
 
getNoRecordsAvailableCounter() - Method in class org.apache.flink.runtime.profiling.types.InputGateProfilingEvent
Returns the number of times no records were available on any of the channels attached to the input gate in the given profiling internval.
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.base.BooleanComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.base.ByteComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.base.CharComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.base.DoubleComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.base.FloatComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.base.IntComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.base.LongComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.base.ShortComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.base.StringComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Gets the number of bytes that the normalized key would maximally take.
getNormalizeKeyLen() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
getNullPrintStream() - Static method in class org.apache.flink.test.util.AbstractTestBase
 
getNumberCPUCores() - Static method in class org.apache.flink.runtime.instance.Hardware
 
getNumberOfAvailableSlots() - Method in class org.apache.flink.runtime.instance.Instance
 
getNumberOfBackwardConnections() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the number of backward connections.
getNumberOfBackwardEdges() - Method in class org.apache.flink.runtime.managementgraph.ManagementGate
Returns the number of edges arriving at this gate.
getNumberOfBackwardEdges() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Returns the number of edges arriving at this group vertex.
getNumberOfBackwardLinks() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Returns the number of backward links the current group vertex has.
getNumberOfBlocks(FileStatus) - Method in class org.apache.flink.core.fs.FileSystem
Returns the number of blocks this file/directory consists of assuming the file system's standard block size.
getNumberOfChainedStubs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumberOfChannelDescriptors() - Method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
Returns the number of channel deployment descriptors attached to this gate descriptor.
getNumberOfChannels() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getNumberOfChannels() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
Returns the number of byte-buffered channels that will retrieve their buffers from the local buffer pool.
getNumberOfChannels() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
getNumberOfChildNodes() - Method in class org.apache.flink.runtime.topology.NetworkNode
 
getNumberOfCPUCores() - Method in class org.apache.flink.runtime.instance.HardwareDescription
Returns the number of CPU cores available to the JVM on the compute node.
getNumberOfEdges() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGate
 
getNumberOfEventsUntilInterruptInIterativeBroadcastGate(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumberOfEventsUntilInterruptInIterativeGate(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumberOfExecutionRetries() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the number of retries in case of an error before the task represented by this vertex is considered as failed.
getNumberOfFields() - Method in interface org.apache.flink.api.common.distributions.DataDistribution
The number of fields in the (composite) key.
getNumberOfFields() - Method in class org.apache.flink.api.common.distributions.SimpleDistribution
 
getNumberOfFields() - Method in class org.apache.flink.api.common.distributions.SimpleIntegerDistribution
 
getNumberOfFields() - Method in class org.apache.flink.api.common.distributions.UniformDoubleDistribution
 
getNumberOfFields() - Method in class org.apache.flink.api.common.distributions.UniformIntegerDistribution
 
getNumberOfFields() - Method in class org.apache.flink.api.common.operators.Ordering
 
getNumberOfFieldsTotal() - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
getNumberOfForwardConnections() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the number of forward connections.
getNumberOfForwardEdges() - Method in class org.apache.flink.runtime.managementgraph.ManagementGate
Returns the number of edges originating at this gate.
getNumberOfForwardEdges() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Returns the number of edges originating at this group vertex.
getNumberOfForwardLinks() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Returns the number of forward links the current group vertex has.
getNumberOfGroupMembers() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Returns the number of management vertices included in this group vertex.
getNumberOfGroupVertices() - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
Returns the number of group vertices included in this management stage.
getNumberOfInputChannels() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the number of input channels attached to this environment.
getNumberOfInputChannels() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getNumberOfInputChannels() - Method in class org.apache.flink.runtime.io.network.api.AbstractSingleGateRecordReader
Returns the number of input channels wired to this reader's input gate.
getNumberOfInputChannels() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Returns the number of input channels associated with this input gate.
getNumberOfInputExecutionVertices() - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
Returns the number of input execution vertices in this stage, i.e.
getNumberOfInputGateDescriptors() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the number of output gate deployment descriptors contained in this task deployment descriptor.
getNumberOfInputGates() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the number of input gates registered with this environment.
getNumberOfInputGates() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getNumberOfInputGates() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Returns the number of input gates attached to this vertex.
getNumberOfInputGates() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
Returns the number of input gates this management vertex contains.
getNumberOfInputGroupVertices(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
Returns the number of input group vertices in the management stage with the given index.
getNumberOfInputGroupVertices() - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
Returns the number of input group vertices in this stage.
getNumberOfInputManagementVertices() - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
Returns the number of input management vertices in this stage, i.e.
getNumberOfInputs() - Method in class org.apache.flink.api.common.operators.AbstractUdfOperator
Gets the number of inputs for this operator.
getNumberOfInputs() - Method in class org.apache.flink.api.common.operators.DualInputOperator
 
getNumberOfInputs() - Method in class org.apache.flink.api.common.operators.SingleInputOperator
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.MapDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
getNumberOfInputs() - Method in interface org.apache.flink.runtime.operators.PactDriver
Gets the number of inputs (= Nephele Gates and Readers) that the task has.
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
getNumberOfInputVertices() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns the number of input vertices registered with this execution graph.
getNumberOfInputVertices(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns the number of input vertices for the given stage.
getNumberOfInputVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns the number of input vertices registered with the job graph.
getNumberOfInputVertices(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
Returns the number of input vertices for the given stage.
getNumberOfIterations() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumberOfKeyFields() - Method in class org.apache.flink.api.java.operators.Keys.ExpressionKeys
 
getNumberOfKeyFields() - Method in class org.apache.flink.api.java.operators.Keys.FieldPositionKeys
 
getNumberOfKeyFields() - Method in class org.apache.flink.api.java.operators.Keys
 
getNumberOfKeyFields() - Method in class org.apache.flink.api.java.operators.Keys.SelectorFunctionKeys
 
getNumberOfNonNullFields() - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
getNumberOfOutputChannels() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the number of output channels attached to this environment.
getNumberOfOutputChannels() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getNumberOfOutputExecutionVertices() - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
Returns the number of output execution vertices in this stage, i.e.
getNumberOfOutputGateDescriptors() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the number of output gate deployment descriptors contained in this task deployment descriptor.
getNumberOfOutputGates() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the number of output gates registered with this environment.
getNumberOfOutputGates() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getNumberOfOutputGates() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Returns the number of output gates attached to this vertex.
getNumberOfOutputGates() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
Returns the number of output gates this management vertex contains.
getNumberOfOutputGroupVertices(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
Returns the number of output group vertices in the management stage with the given index.
getNumberOfOutputGroupVertices() - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
Returns the number of output group vertices in this stage.
getNumberOfOutputManagementVertices() - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
Returns the number of output management vertices in this stage, i.e.
getNumberOfOutputVertices() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns the number of output vertices registered with this execution graph.
getNumberOfOutputVertices(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns the number of output vertices for the given stage.
getNumberOfOutputVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns the number of output vertices registered with the job graph.
getNumberOfOutputVertices(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
Returns the number of output vertices for the given stage.
getNumberOfPages() - Static method in class org.apache.flink.example.java.graph.util.PageRankData
 
getNumberOfParallelSubtasks() - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Gets the degree of parallelism with which the parallel task runs.
getNumberOfParallelSubtasks() - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
 
getNumberOfPredecessors() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Returns the number of predecessors, i.e.
getNumberOfRecords() - Method in class org.apache.flink.api.common.io.FileInputFormat.FileBaseStatistics
Gets the estimates number of records in the file, computed as the file size divided by the average record width, rounded up.
getNumberOfRecords() - Method in interface org.apache.flink.api.common.io.statistics.BaseStatistics
Gets the number of records in the input (= base cardinality).
getNumberOfSlots() - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
 
getNumberOfSlots() - Method in class org.apache.flink.runtime.instance.Instance
 
getNumberOfSlots() - Method in interface org.apache.flink.runtime.instance.InstanceManager
 
getNumberOfStageMembers() - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
Returns the number of group vertices this execution stage includes.
getNumberOfStages() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns the number of execution stages in the execution graph.
getNumberOfStages() - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
Returns the number of stages in this management graph.
getNumberOfSubtasks() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the number of subtasks the task this vertex represents should be split into at runtime.
getNumberOfSuccessors() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Returns the number of successors, i.e.
getNumberOfTaskTrackers() - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
 
getNumberOfTaskTrackers() - Method in interface org.apache.flink.runtime.instance.InstanceManager
 
getNumberOfTaskTrackers() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getNumberOfTaskVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns the number of task vertices registered with the job graph.
getNumberOfUserThreads() - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
getNumberOfVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns the number of all job vertices registered with this job graph.
getNumberOfVerticesInGroup() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
Returns the number of vertices which belong to the same group vertex as this management vertex.
getNumBroadcastInputs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumChannels() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
getNumConnectionsThatContributed() - Method in class org.apache.flink.compiler.postpass.AbstractSchema
 
getNumFields() - Method in class org.apache.flink.compiler.postpass.DenseValueSchema
 
getNumFields() - Method in class org.apache.flink.types.Record
Gets the number of fields currently in the record.
getNumInputs(Class<? extends Operator<?>>) - Static method in class org.apache.flink.api.common.operators.util.OperatorUtil
Returns the number of inputs for the given Operator type.
Currently, it can be 0, 1, or 2.
getNumInputs() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
getNumInputs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumLineSamples() - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
getNumOpenConnections() - Method in class org.apache.flink.runtime.ipc.Server
The number of open RPC conections
getNumOutputs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumQueuedEnvelopes() - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
getNumSplits() - Method in class org.apache.flink.api.common.io.FileInputFormat
 
getNumTaskInputs() - Method in class org.apache.flink.runtime.iterative.task.IterationHeadPactTask
 
getNumTaskInputs() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getNumTaskTracker() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getNumTaskTracker() - Method in class org.apache.flink.test.util.AbstractTestBase
 
getNumTypes() - Method in class org.apache.flink.compiler.postpass.SparseKeySchema
 
getNumWriteBehindBuffers(int) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Determines the number of buffers to be used for asynchronous write behind.
getO_Orderkey() - Method in class org.apache.flink.example.java.relational.TPCHQuery3.ShippingPriorityItem
 
getObject() - Method in class org.apache.flink.runtime.fs.s3.S3BucketObjectPair
Returns the name of the S3 object this object refers to.
getOccupancy() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Gets the number of bytes currently occupied in this sorter.
getOccupancy() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Gets the number of bytes currently occupied in this sorter.
getOccupancy() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Gets the number of bytes currently occupied in this sorter.
getOffset() - Method in interface org.apache.flink.core.fs.BlockLocation
Get the start offset of the file associated with this block.
getOffset() - Method in class org.apache.flink.core.fs.local.LocalBlockLocation
 
getOffset() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedBlockLocation
 
getOffset() - Method in class org.apache.flink.runtime.fs.s3.S3BlockLocation
 
getOldJobs() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getOpenBranches() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getOpenTimeout() - Method in class org.apache.flink.api.common.io.FileInputFormat
 
getOperatorInfo() - Method in class org.apache.flink.api.common.operators.DualInputOperator
Gets the information about the operators input/output types.
getOperatorInfo() - Method in class org.apache.flink.api.common.operators.Operator
Gets the information about the operators input/output types.
getOperatorInfo() - Method in class org.apache.flink.api.common.operators.SingleInputOperator
Gets the information about the operators input/output types.
getOperatorInfo() - Method in class org.apache.flink.compiler.util.NoOpUnaryUdfOp
 
getOptimizedPlan(PackagedProgram, int) - Method in class org.apache.flink.client.program.Client
 
getOptimizedPlan(Plan, int) - Method in class org.apache.flink.client.program.Client
 
getOptimizedPlan(JobWithJars, int) - Method in class org.apache.flink.client.program.Client
Creates the optimized plan for a given program, using this client's compiler.
getOptimizedPlanAsJson(PackagedProgram, int) - Method in class org.apache.flink.client.program.Client
 
getOptimizerNode() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getOptimizerNode() - Method in class org.apache.flink.compiler.plan.BinaryUnionPlanNode
 
getOptimizerNode() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getOptimizerNode() - Method in interface org.apache.flink.compiler.plandump.DumpableNode
 
getOptimizerPlanAsJSON(Plan) - Method in class org.apache.flink.api.common.PlanExecutor
Gets the programs execution plan in a JSON format.
getOptimizerPlanAsJSON(Plan) - Method in class org.apache.flink.client.LocalExecutor
Returns a JSON dump of the optimized plan.
getOptimizerPlanAsJSON(Plan) - Method in class org.apache.flink.client.RemoteExecutor
 
getOptimizerPlanAsJSON(OptimizedPlan) - Method in class org.apache.flink.compiler.plandump.PlanJSONDumpGenerator
 
getOptimizerPlanNodeResolver(OptimizedPlan) - Static method in class org.apache.flink.test.compiler.util.CompilerTestBase
 
getOptionalMessage() - Method in class org.apache.flink.runtime.event.job.JobEvent
Returns the optional message that is possibly attached to this event.
getOptMessage() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
 
getOrder(int) - Method in class org.apache.flink.api.common.operators.Ordering
 
getOrderdate() - Method in class org.apache.flink.example.java.relational.TPCHQuery3.Order
 
getOrderdate() - Method in class org.apache.flink.example.java.relational.TPCHQuery3.ShippingPriorityItem
 
getOrdering() - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
Gets the key order.
getOrdering() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Gets the key order.
getOrdering() - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Gets the key order.
getOrderkey() - Method in class org.apache.flink.example.java.relational.TPCHQuery3.Lineitem
 
getOrderkey() - Method in class org.apache.flink.example.java.relational.TPCHQuery3.Order
 
getOriginal() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
getOriginalOptimizerNode() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets the optimizer's pact node for which this plan candidate node was created.
getOriginalPactPlan() - Method in class org.apache.flink.compiler.plan.OptimizedPlan
Gets the original pact plan from which this optimized plan was created.
getOutEdges() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
getOutgoingChannels() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets a list of all outgoing channels leading to successors.
getOutgoingConnections() - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
getOutgoingConnections() - Method in class org.apache.flink.compiler.dag.OptimizerNode
The list of outgoing connections from this node to succeeding tasks.
getOutgoingConnections() - Method in class org.apache.flink.compiler.dag.SinkJoiner
 
getOutgoingEdges() - Method in class org.apache.flink.spargel.java.MessagingFunction
Gets an Iterable with all outgoing edges.
getOutgoingEdges() - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
getOutput() - Method in class org.apache.flink.spargel.java.record.SpargelIteration
 
getOutputBufferProvider() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the buffer provider for this environment.
getOutputBufferProvider() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getOutputCardinality() - Method in class org.apache.flink.api.common.operators.CompilerHints
 
getOutputChannelID() - Method in class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
Returns the output channel ID attached to this deployment descriptor.
getOutputChannelID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
getOutputChannelIDs() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the IDs of all output channels connected to this environment.
getOutputChannelIDs() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getOutputChannelIDsOfGate(GateID) - Method in interface org.apache.flink.runtime.execution.Environment
Returns the IDs of all the output channels connected to the gate with the given ID.
getOutputChannelIDsOfGate(GateID) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getOutputCollector() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
getOutputCollector() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getOutputCollector() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getOutputCollector(AbstractInvokable, TaskConfig, ClassLoader, List<BufferWriter>, int) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Creates the Collector for the given task, as described by the given configuration.
getOutputComparator(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getOutputDataDistribution(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getOutputDirectoryMode() - Method in class org.apache.flink.api.common.io.FileOutputFormat
 
getOutputExecutionVertex(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
Returns the input execution vertex with the given index or null if no such vertex exists.
getOutputFilePath() - Method in class org.apache.flink.api.common.io.FileOutputFormat
 
getOutputFormat() - Method in class org.apache.flink.runtime.jobgraph.JobOutputVertex
Returns the output format.
getOutputGate(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
Returns the registered output gate with index pos.
getOutputGate() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
getOutputGate(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Returns the output gate with the given index.
getOutputGate(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
Returns the output gate at the given index.
getOutputGateDescriptor(int) - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the output gate descriptor with the given index
getOutputGateIDs() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the IDs of all output gates connected to this environment.
getOutputGateIDs() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getOutputGateIndex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
getOutputGroupVertex(int, int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
Returns the output group vertex at the given index in the given stage.
getOutputGroupVertex(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
Returns the output group vertex in this stage with the given index.
getOutputManagementVertex(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
Returns the input management vertex with the given index or null if no such vertex exists.
getOutputSerializer(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getOutputShipStrategy(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getOutputSize() - Method in class org.apache.flink.api.common.operators.CompilerHints
 
getOutputStream(Socket) - Static method in class org.apache.flink.runtime.net.NetUtils
Same as getOutputStream(socket, 0).
getOutputStream(Socket, long) - Static method in class org.apache.flink.runtime.net.NetUtils
Returns OutputStream for the socket.
getOutputType() - Method in class org.apache.flink.api.common.operators.OperatorInformation
Gets the return type of the user code function.
getOutputVertex(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns the output vertex with the specified index.
getOutputVertex(int, int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns the output vertex with the specified index for the given stage.
getOutputVertex(int, int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
Returns the output vertex with the specified index for the given stage.
getOutputVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns an iterator to iterate all output vertices registered with the job graph.
getOwningNepheleTask() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getOwningNepheleTask() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getPactContract() - Method in class org.apache.flink.compiler.dag.BulkPartialSolutionNode
Gets the contract object for this data source node.
getPactContract() - Method in class org.apache.flink.compiler.dag.CoGroupNode
Gets the operator for this CoGroup node.
getPactContract() - Method in class org.apache.flink.compiler.dag.CrossNode
 
getPactContract() - Method in class org.apache.flink.compiler.dag.DataSinkNode
Gets the contract object for this data source node.
getPactContract() - Method in class org.apache.flink.compiler.dag.DataSourceNode
Gets the contract object for this data source node.
getPactContract() - Method in class org.apache.flink.compiler.dag.FilterNode
 
getPactContract() - Method in class org.apache.flink.compiler.dag.FlatMapNode
 
getPactContract() - Method in class org.apache.flink.compiler.dag.GroupReduceNode
Gets the contract object for this reduce node.
getPactContract() - Method in class org.apache.flink.compiler.dag.MatchNode
Gets the contract object for this match node.
getPactContract() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Gets the object that specifically describes the contract of this node.
getPactContract() - Method in class org.apache.flink.compiler.dag.ReduceNode
 
getPactContract() - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
getPactContract() - Method in class org.apache.flink.compiler.dag.SolutionSetNode
Gets the contract object for this data source node.
getPactContract() - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
getPactContract() - Method in class org.apache.flink.compiler.dag.WorksetNode
Gets the contract object for this data source node.
getPactContract() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets the pact contract this node represents in the plan.
getPactPlanAsJSON(List<DataSinkNode>) - Method in class org.apache.flink.compiler.plandump.PlanJSONDumpGenerator
 
getPageSize() - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
getPageSize() - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Gets the size of the pages handled by the memory manager.
getPairComparator() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
getPairComparatorFactory(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getParallelism() - Method in class org.apache.flink.api.java.DeltaIteration
Gets the iteration's degree of parallelism.
getParallelism() - Method in class org.apache.flink.api.java.operators.DataSink
Returns the degree of parallelism of this data sink.
getParallelism() - Method in class org.apache.flink.api.java.operators.DataSource
Returns the degree of parallelism of this data source.
getParallelism() - Method in class org.apache.flink.api.java.operators.Operator
Returns the degree of parallelism of this operator.
getParallelism() - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Gets the iteration's degree of parallelism.
getParameters() - Method in class org.apache.flink.api.common.operators.Operator
Gets the stub parameters of this contract.
getParameters() - Method in class org.apache.flink.api.java.operators.SingleInputUdfOperator
 
getParameters() - Method in class org.apache.flink.api.java.operators.TwoInputUdfOperator
 
getParameters() - Method in interface org.apache.flink.api.java.operators.UdfOperator
Gets the configuration parameters that will be passed to the UDF's open method AbstractRichFunction.open(Configuration).
getParameterType(Class<?>, Class<?>, int) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getParent() - Method in class org.apache.flink.core.fs.Path
Returns the parent of a path or null if at root.
getParentNode() - Method in class org.apache.flink.runtime.topology.NetworkNode
 
getParserForType(Class<T>) - Static method in class org.apache.flink.types.parser.FieldParser
Gets the parser for the type specified by the given class.
getPartialSolution() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
getPartialSolution() - Method in class org.apache.flink.compiler.dag.BulkIterationNode
Gets the partialSolution from this BulkIterationNode.
getPartialSolutionNode() - Method in class org.apache.flink.compiler.plan.BulkPartialSolutionPlanNode
 
getPartialSolutionPlanNode() - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
getPartitionedFields() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Gets the fields on which the data is partitioned.
getPartitionEntryIterator() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getPartitioning() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
getPartitioning() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Gets the partitioning property.
getPartitioningFanOutNoEstimates(int) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Gets the number of partitions to be used for an initial hash-table, when no estimates are available.
getPartitioningFields() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
getPartitioningOrdering() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
getPartitionNumber() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
Gets the partition number of this partition.
getPartitionNumber() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
Gets the partition number of this partition.
getPartitionOrdering() - Method in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
Gets the record ordering over which the sink partitions in ranges.
getPath() - Method in class org.apache.flink.core.fs.FileInputSplit
Returns the path of the file containing this split's data.
getPath() - Method in interface org.apache.flink.core.fs.FileStatus
Returns the corresponding Path to the FileStatus.
getPath() - Method in class org.apache.flink.core.fs.local.LocalFileStatus
 
getPath() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
 
getPath() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
getPath() - Method in class org.apache.flink.runtime.io.disk.iomanager.Channel.ID
Returns the path to the underlying temporary file.
getPlan(String...) - Method in interface org.apache.flink.api.common.Program
The method which is invoked by the compiler to get the job that is then compiled into an executable schedule.
getPlan(String[]) - Method in class org.apache.flink.api.java.record.io.jdbc.example.JDBCExample
 
getPlan() - Method in class org.apache.flink.client.program.JobWithJars
Returns the plan
getPlan() - Method in class org.apache.flink.client.program.PackagedProgram.PreviewPlanEnvironment
 
getPlan(String...) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCount
 
getPlan(String...) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat
 
getPlanAsJSON(Plan) - Static method in class org.apache.flink.client.LocalExecutor
Return unoptimized plan as JSON.
getPlanNode() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getPlanNode() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getPlanNode() - Method in interface org.apache.flink.compiler.plandump.DumpableNode
 
getPlanWithJars() - Method in class org.apache.flink.client.program.PackagedProgram
Returns the plan with all required jars.
getPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
getPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorSingle
 
getPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
getPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorSingle
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.BinaryUnionNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.CoGroupNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.CollectorMapNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.CrossNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.FilterNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.FlatMapNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.GroupReduceNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.MapNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.MatchNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.ReduceNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.SinkJoiner
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.UnaryOperatorNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode.SingleRootJoiner
 
getPostPassClassName() - Method in class org.apache.flink.api.common.Plan
Gets the optimizer post-pass class for this job.
getPostPassClassName() - Method in class org.apache.flink.api.java.operators.translation.JavaPlan
 
getPredecessor() - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
Gets the predecessor of this node, i.e.
getPredecessor(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getPredecessorNode() - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
getPredecessorNode() - Method in class org.apache.flink.compiler.dag.SingleInputNode
Gets the predecessor of this node.
getPredecessors() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getPredecessors() - Method in class org.apache.flink.compiler.plan.BulkPartialSolutionPlanNode
 
getPredecessors() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
getPredecessors() - Method in class org.apache.flink.compiler.plan.NAryUnionPlanNode
 
getPredecessors() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getPredecessors() - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
getPredecessors() - Method in class org.apache.flink.compiler.plan.SolutionSetPlanNode
 
getPredecessors() - Method in class org.apache.flink.compiler.plan.SourcePlanNode
 
getPredecessors() - Method in class org.apache.flink.compiler.plan.WorksetPlanNode
 
getPredecessors() - Method in interface org.apache.flink.compiler.plandump.DumpableNode
Gets an iterator over the predecessors.
getPredecessors() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Returns the list of predecessors of this group vertex.
getPreviewPlan() - Method in class org.apache.flink.client.program.PackagedProgram
Returns the analyzed plan without any optimizations.
getPreviousGlobalAggregate(String) - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
 
getPreviousIterationAggregate(String) - Method in interface org.apache.flink.api.common.functions.IterationRuntimeContext
 
getPreviousIterationAggregate(String) - Method in class org.apache.flink.spargel.java.MessagingFunction
Get the aggregated value that an aggregator computed in the previous iteration.
getPreviousIterationAggregate(String) - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
getPreviousIterationAggregate(String) - Method in class org.apache.flink.spargel.java.record.VertexUpdateFunction
 
getPreviousIterationAggregate(String) - Method in class org.apache.flink.spargel.java.VertexUpdateFunction
Get the aggregated value that an aggregator computed in the previous iteration.
getPreviousType() - Method in exception org.apache.flink.compiler.postpass.ConflictingFieldTypeInfoException
 
getPriority() - Method in interface org.apache.flink.runtime.execution.ExecutionListener
Returns the priority of the execution listener object.
getPriority() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getPriority() - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultExecutionListener
 
getPriority() - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentListenerImpl
 
getProber(TypeComparator<PT>, TypePairComparator<PT, T>) - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
getProber(TypeComparator<PT>, TypePairComparator<PT, T>) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
getProbeSideBlockCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getProbeSideChannel() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getProbeSideComparator() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getProbeSideRecordCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getProducedType() - Method in class org.apache.flink.api.java.io.AvroInputFormat
 
getProducedType() - Method in interface org.apache.flink.api.java.typeutils.ResultTypeQueryable
Gets the data type (as a TypeInformation) produced by this function or input format.
getProducedType() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
getProducedType() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInputGateProfilingData
 
getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalOutputGateProfilingData
 
getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the interval of time this profiling event covers in milliseconds.
getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
The interval in milliseconds to which the rest of the profiling data relates to.
getProfilingStart() - Method in class org.apache.flink.runtime.profiling.impl.JobProfilingData
 
getProfilingTimestamp() - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
Returns the timestamp of this profiling information.
getProgress() - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyReporter
 
getProperties1() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.GlobalPropertiesPair
 
getProperties1() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.LocalPropertiesPair
 
getProperties2() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.GlobalPropertiesPair
 
getProperties2() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.LocalPropertiesPair
 
getProtocolByName(String) - Static method in class org.apache.flink.util.ClassUtils
Searches for a protocol class by its name and attempts to load it.
getProxy(Class<V>, InetSocketAddress, SocketFactory) - Static method in class org.apache.flink.runtime.ipc.RPC
Construct a client-side proxy object that implements the named protocol, talking to a server at the named address.
getProxy(Class<V>, InetSocketAddress) - Static method in class org.apache.flink.runtime.ipc.RPC
Construct a client-side proxy object with the default SocketFactory
getPushChainDriverClass() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
getRandomFilename(String) - Static method in class org.apache.flink.runtime.util.FileUtils
Constructs a random filename with the given prefix and a random part generated from hex characters.
getRandomOddEvenEdges(int, int, long) - Static method in class org.apache.flink.test.testdata.ConnectedComponentsData
Creates random edges such that even numbered vertices are connected with even numbered vertices and odd numbered vertices only with other odd numbered ones.
getRandomString(Random, int, int) - Static method in class org.apache.flink.util.StringUtils
Creates a random string with a length within the given interval.
getRandomString(Random, int, int, char, char) - Static method in class org.apache.flink.util.StringUtils
Creates a random string with a length within the given interval.
getRankDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.example.java.relational.util.WebLogData
 
getReadBufferSize() - Method in class org.apache.flink.api.java.record.io.FixedLengthInputFormat
Gets the size of the buffer internally used to parse record boundaries.
getReadEndAfterSuperstepEnded() - Method in class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannel
Called by iteration head after it has sent all input for the current superstep through the data channel (blocks iteration head).
getReadFields() - Method in class org.apache.flink.api.common.operators.SingleInputSemanticProperties
Gets the field(s) in the source record(s) that are read.
getReadFields1() - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Gets the field(s) in the source record(s) from the first input that are read.
getReadFields2() - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Gets the field(s) in the source record(s) from the second input that are read.
getReadingThread(ExceptionHandler<IOException>, MutableObjectIterator<E>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable, TypeSerializer<E>, long) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Creates the reading thread.
getReceivedBytes() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getReceivedBytes() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the number of bytes received via network during the profiling interval.
getReceiver() - Method in exception org.apache.flink.runtime.io.network.LocalReceiverCancelledException
 
getRecentJobs(List<RecentJobEvent>) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
 
getRecentJobs() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getRecentJobs() - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
Retrieves a list of jobs which have either running or have been started recently.
getRecommendedPollingInterval() - Method in class org.apache.flink.runtime.client.JobClient
Returns the recommended interval in seconds in which a client is supposed to poll for progress information.
getRecommendedPollingInterval() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getRecommendedPollingInterval() - Method in interface org.apache.flink.runtime.protocols.JobManagementProtocol
Returns the recommended interval in seconds in which a client is supposed to poll for progress information.
getRecord(T, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Gets the record at the given logical position.
getRecord(T, int) - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Gets the record at the given logical position.
getRecord(T, int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Gets the record at the given logical position.
getRecordByName(String) - Static method in class org.apache.flink.util.ClassUtils
Searches for a record class by its name and attempts to load it.
getRecordCount() - Method in class org.apache.flink.api.common.io.BlockInfo
Returns the recordCount.
getRecordCount() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
number of records in partition including garbage
getRecordLength() - Method in class org.apache.flink.api.java.record.io.FixedLengthInputFormat
Returns the fixed length of a record.
getRecursionLevel() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
Gets this partition's recursion level.
getRelativeBackChannelMemory() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getRelativeInputMaterializationMemory(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getRelativeMemoryDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getRelativeMemoryGlobalStrategy() - Method in class org.apache.flink.compiler.plan.Channel
 
getRelativeMemoryInput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getRelativeMemoryLocalStrategy() - Method in class org.apache.flink.compiler.plan.Channel
 
getRelativeMemoryPerSubTask() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets the memory dedicated to each sub-task for this node.
getRelativeSolutionSetMemory() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getRelativeTempMemory() - Method in class org.apache.flink.compiler.plan.Channel
Gets the memory for materializing the channel's result from this Channel.
getRemappedKeys(int) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getRemoteAddress() - Static method in class org.apache.flink.runtime.ipc.Server
Returns remote address as a string when invoked inside an RPC.
getRemoteIp() - Static method in class org.apache.flink.runtime.ipc.Server
Returns the remote side ip address when invoked inside an RPC Returns null incase of an error.
getRemoteReceiver() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
getRemoteReceiver() - Method in class org.apache.flink.runtime.io.network.SenderHintEvent
 
getRemoteTarget() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
getReplication() - Method in interface org.apache.flink.core.fs.FileStatus
Get the replication factor of a file.
getReplication() - Method in class org.apache.flink.core.fs.local.LocalFileStatus
 
getReplication() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
 
getReplication() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
getReplicationFactor() - Method in class org.apache.flink.compiler.plan.Channel
Returns the replication factor of the connection.
getRequiredGlobalProps() - Method in class org.apache.flink.compiler.plan.Channel
 
getRequiredJarFiles(JobID) - Static method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Returns the names of the required libraries of the specified job.
getRequiredLibraries() - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileRequest
Returns the names of libraries whose cache status is to be retrieved.
getRequiredLocalProps() - Method in class org.apache.flink.compiler.plan.Channel
 
getRequiredSlots() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Retrieves the number of required slots to run this execution graph
getRequiredSlots() - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
 
getResultInputStream(String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
getResultReader(String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
getResultReader(String, boolean) - Method in class org.apache.flink.test.util.AbstractTestBase
 
getResultsFormated(Map<String, Object>) - Static method in class org.apache.flink.api.common.accumulators.AccumulatorHelper
 
getResultType() - Method in class org.apache.flink.api.java.operators.Operator
Returns the type of the result of this operator.
getReturnCode() - Method in class org.apache.flink.runtime.client.AbstractJobResult
Returns the return code of the job operation.
getReturnCode() - Method in class org.apache.flink.runtime.taskmanager.AbstractTaskResult
Returns the return code of the result.
getReturnCode() - Method in class org.apache.flink.runtime.taskmanager.transferenvelope.RegisterTaskManagerResult
 
getReturnQueue() - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
Gets the queue (or list) to which the asynchronous reader adds its elements.
getRevenue() - Method in class org.apache.flink.example.java.relational.TPCHQuery3.ShippingPriorityItem
 
getRevisionInformation() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
Returns the code revision (commit and commit date) of Flink.
getRootNode() - Method in class org.apache.flink.runtime.topology.NetworkTopology
 
getRootOfStepFunction() - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
getRootOfTerminationCriterion() - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
getRuntimeContext() - Method in class org.apache.flink.api.common.functions.AbstractRichFunction
 
getRuntimeContext() - Method in interface org.apache.flink.api.common.functions.RichFunction
Gets the context that contains information about the UDF's runtime.
getRuntimeEnvironment() - Method in class org.apache.flink.runtime.taskmanager.Task
Returns the runtime environment associated with this task.
getSchema() - Method in class org.apache.flink.api.java.record.io.avro.example.User
 
getSecond() - Method in class org.apache.flink.types.Pair
Returns the second encapsulated pair element.
getSecondDegree() - Method in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
getSecondIncomingConnection() - Method in class org.apache.flink.compiler.dag.TwoInputNode
Gets the PactConnection through which this node receives its second input.
getSecondInput() - Method in class org.apache.flink.api.common.operators.DualInputOperator
Returns the second input, or null, if none is set.
getSecondInputType() - Method in class org.apache.flink.api.common.operators.BinaryOperatorInformation
 
getSecondPredecessorNode() - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
getSecondVertex() - Method in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.Edge
 
getSecondVertex() - Method in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
getSegmentsForReaders(List<List<MemorySegment>>, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Divides the given collection of memory buffers among numChannels sublists.
getSegmentSize() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Gets the size of the segments used by this view.
getSemanticProperties() - Method in class org.apache.flink.api.common.operators.DualInputOperator
 
getSemanticProperties() - Method in class org.apache.flink.api.common.operators.SingleInputOperator
 
getSemanticPropsDual(Set<Annotation>, TypeInformation<?>, TypeInformation<?>, TypeInformation<?>) - Static method in class org.apache.flink.api.java.functions.SemanticPropUtil
 
getSemanticPropsDualFromString(DualInputSemanticProperties, String[], String[], String[], String[], String[], String[], TypeInformation<?>, TypeInformation<?>, TypeInformation<?>) - Static method in class org.apache.flink.api.java.functions.SemanticPropUtil
 
getSemanticPropsSingle(Set<Annotation>, TypeInformation<?>, TypeInformation<?>) - Static method in class org.apache.flink.api.java.functions.SemanticPropUtil
 
getSemanticPropsSingleFromString(String[], String[], String[], TypeInformation<?>, TypeInformation<?>) - Static method in class org.apache.flink.api.java.functions.SemanticPropUtil
 
getSematicProperties() - Method in class org.apache.flink.api.java.operators.SingleInputUdfOperator
 
getSematicProperties() - Method in class org.apache.flink.api.java.operators.TwoInputUdfOperator
 
getSematicProperties() - Method in interface org.apache.flink.api.java.operators.UdfOperator
Gets the semantic properties that have been set for the user-defined functions (UDF).
getSequenceNumber() - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
getSequenceNumber() - Method in class org.apache.flink.runtime.io.network.Envelope
 
getSerializer() - Method in interface org.apache.flink.api.common.typeutils.TypeSerializerFactory
 
getSerializer() - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordSerializerFactory
 
getSerializer() - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatefulSerializerFactory
 
getSerializer() - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatelessSerializerFactory
 
getSerializer() - Method in class org.apache.flink.compiler.plan.Channel
Gets the serializer from this Channel.
getSerializer() - Method in class org.apache.flink.compiler.plan.SourcePlanNode
Gets the serializer from this PlanNode.
getSerializerForIterationChannel() - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
getSerializerForIterationChannel() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getServer(Object, String, int, int) - Static method in class org.apache.flink.runtime.ipc.RPC
Construct a server for a protocol implementation instance listening on a port and address.
getShipdate() - Method in class org.apache.flink.example.java.relational.TPCHQuery3.Lineitem
 
getShippriority() - Method in class org.apache.flink.example.java.relational.TPCHQuery3.Order
 
getShippriority() - Method in class org.apache.flink.example.java.relational.TPCHQuery3.ShippingPriorityItem
 
getShipStrategy() - Method in class org.apache.flink.compiler.dag.PactConnection
Gets the shipping strategy for this connection.
getShipStrategy() - Method in class org.apache.flink.compiler.plan.Channel
 
getShipStrategy() - Method in interface org.apache.flink.compiler.plandump.DumpableConnection
 
getShipStrategyComparator() - Method in class org.apache.flink.compiler.plan.Channel
Gets the ship strategy comparator from this Channel.
getShipStrategyKeys() - Method in class org.apache.flink.compiler.plan.Channel
 
getShipStrategySortOrder() - Method in class org.apache.flink.compiler.plan.Channel
 
getShort(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads two memory at the given position, composing them into a short value according to the current byte order.
getShort(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getShort(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getShort(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getShortName() - Method in enum org.apache.flink.api.common.operators.Order
 
getSingleInputNode() - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
getSingleInputNodeSchema(SingleInputPlanNode, T) - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
getSingleInputNodeSchema(SingleInputPlanNode, SparseKeySchema) - Method in class org.apache.flink.compiler.postpass.RecordModelPostPass
 
getSingleRootOfStepFunction() - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
getSingleRootOfStepFunction() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getSinkNode() - Method in class org.apache.flink.compiler.plan.SinkPlanNode
 
getSinkSchema(SinkPlanNode, T) - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
getSinkSchema(SinkPlanNode, SparseKeySchema) - Method in class org.apache.flink.compiler.postpass.RecordModelPostPass
 
getSizeOfFreeMemory() - Method in class org.apache.flink.runtime.instance.HardwareDescription
Returns the size of free memory in bytes available to the JVM on the compute node.
getSizeOfPhysicalMemory() - Method in class org.apache.flink.runtime.instance.HardwareDescription
Returns the size of physical memory in bytes available on the compute node.
getSocketFactory() - Static method in class org.apache.flink.runtime.net.NetUtils
 
getSoftIrqCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getSoftIrqCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the percentage of time the CPU(s) spent in state SOFT_IRQ during the profiling interval.
getSolutionSet() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Gets the contract that represents the solution set for the step function.
getSolutionSet() - Method in class org.apache.flink.api.java.DeltaIteration
Gets the solution set of the delta iteration.
getSolutionSetComparator() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getSolutionSetComparator(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getSolutionSetDelta() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Gets the contract that has been set as the solution set delta.
getSolutionSetDelta() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getSolutionSetDeltaPlanNode() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getSolutionSetKeyFields() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
 
getSolutionSetKeyFields() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getSolutionSetKeyFields() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getSolutionSetNode() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getSolutionSetNode() - Method in class org.apache.flink.compiler.plan.SolutionSetPlanNode
 
getSolutionSetPlanNode() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getSolutionSetSerializer() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getSolutionSetSerializer(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getSortingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
 
getSortOrders() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
getSortOrders() - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
getSource() - Method in class org.apache.flink.compiler.dag.PactConnection
Gets the source of the connection.
getSource() - Method in class org.apache.flink.compiler.plan.Channel
Gets the source of this Channel.
getSource() - Method in interface org.apache.flink.compiler.plandump.DumpableConnection
 
getSource() - Method in class org.apache.flink.runtime.io.network.Envelope
 
getSource() - Method in class org.apache.flink.runtime.io.network.SenderHintEvent
 
getSource() - Method in class org.apache.flink.runtime.managementgraph.ManagementEdge
Returns the source of the edge referring to the output gate of an execution vertex.
getSource() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupEdge
Returns the source vertex of this group edge.
getSourceEdgeID() - Method in class org.apache.flink.runtime.managementgraph.ManagementEdge
Returns the source ID of the edge.
getSourceIndex() - Method in class org.apache.flink.runtime.managementgraph.ManagementEdge
Returns the edge's index in the source gate.
getSourceIndex() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupEdge
Returns the edge's index at the source vertex.
getSourceVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupEdge
Returns the source vertex this edge starts from.
getSpillingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable, MemoryManager, IOManager, TypeSerializerFactory<E>, TypeComparator<E>, List<MemorySegment>, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger
 
getSpillingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable, MemoryManager, IOManager, TypeSerializerFactory<E>, TypeComparator<E>, List<MemorySegment>, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
 
getSpillingThresholdDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getSpillingThresholdInput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getSplit(int, int) - Method in class org.apache.flink.util.NumberSequenceIterator
 
getSplit(int, int) - Method in interface org.apache.flink.util.SplittableIterator
 
getSplitLength() - Method in class org.apache.flink.api.common.io.FileInputFormat
Gets the length or remaining length of the current split.
getSplitNumber() - Method in class org.apache.flink.core.fs.FileInputSplit
 
getSplitNumber() - Method in class org.apache.flink.core.io.GenericInputSplit
 
getSplitNumber() - Method in interface org.apache.flink.core.io.InputSplit
Returns the number of this input split.
getSplitNumber() - Method in class org.apache.flink.core.io.LocatableInputSplit
 
getSplitNumber() - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopInputSplit
 
getSplitNumber() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.wrapper.HadoopInputSplit
 
getSplitStart() - Method in class org.apache.flink.api.common.io.FileInputFormat
Gets the start of the current split.
getStage(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns the execution stage with number num.
getStage(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
Returns the management stage with the given index.
getStage() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Returns the stage this management group vertex belongs to.
getStageMember(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
Returns the stage member internally stored at index index.
getStageNumber() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Returns the number of the stage this group vertex belongs to.
getStageNumber() - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
Returns the number of this execution stage.
getStageNumber() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Returns the number of the management stage this group vertex belongs to.
getStageNumber() - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
Returns this management stage's number.
getStart() - Method in class org.apache.flink.core.fs.FileInputSplit
Returns the position of the first byte in the file to process.
getStaticResolution(String) - Static method in class org.apache.flink.runtime.net.NetUtils
Retrieves the resolved name for the passed host.
getStatistics(BaseStatistics) - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
getStatistics(BaseStatistics) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
getStatistics(BaseStatistics) - Method in class org.apache.flink.api.common.io.FileInputFormat
Obtains basic file statistics containing only file size.
getStatistics(BaseStatistics) - Method in class org.apache.flink.api.common.io.GenericInputFormat
 
getStatistics(BaseStatistics) - Method in interface org.apache.flink.api.common.io.InputFormat
Gets the basic statistics from the input described by this format.
getStatistics(BaseStatistics) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
 
getStatistics(BaseStatistics) - Method in class org.apache.flink.api.java.record.io.FixedLengthInputFormat
Obtains basic file statistics containing only file size.
getStatistics(BaseStatistics) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
getStatistics(BaseStatistics) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
getStatistics(BaseStatistics) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
getStatisticsKey() - Method in class org.apache.flink.api.common.operators.base.GenericDataSourceBase
Gets the key under which statistics about this data source may be obtained from the statistics cache.
getStrategy() - Method in interface org.apache.flink.compiler.operators.AbstractOperatorDescriptor
Gets the runtime strategy to be executed by this operator.
getStrategy() - Method in class org.apache.flink.compiler.operators.AllGroupReduceProperties
 
getStrategy() - Method in class org.apache.flink.compiler.operators.AllGroupWithPartialPreGroupProperties
 
getStrategy() - Method in class org.apache.flink.compiler.operators.AllReduceProperties
 
getStrategy() - Method in class org.apache.flink.compiler.operators.BinaryUnionOpDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.CoGroupDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.CollectorMapDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.CrossBlockOuterFirstDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.CrossBlockOuterSecondDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.CrossStreamOuterFirstDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.CrossStreamOuterSecondDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.FilterDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.FlatMapDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.GroupReduceProperties
 
getStrategy() - Method in class org.apache.flink.compiler.operators.GroupReduceWithCombineProperties
 
getStrategy() - Method in class org.apache.flink.compiler.operators.HashJoinBuildFirstProperties
 
getStrategy() - Method in class org.apache.flink.compiler.operators.HashJoinBuildSecondProperties
 
getStrategy() - Method in class org.apache.flink.compiler.operators.MapDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.NoOpDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.PartialGroupProperties
 
getStrategy() - Method in class org.apache.flink.compiler.operators.ReduceProperties
 
getStrategy() - Method in class org.apache.flink.compiler.operators.SolutionSetDeltaOperator
 
getStrategy() - Method in class org.apache.flink.compiler.operators.SortMergeJoinDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.UtilSinkJoinOpDescriptor
 
getString(String, String) - Method in class org.apache.flink.configuration.Configuration
Returns the value associated with the given key as a string.
getString(String, String) - Static method in class org.apache.flink.configuration.GlobalConfiguration
Returns the value associated with the given key as a string.
getString() - Method in class org.apache.flink.runtime.event.task.StringTaskEvent
Returns the stored string.
getString(String, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
getStub() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
getStub() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getStub() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getStubParameter(String, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getStubParameters() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getStubType() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.MapDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
getStubType() - Method in interface org.apache.flink.runtime.operators.PactDriver
Gets the class of the stub type that is run by this task.
getStubType() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
getStubWrapper(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getSubmissionTimestamp() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
Returns the time stamp of the job submission.
getSuccessor(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getSuccessors() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Returns the list of successors of this group vertex.
getSuperstep() - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
getSuperstep() - Method in class org.apache.flink.spargel.java.record.VertexUpdateFunction
 
getSuperstepNumber() - Method in interface org.apache.flink.api.common.functions.IterationRuntimeContext
Gets the number of the current superstep.
getSuperstepNumber() - Method in class org.apache.flink.spargel.java.MessagingFunction
Gets the number of the superstep, starting at 1.
getSuperstepNumber() - Method in class org.apache.flink.spargel.java.VertexUpdateFunction
Gets the number of the superstep, starting at 1.
getSuperTemplateTypes(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getSuperTemplateTypes(Class<?>, Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getSystemCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getSystemCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the percentage of time the CPU(s) spent in state SYSTEM during the profiling interval.
getSystemTime() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
getSystemTime() - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
Returns the percentage of time the execution thread spent in system mode in the given profiling interval.
getTarget() - Method in class org.apache.flink.compiler.dag.PactConnection
Gets the target of the connection.
getTarget() - Method in class org.apache.flink.compiler.plan.Channel
Gets the target of this Channel.
getTarget() - Method in class org.apache.flink.runtime.managementgraph.ManagementEdge
Returns the target of the edge referring to the input gate of an execution vertex.
getTarget() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupEdge
Returns the target vertex of this group edge.
getTargetEdgeID() - Method in class org.apache.flink.runtime.managementgraph.ManagementEdge
Returns the target ID of the edge.
getTargetIndex() - Method in class org.apache.flink.runtime.managementgraph.ManagementEdge
Returns the edge's index in the target gate.
getTargetIndex() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupEdge
Returns the edge's index at the target vertex.
getTargetVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupEdge
Returns the group vertex connected to this edge.
getTaskConfig() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
getTaskConfig() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getTaskConfig() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getTaskConfiguration() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the task's configuration object.
getTaskConfiguration() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the task configuration object which was attached to the original JobVertex.
getTaskConfiguration() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getTaskConfiguration() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Returns the task configuration object which was attached to the original JobVertex.
getTaskManagerDataPort() - Method in class org.apache.flink.client.LocalExecutor
 
getTaskManagerDataPort() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getTaskManagerNumSlots() - Method in class org.apache.flink.client.LocalExecutor
 
getTaskManagerNumSlots() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getTaskManagerNumSlots() - Method in class org.apache.flink.test.util.AbstractTestBase
 
getTaskManagerRpcPort() - Method in class org.apache.flink.client.LocalExecutor
 
getTaskManagerRpcPort() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getTaskName() - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Returns the name of the task in which the UDF runs, as assigned during plan construction.
getTaskName() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the task's name.
getTaskName() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the name of the task running in this environment.
getTaskName() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
getTaskName() - Method in exception org.apache.flink.runtime.operators.chaining.ExceptionInChainedStubException
 
getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
getTaskName() - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
 
getTaskName() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getTaskNameWithIndex() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
Returns the name of the task with its index in the subtask group and the total number of subtasks.
getTaskVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns an iterator to iterate all task vertices registered with the job graph.
getTempDir(JobID, String) - Method in class org.apache.flink.runtime.filecache.FileCache
 
getTempDirPath(String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
getTempFilePath(String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
getTemplateType(Class<?>, int) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateType(Class<?>, Class<?>, int) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateType1(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateType2(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateType3(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateType4(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateType5(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateType6(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateType7(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateType8(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateTypes(ParameterizedType) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateTypes(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTempMode() - Method in class org.apache.flink.compiler.plan.Channel
 
getTempTaskOutputPath(JobConf, TaskAttemptID) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.HadoopFileOutputCommitter
 
getTerminationCriterion() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
getTerminationCriterion() - Method in class org.apache.flink.api.java.BulkIterationResultSet
 
getTestJob() - Method in class org.apache.flink.test.util.RecordAPITestBase
 
getTheta0() - Method in class org.apache.flink.example.java.ml.LinearRegression.Params
 
getTheta1() - Method in class org.apache.flink.example.java.ml.LinearRegression.Params
 
getTimestamp() - Method in class org.apache.flink.runtime.event.job.AbstractEvent
Returns the timestamp of the event.
getTo() - Method in class org.apache.flink.util.NumberSequenceIterator
 
getTotalInputSize() - Method in class org.apache.flink.api.common.io.FileInputFormat.FileBaseStatistics
Gets the file size.
getTotalInputSize() - Method in interface org.apache.flink.api.common.io.statistics.BaseStatistics
Gets the total size of the input.
getTotalMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getTotalMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the total amount of memory of the corresponding instance.
getTotalNumberOfReceivers() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
getTotalNumberOfSplits() - Method in class org.apache.flink.core.io.GenericInputSplit
 
getTotalNumberOfSubtasks() - Method in class org.apache.flink.runtime.event.job.VertexEvent
Returns the number of subtasks the corresponding vertex has been split into at runtime.
getTransmittedBytes() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getTransmittedBytes() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the number of bytes transmitted via network during the profiling interval.
getTrueArray(int) - Static method in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
getTwoInputNode() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
getType(int) - Method in class org.apache.flink.api.common.operators.Ordering
 
getType() - Method in class org.apache.flink.api.java.DataSet
Returns the TypeInformation for the type of this DataSet.
getType() - Method in class org.apache.flink.api.java.operators.DataSink
 
getType() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
getType(String) - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
getType(int) - Method in class org.apache.flink.compiler.postpass.AbstractSchema
 
getType(int) - Method in class org.apache.flink.compiler.postpass.DenseValueSchema
 
getType(int) - Method in class org.apache.flink.compiler.postpass.SparseKeySchema
 
getTypeAt(int) - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
getTypeClass() - Method in class org.apache.flink.api.java.typeutils.BasicArrayTypeInfo
 
getTypeClass() - Method in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
getTypeClass() - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
getTypeClass() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
getTypeClass() - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
getTypeClass() - Method in class org.apache.flink.api.java.typeutils.PrimitiveArrayTypeInfo
 
getTypeClass() - Method in class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
getTypeClass() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
getTypeClass() - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
getTypeClass() - Method in class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
getTypeClass() - Method in class org.apache.flink.types.NothingTypeInfo
 
getTypeClass() - Method in class org.apache.flink.types.TypeInformation
 
getTypes() - Method in class org.apache.flink.api.common.operators.Ordering
 
getTypes(String[]) - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
getUdfRuntimeContext() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
getUniqueFieldCombination() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
getUniqueFields() - Method in class org.apache.flink.api.common.operators.CompilerHints
Gets the FieldSets that are unique
getUniqueFields() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Gets the FieldSets which are unique in the output of the node.
getUniqueFields() - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
Gets the fields whose combination is unique within the data set.
getUri() - Method in class org.apache.flink.core.fs.FileSystem
Returns a URI whose scheme and authority identify this file system.
getUri() - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
getUri() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
getUri() - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
getUserCodeAnnotation(Class<A>) - Method in class org.apache.flink.api.common.operators.util.UserCodeClassWrapper
 
getUserCodeAnnotation(Class<A>) - Method in class org.apache.flink.api.common.operators.util.UserCodeObjectWrapper
 
getUserCodeAnnotation(Class<A>) - Method in interface org.apache.flink.api.common.operators.util.UserCodeWrapper
Gets an annotation that pertains to the user code class.
getUserCodeClass() - Method in class org.apache.flink.api.common.operators.util.UserCodeClassWrapper
 
getUserCodeClass() - Method in class org.apache.flink.api.common.operators.util.UserCodeObjectWrapper
 
getUserCodeClass() - Method in interface org.apache.flink.api.common.operators.util.UserCodeWrapper
Gets the class of the user code.
getUserCodeClassLoader() - Method in class org.apache.flink.client.program.JobWithJars
Gets the ClassLoader that must be used to load user code classes.
getUserCodeClassLoader() - Method in class org.apache.flink.client.program.PackagedProgram
Gets the ClassLoader that must be used to load user code classes.
getUserCodeClassLoader() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getUserCodeClassLoader() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getUserCodeObject(Class<? super T>, ClassLoader) - Method in class org.apache.flink.api.common.operators.util.UserCodeClassWrapper
 
getUserCodeObject() - Method in class org.apache.flink.api.common.operators.util.UserCodeClassWrapper
 
getUserCodeObject(Class<? super T>, ClassLoader) - Method in class org.apache.flink.api.common.operators.util.UserCodeObjectWrapper
 
getUserCodeObject() - Method in class org.apache.flink.api.common.operators.util.UserCodeObjectWrapper
 
getUserCodeObject(Class<? super T>, ClassLoader) - Method in interface org.apache.flink.api.common.operators.util.UserCodeWrapper
Gets the user code object.
getUserCodeObject() - Method in interface org.apache.flink.api.common.operators.util.UserCodeWrapper
Gets the user code object.
getUserCodeWrapper() - Method in class org.apache.flink.api.common.operators.AbstractUdfOperator
Gets the function that is held by this operator.
getUserCodeWrapper() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.PartialSolutionPlaceHolder
 
getUserCodeWrapper() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase.SolutionSetPlaceHolder
 
getUserCodeWrapper() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase.WorksetPlaceHolder
 
getUserCodeWrapper() - Method in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
Gets the class describing the output format.
getUserCodeWrapper() - Method in class org.apache.flink.api.common.operators.base.GenericDataSourceBase
Gets the class describing the input format.
getUserCodeWrapper() - Method in class org.apache.flink.api.common.operators.Operator
Gets the user code wrapper.
getUserCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getUserCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the percentage of time the CPU(s) spent in state USER during the profiling interval.
getUserRunning() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
 
getUserTime() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
getUserTime() - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
Returns the percentage of time the execution thread spent in user mode in the given profiling interval.
getValue() - Method in class org.apache.flink.runtime.types.IntegerRecord
Returns the value of this integer record.
getValue() - Method in class org.apache.flink.types.BooleanValue
 
getValue() - Method in class org.apache.flink.types.ByteValue
Returns the value of the encapsulated byte.
getValue() - Method in class org.apache.flink.types.CharValue
Returns the value of the encapsulated char.
getValue() - Method in class org.apache.flink.types.DoubleValue
Returns the value of the encapsulated primitive double.
getValue() - Method in class org.apache.flink.types.FloatValue
Returns the value of the encapsulated primitive float.
getValue() - Method in class org.apache.flink.types.IntValue
Returns the value of the encapsulated int.
getValue() - Method in class org.apache.flink.types.LongValue
Returns the value of the encapsulated long.
getValue() - Method in class org.apache.flink.types.ShortValue
Returns the value of the encapsulated short.
getValue() - Method in class org.apache.flink.types.StringValue
Gets this StringValue as a String.
getValues() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator
Returns an iterator over all values that belong to the current key.
getValues() - Method in class org.apache.flink.runtime.util.KeyGroupedMutableObjectIterator
Returns an iterator over all values that belong to the current key.
getValues1() - Method in class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
 
getValues1() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
Returns an iterable over the left input values for the current key.
getValues2() - Method in class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
 
getValues2() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
Returns an iterable over the left input values for the current key.
getVersion() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
Returns the version of the code as String.
getVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGate
 
getVertex() - Method in class org.apache.flink.runtime.managementgraph.ManagementGate
Returns the vertex this gate belongs to.
getVertexByChannelID(ChannelID) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Identifies an execution by the specified channel ID and returns it.
getVertexByID(ExecutionVertexID) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns the execution vertex with the given vertex ID.
getVertexByID(ManagementVertexID) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
Returns the vertex with the given ID from the graph's internal vertex map.
getVertexID() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the task's execution vertex ID.
getVertexID() - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
Returns the ID of the vertex this event refers to.
getVertexID() - Method in class org.apache.flink.runtime.event.job.VertexAssignmentEvent
Returns the ID of the vertex this event refers to.
getVertexID() - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
Returns the ID of the vertex this profiling information belongs to.
getVertexID() - Method in class org.apache.flink.runtime.taskmanager.AbstractTaskResult
Returns the ID of the task this result belongs to.
getVertexID() - Method in class org.apache.flink.runtime.taskmanager.Task
Returns the ID of this task.
getVertexTime(JobID, ManagementVertexID, ExecutionState) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
returns the time, when the status of the given vertex changed to executionState
getVertexTime(JobID, ManagementVertexID, ExecutionState) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
getVertexToShareInstancesWith() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
 
getVertexToShareInstancesWith() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the vertex this vertex should share its instance with at runtime.
getVisitDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.example.java.relational.util.WebLogData
 
getWaitedTime() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
getWaitedTime() - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
Returns the percentage of time the execution thread spent in either WAITING or TIMED_WAITING state in the given profiling interval.
getWaitForSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getWorkerIndex() - Method in class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
 
getWorkingDirectory() - Method in class org.apache.flink.core.fs.FileSystem
Returns the path of the file system's current working directory.
getWorkingDirectory() - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
getWorkingDirectory() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
getWorkingDirectory() - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
getWorkset() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Gets the contract that represents the workset for the step function.
getWorkset() - Method in class org.apache.flink.api.java.DeltaIteration
Gets the working set of the delta iteration.
getWorksetNode() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getWorksetNode() - Method in class org.apache.flink.compiler.plan.WorksetPlanNode
 
getWorksetPlanNode() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getWorksetSerializer() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getWorksetType() - Method in class org.apache.flink.api.java.DeltaIterationResultSet
 
getWrappedException() - Method in exception org.apache.flink.runtime.operators.chaining.ExceptionInChainedStubException
 
getWrappedFunction() - Method in class org.apache.flink.api.java.operators.translation.WrappingFunction
 
getWriteEnd() - Method in class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannel
Called by iteration tail to save the output of the current superstep.
getWriteMode() - Method in class org.apache.flink.api.common.io.FileOutputFormat
 
getWriters() - Method in class org.apache.flink.runtime.operators.shipping.OutputCollector
List of writers that are associated with this output collector
getWriters() - Method in class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
List of writers that are associated with this output collector
getWrittenFields() - Method in class org.apache.flink.api.common.operators.SemanticProperties
Gets the field(s) in the destination record(s) that are written.
GlobalBufferPool - Class in org.apache.flink.runtime.io.network.bufferprovider
A global buffer pool for the network stack.
GlobalBufferPool(int, int) - Constructor for class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
 
GlobalConfiguration - Class in org.apache.flink.configuration
Global configuration object in Nephele.
GlobalProperties - Class in org.apache.flink.compiler.dataproperties
This class represents global properties of the data at a certain point in the plan.
GlobalProperties() - Constructor for class org.apache.flink.compiler.dataproperties.GlobalProperties
Initializes the global properties with no partitioning.
GlobalPropertiesPair(RequestedGlobalProperties, RequestedGlobalProperties) - Constructor for class org.apache.flink.compiler.operators.OperatorDescriptorDual.GlobalPropertiesPair
 
globalProps - Variable in class org.apache.flink.compiler.plan.PlanNode
 
go() - Method in class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger.CombiningSpillingThread
Entry point of the thread.
go() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ReadingThread
The entry point for the thread.
go() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SortingThread
Entry point of the thread.
go() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Entry point of the thread.
go() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
Equivalent to the run() method.
GraphConversionException - Exception in org.apache.flink.runtime.executiongraph
A graph conversion exception is thrown if the creation of transformation of an ExecutionGraph fails.
GraphConversionException(String) - Constructor for exception org.apache.flink.runtime.executiongraph.GraphConversionException
Creates a new exception with the given error message.
GraphConversionException(String, Throwable) - Constructor for exception org.apache.flink.runtime.executiongraph.GraphConversionException
 
GraphConversionException(Throwable) - Constructor for exception org.apache.flink.runtime.executiongraph.GraphConversionException
 
groupBy(KeySelector<T, K>) - Method in class org.apache.flink.api.java.DataSet
Groups a DataSet using a KeySelector function.
groupBy(int...) - Method in class org.apache.flink.api.java.DataSet
Groups a Tuple DataSet using field position keys.
Note: Field position keys only be specified for Tuple DataSets.
The field position keys specify the fields of Tuples on which the DataSet is grouped.
Grouping<T> - Class in org.apache.flink.api.java.operators
Grouping(DataSet<T>, Keys<T>) - Constructor for class org.apache.flink.api.java.operators.Grouping
 
GroupReduceCombineDriver<T> - Class in org.apache.flink.runtime.operators
Combine operator, standalone (not chained)
GroupReduceCombineDriver() - Constructor for class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
GroupReduceDriver<IT,OT> - Class in org.apache.flink.runtime.operators
GroupReduce task which is executed by a Nephele task manager.
GroupReduceDriver() - Constructor for class org.apache.flink.runtime.operators.GroupReduceDriver
 
GroupReduceFunction<T,O> - Interface in org.apache.flink.api.common.functions
The interface for group reduce functions.
GroupReduceIterator<IN,OUT> - Class in org.apache.flink.api.java.functions
 
GroupReduceIterator() - Constructor for class org.apache.flink.api.java.functions.GroupReduceIterator
 
GroupReduceNode - Class in org.apache.flink.compiler.dag
The Optimizer representation of a Reduce contract node.
GroupReduceNode(GroupReduceOperatorBase<?, ?, ?>) - Constructor for class org.apache.flink.compiler.dag.GroupReduceNode
Creates a new ReduceNode for the given contract.
GroupReduceNode(GroupReduceNode) - Constructor for class org.apache.flink.compiler.dag.GroupReduceNode
 
GroupReduceOperator<IN,OUT> - Class in org.apache.flink.api.java.operators
This operator represents the application of a "reduceGroup" function on a data set, and the result data set produced by the function.
GroupReduceOperator(DataSet<IN>, GroupReduceFunction<IN, OUT>) - Constructor for class org.apache.flink.api.java.operators.GroupReduceOperator
Constructor for a non-grouped reduce (all reduce).
GroupReduceOperator(Grouping<IN>, GroupReduceFunction<IN, OUT>) - Constructor for class org.apache.flink.api.java.operators.GroupReduceOperator
Constructor for a grouped reduce.
GroupReduceOperatorBase<IN,OUT,FT extends GroupReduceFunction<IN,OUT>> - Class in org.apache.flink.api.common.operators.base
 
GroupReduceOperatorBase(UserCodeWrapper<FT>, UnaryOperatorInformation<IN, OUT>, int[], String) - Constructor for class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
 
GroupReduceOperatorBase(FT, UnaryOperatorInformation<IN, OUT>, int[], String) - Constructor for class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
 
GroupReduceOperatorBase(Class<? extends FT>, UnaryOperatorInformation<IN, OUT>, int[], String) - Constructor for class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
 
GroupReduceOperatorBase(UserCodeWrapper<FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
 
GroupReduceOperatorBase(FT, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
 
GroupReduceOperatorBase(Class<? extends FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
 
GroupReduceProperties - Class in org.apache.flink.compiler.operators
 
GroupReduceProperties(FieldSet) - Constructor for class org.apache.flink.compiler.operators.GroupReduceProperties
 
GroupReduceProperties(FieldSet, Ordering) - Constructor for class org.apache.flink.compiler.operators.GroupReduceProperties
 
GroupReduceWithCombineProperties - Class in org.apache.flink.compiler.operators
 
GroupReduceWithCombineProperties(FieldSet) - Constructor for class org.apache.flink.compiler.operators.GroupReduceWithCombineProperties
 
GroupReduceWithCombineProperties(FieldSet, Ordering) - Constructor for class org.apache.flink.compiler.operators.GroupReduceWithCombineProperties
 
groupsFields(FieldSet) - Method in class org.apache.flink.api.common.operators.Ordering
 
GUIServletStub - Class in org.apache.flink.client.web
 
GUIServletStub(String) - Constructor for class org.apache.flink.client.web.GUIServletStub
The constructor to be invoked by subclasses.

H

HadoopDataSink<K,V> - Class in org.apache.flink.hadoopcompatibility.mapred.record
The HadoopDataSink is a generic wrapper for all Hadoop OutputFormats.
HadoopDataSink(OutputFormat<K, V>, JobConf, String, Operator<Record>, FlinkTypeConverter<K, V>, Class<K>, Class<V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
HadoopDataSink(OutputFormat<K, V>, JobConf, String, Operator<Record>, Class<K>, Class<V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
HadoopDataSink(OutputFormat<K, V>, JobConf, Operator<Record>, Class<K>, Class<V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
HadoopDataSink(OutputFormat<K, V>, Operator<Record>, Class<K>, Class<V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
HadoopDataSink(OutputFormat<K, V>, JobConf, String, List<Operator<Record>>, FlinkTypeConverter<K, V>, Class<K>, Class<V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
HadoopDataSink(OutputFormat<K, V>, JobConf, String, List<Operator<Record>>, Class<K>, Class<V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
HadoopDataSink(OutputFormat<K, V>, JobConf, List<Operator<Record>>, Class<K>, Class<V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
HadoopDataSink(OutputFormat<K, V>, List<Operator<Record>>, Class<K>, Class<V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
HadoopDataSource<K,V> - Class in org.apache.flink.hadoopcompatibility.mapred.record
The HadoopDataSource is a generic wrapper for all Hadoop InputFormats.
HadoopDataSource(InputFormat<K, V>, JobConf, String, HadoopTypeConverter<K, V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSource
 
HadoopDataSource(InputFormat<K, V>, JobConf, String) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSource
 
HadoopDataSource(InputFormat<K, V>, JobConf) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSource
 
HadoopDataSource(InputFormat<K, V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSource
 
HadoopDatatypeMapper() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.example.WordCount.HadoopDatatypeMapper
 
HadoopDatatypeMapper() - Constructor for class org.apache.flink.hadoopcompatibility.mapreduce.example.WordCount.HadoopDatatypeMapper
 
HadoopDummyProgressable - Class in org.apache.flink.hadoopcompatibility.mapred.wrapper
This is a dummy progress
HadoopDummyProgressable() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyProgressable
 
HadoopDummyReporter - Class in org.apache.flink.hadoopcompatibility.mapred.wrapper
This is a dummy progress monitor / reporter
HadoopDummyReporter() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyReporter
 
HadoopFileOutputCommitter - Class in org.apache.flink.hadoopcompatibility.mapred.record.datatypes
Hadoop 1.2.1 FileOutputCommitter takes JobContext as input parameter.
HadoopFileOutputCommitter() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.HadoopFileOutputCommitter
 
HadoopInputFormat<K extends Writable,V extends Writable> - Class in org.apache.flink.hadoopcompatibility.mapred
 
HadoopInputFormat() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
HadoopInputFormat(InputFormat<K, V>, Class<K>, Class<V>, JobConf) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
hadoopInputFormat - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
HadoopInputFormat<K extends Writable,V extends Writable> - Class in org.apache.flink.hadoopcompatibility.mapreduce
 
HadoopInputFormat() - Constructor for class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
HadoopInputFormat(InputFormat<K, V>, Class<K>, Class<V>, Job) - Constructor for class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
HadoopInputSplit - Class in org.apache.flink.hadoopcompatibility.mapred.wrapper
 
HadoopInputSplit() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopInputSplit
 
HadoopInputSplit(InputSplit, JobConf) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopInputSplit
 
HadoopInputSplit - Class in org.apache.flink.hadoopcompatibility.mapreduce.wrapper
 
HadoopInputSplit() - Constructor for class org.apache.flink.hadoopcompatibility.mapreduce.wrapper.HadoopInputSplit
 
HadoopInputSplit(InputSplit, JobContext) - Constructor for class org.apache.flink.hadoopcompatibility.mapreduce.wrapper.HadoopInputSplit
 
HadoopOutputFormat<K extends Writable,V extends Writable> - Class in org.apache.flink.hadoopcompatibility.mapred
 
HadoopOutputFormat(OutputFormat<K, V>, JobConf) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.HadoopOutputFormat
 
hadoopOutputFormat - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
HadoopOutputFormat<K extends Writable,V extends Writable> - Class in org.apache.flink.hadoopcompatibility.mapreduce
 
HadoopOutputFormat(OutputFormat<K, V>, Job) - Constructor for class org.apache.flink.hadoopcompatibility.mapreduce.HadoopOutputFormat
 
HadoopRecordInputFormat<K,V> - Class in org.apache.flink.hadoopcompatibility.mapred.record
 
HadoopRecordInputFormat() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
HadoopRecordInputFormat(InputFormat<K, V>, JobConf, HadoopTypeConverter<K, V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
HadoopRecordOutputFormat<K,V> - Class in org.apache.flink.hadoopcompatibility.mapred.record
 
HadoopRecordOutputFormat(OutputFormat<K, V>, JobConf, FlinkTypeConverter<K, V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
HadoopTypeConverter<K,V> - Interface in org.apache.flink.hadoopcompatibility.mapred.record.datatypes
An interface describing a class that is able to convert Hadoop types into Flink's Record model.
HadoopUtils - Class in org.apache.flink.hadoopcompatibility.mapred.utils
 
HadoopUtils() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.utils.HadoopUtils
 
HadoopUtils - Class in org.apache.flink.hadoopcompatibility.mapreduce.utils
 
HadoopUtils() - Constructor for class org.apache.flink.hadoopcompatibility.mapreduce.utils.HadoopUtils
 
handIn(String, V) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
hand in the object to share
handleEvent(AbstractTaskEvent) - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
 
handleException(E) - Method in interface org.apache.flink.runtime.operators.sort.ExceptionHandler
This method is called when the handler should deal with an exception.
Hardware - Class in org.apache.flink.runtime.instance
Convenience class to extract hardware specifics of the computer executing this class
Hardware() - Constructor for class org.apache.flink.runtime.instance.Hardware
 
HardwareDescription - Class in org.apache.flink.runtime.instance
A hardware description reflects the hardware environment which is actually present on the task manager's compute nodes.
HardwareDescription() - Constructor for class org.apache.flink.runtime.instance.HardwareDescription
Public default constructor used for serialization process.
HardwareDescriptionFactory - Class in org.apache.flink.runtime.instance
A factory to construct HardwareDescription objects.
hasBucket() - Method in class org.apache.flink.runtime.fs.s3.S3BucketObjectPair
Checks whether this object refers to an S3 bucket.
hasBuffer() - Method in class org.apache.flink.runtime.io.network.Envelope
 
hasCycle() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockGraph
 
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.BulkPartialSolutionPlanNode
 
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.NAryUnionPlanNode
 
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.PlanNode
Checks whether this node has a dam on the way down to the given source node.
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.SolutionSetPlanNode
 
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.SourcePlanNode
 
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.WorksetPlanNode
 
hasData() - Method in interface org.apache.flink.runtime.io.network.serialization.RecordSerializer
 
hasData() - Method in class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
 
hasDeadlock(List<? extends PlanNode>) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockPreventer
Creates new DeadlockGraph from plan and checks for cycles
hasFavoriteColor() - Method in class org.apache.flink.api.java.record.io.avro.example.User.Builder
Checks whether the 'favorite_color' field has been set
hasFavoriteNumber() - Method in class org.apache.flink.api.java.record.io.avro.example.User.Builder
Checks whether the 'favorite_number' field has been set
hasFurtherInput() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
Checks, whether the input that is blocked by this iterator, has further elements available.
hasFurtherInput() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
Checks, whether the input that is blocked by this iterator, has further elements available.
hash(T) - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
hash(T) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Computes a hash value for the given record.
hash(T) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
hash(T) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
hash(T) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
hash(Record) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
hash(T) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
hash(T) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldComparator
 
hash(T) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
hash(T) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
hash(int, int) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
This function hashes an integer value.
hashCode() - Method in class org.apache.flink.api.avro.AvroBaseValue
 
hashCode() - Method in class org.apache.flink.api.common.operators.Ordering
 
hashCode() - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
hashCode() - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple1
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple10
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple11
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple12
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple13
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple14
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple15
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple16
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple17
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple18
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple19
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple2
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple20
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple21
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple22
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple23
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple24
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple25
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple3
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple4
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple5
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple6
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple7
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple8
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple9
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.runtime.GenericArraySerializer
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordSerializerFactory
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatefulSerializerFactory
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatelessSerializerFactory
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializer
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
hashCode() - Method in class org.apache.flink.compiler.costs.Costs
 
hashCode() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
hashCode() - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
 
hashCode() - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
 
hashCode() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
 
hashCode() - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
 
hashCode() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
hashCode() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.GlobalPropertiesPair
 
hashCode() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.LocalPropertiesPair
 
hashCode() - Method in class org.apache.flink.compiler.postpass.DenseValueSchema
 
hashCode() - Method in class org.apache.flink.compiler.postpass.SparseKeySchema
 
hashCode() - Method in class org.apache.flink.configuration.Configuration
 
hashCode() - Method in class org.apache.flink.core.fs.FileSystem.FSKey
hashCode() - Method in class org.apache.flink.core.fs.Path
 
hashCode() - Method in class org.apache.flink.core.io.StringRecord
 
hashCode() - Method in class org.apache.flink.runtime.AbstractID
 
hashCode() - Method in class org.apache.flink.runtime.client.AbstractJobResult
 
hashCode() - Method in class org.apache.flink.runtime.client.JobProgressResult
 
hashCode() - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.job.JobEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.job.VertexAssignmentEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.job.VertexEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.task.IntegerTaskEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.task.StringTaskEvent
 
hashCode() - Method in class org.apache.flink.runtime.executiongraph.ExecutionSignature
 
hashCode() - Method in class org.apache.flink.runtime.instance.AllocatedResource
 
hashCode() - Method in class org.apache.flink.runtime.instance.Instance
 
hashCode() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
hashCode() - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
 
hashCode() - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
hashCode() - Method in class org.apache.flink.runtime.profiling.types.InputGateProfilingEvent
 
hashCode() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
 
hashCode() - Method in class org.apache.flink.runtime.profiling.types.InstanceSummaryProfilingEvent
 
hashCode() - Method in class org.apache.flink.runtime.profiling.types.OutputGateProfilingEvent
 
hashCode() - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
 
hashCode() - Method in class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
 
hashCode() - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
 
hashCode() - Method in class org.apache.flink.runtime.types.FileRecord
 
hashCode() - Method in class org.apache.flink.runtime.types.IntegerRecord
 
hashCode() - Method in class org.apache.flink.runtime.util.SerializableArrayList
 
hashCode() - Method in class org.apache.flink.types.BooleanValue
 
hashCode() - Method in class org.apache.flink.types.ByteValue
 
hashCode() - Method in class org.apache.flink.types.CharValue
 
hashCode() - Method in class org.apache.flink.types.DoubleValue
 
hashCode() - Method in class org.apache.flink.types.FloatValue
 
hashCode() - Method in class org.apache.flink.types.IntValue
 
hashCode() - Method in interface org.apache.flink.types.Key
All keys must override the hash-code function to generate proper deterministic hash codes, based on their contents.
hashCode() - Method in class org.apache.flink.types.ListValue
 
hashCode() - Method in class org.apache.flink.types.LongValue
 
hashCode() - Method in class org.apache.flink.types.MapValue
 
hashCode() - Method in class org.apache.flink.types.NullValue
 
hashCode() - Method in class org.apache.flink.types.Pair
 
hashCode() - Method in class org.apache.flink.types.ShortValue
 
hashCode() - Method in class org.apache.flink.types.StringValue
 
hashJoin - Variable in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
hashJoin - Variable in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
HashJoinBuildFirstProperties - Class in org.apache.flink.compiler.operators
 
HashJoinBuildFirstProperties(FieldList, FieldList) - Constructor for class org.apache.flink.compiler.operators.HashJoinBuildFirstProperties
 
HashJoinBuildSecondProperties - Class in org.apache.flink.compiler.operators
 
HashJoinBuildSecondProperties(FieldList, FieldList) - Constructor for class org.apache.flink.compiler.operators.HashJoinBuildSecondProperties
 
HashPartition<BT,PT> - Class in org.apache.flink.runtime.operators.hash
 
HashPartition.BuildSideBuffer<BT> - Class in org.apache.flink.runtime.operators.hash
 
HashPartitionIterator<BT,PT> - Class in org.apache.flink.runtime.iterative.io
Iterator over the buildside entries of a HashPartition
HashPartitionIterator(Iterator<HashPartition<BT, PT>>, TypeSerializer<BT>) - Constructor for class org.apache.flink.runtime.iterative.io.HashPartitionIterator
 
hasLocalReceiver() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
hasName() - Method in class org.apache.flink.api.java.record.io.avro.example.User.Builder
Checks whether the 'name' field has been set
hasNext() - Method in class org.apache.flink.api.java.operators.translation.TupleUnwrappingIterator
 
hasNext() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraphIterator
 
hasNext() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertexIterator
 
hasNext() - Method in interface org.apache.flink.runtime.io.network.api.Reader
 
hasNext() - Method in class org.apache.flink.runtime.io.network.api.RecordReader
Checks if at least one more record can be read from the associated input gate.
hasNext() - Method in class org.apache.flink.runtime.io.network.api.UnionRecordReader
 
hasNext() - Method in class org.apache.flink.runtime.jobgraph.tasks.InputSplitIterator
 
hasNext() - Method in class org.apache.flink.runtime.managementgraph.ManagementGraphIterator
 
hasNext() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertexIterator
 
hasNext() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
hasNext() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
hasNext() - Method in class org.apache.flink.runtime.topology.NetworkTopologyIterator
 
hasNext() - Method in class org.apache.flink.runtime.util.EmptyIterator
Always returns false, since this iterator is empty.
hasNext() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator.ValuesIterator
 
hasNext() - Method in class org.apache.flink.runtime.util.MutableToRegularIteratorWrapper
 
hasNext() - Method in class org.apache.flink.runtime.util.SingleElementIterator
 
hasNext() - Method in class org.apache.flink.runtime.util.UnmodifiableIterator
 
hasNext() - Method in class org.apache.flink.spargel.java.MessageIterator
 
hasNext() - Method in class org.apache.flink.spargel.java.record.MessageIterator
 
hasNext() - Method in class org.apache.flink.util.NumberSequenceIterator
 
hasObject() - Method in class org.apache.flink.runtime.fs.s3.S3BucketObjectPair
Checks whether this object refers to an S3 object.
hasPublicNullaryConstructor(Class<?>) - Static method in class org.apache.flink.util.InstantiationUtil
Checks, whether the given class has a public nullary constructor.
hasReachedEndOfSuperstep() - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
 
hasReachedEndOfSuperstep() - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
 
hasRemoteReceiver() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
hasRetriesLeft() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Deprecated.
hasStubWrapper() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
hasUnclosedBranches() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
hasUnfinishedData() - Method in class org.apache.flink.runtime.io.network.serialization.AdaptiveSpanningRecordDeserializer
 
hasUnfinishedData() - Method in interface org.apache.flink.runtime.io.network.serialization.RecordDeserializer
 
haveAllOutputConnectionInterestingProperties() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Checks, if all outgoing connections have their interesting properties set from their target nodes.
haveValidOutputEstimates(OptimizerNode) - Method in class org.apache.flink.compiler.dag.TwoInputNode
Checks if the subPlan has a valid outputSize estimation.
HDFS_DEFAULT_CONFIG - Static variable in class org.apache.flink.configuration.ConfigConstants
Path to hdfs-defaul.xml file
HDFS_SITE_CONFIG - Static variable in class org.apache.flink.configuration.ConfigConstants
Path to hdfs-site.xml file
HEAD_BLOCK_LENGTH_OFFSET - Static variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
The offset to the header field indicating the number of bytes in the block
HEADER - Static variable in class org.apache.flink.runtime.ipc.Server
 
HEADER_FLAGS_OFFSET - Static variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
The offset to the flags in the header;
HEADER_LENGTH - Static variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
The length of the header put into the blocks.
HEADER_MAGIC_NUMBER - Static variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
The magic number that identifies blocks as blocks from a ChannelWriterOutputView.
HEADER_SIZE - Static variable in class org.apache.flink.runtime.io.network.netty.OutboundEnvelopeEncoder
 
headerLength - Variable in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
headerLength - Variable in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
HeaderlessChannelReaderInputView - Class in org.apache.flink.runtime.io.disk.iomanager
A DataInputView that is backed by a BlockChannelReader, making it effectively a data input stream.
HeaderlessChannelReaderInputView(BlockChannelReader, List<MemorySegment>, int, int, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.HeaderlessChannelReaderInputView
Creates a new channel reader that reads from the given channel, expecting a specified number of blocks in the channel, and returns only a specified number of bytes from the last block.
HeapSort - Class in org.apache.flink.runtime.operators.sort
 
HeapSort() - Constructor for class org.apache.flink.runtime.operators.sort.HeapSort
 
hereJoinedBranches - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
hexStringToByte(String) - Static method in class org.apache.flink.util.StringUtils
Given a hex string this will return the byte array corresponding to the string .
HINT_LOCAL_STRATEGY - Static variable in class org.apache.flink.compiler.PactCompiler
Compiler hint key for the operator's local strategy.
HINT_LOCAL_STRATEGY_COMBINING_SORT - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that enforces a sort based local strategy.
HINT_LOCAL_STRATEGY_HASH_BUILD_FIRST - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that enforces a hash based local strategy.
HINT_LOCAL_STRATEGY_HASH_BUILD_SECOND - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that enforces a hash based local strategy.
HINT_LOCAL_STRATEGY_MERGE - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that enforces a merge based local strategy.
HINT_LOCAL_STRATEGY_NESTEDLOOP_BLOCKED_OUTER_FIRST - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that chooses the outer side of the nested-loop local strategy.
HINT_LOCAL_STRATEGY_NESTEDLOOP_BLOCKED_OUTER_SECOND - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that chooses the outer side of the nested-loop local strategy.
HINT_LOCAL_STRATEGY_NESTEDLOOP_STREAMED_OUTER_FIRST - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that chooses the outer side of the nested-loop local strategy.
HINT_LOCAL_STRATEGY_NESTEDLOOP_STREAMED_OUTER_SECOND - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that chooses the outer side of the nested-loop local strategy.
HINT_LOCAL_STRATEGY_SORT - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that enforces a sort based local strategy.
HINT_LOCAL_STRATEGY_SORT_BOTH_MERGE - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that enforces a sort merge based local strategy on both inputs with subsequent merging of inputs.
HINT_LOCAL_STRATEGY_SORT_FIRST_MERGE - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that enforces a sort merge based local strategy.
HINT_LOCAL_STRATEGY_SORT_SECOND_MERGE - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that enforces a sort merge based local strategy.
HINT_SHIP_STRATEGY - Static variable in class org.apache.flink.compiler.PactCompiler
Compiler hint key for the input channel's shipping strategy.
HINT_SHIP_STRATEGY_BROADCAST - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the shipping strategy compiler hint that enforces a broadcast strategy on the input channel.
HINT_SHIP_STRATEGY_FIRST_INPUT - Static variable in class org.apache.flink.compiler.PactCompiler
Compiler hint key for the first input channel's shipping strategy.
HINT_SHIP_STRATEGY_FORWARD - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the shipping strategy compiler hint that enforces a Forward strategy on the input channel, i.e.
HINT_SHIP_STRATEGY_REPARTITION - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the shipping strategy compiler hint that enforces a random repartition strategy.
HINT_SHIP_STRATEGY_REPARTITION_HASH - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the shipping strategy compiler hint that enforces a hash-partition strategy.
HINT_SHIP_STRATEGY_REPARTITION_RANGE - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the shipping strategy compiler hint that enforces a range-partition strategy.
HINT_SHIP_STRATEGY_SECOND_INPUT - Static variable in class org.apache.flink.compiler.PactCompiler
Compiler hint key for the second input channel's shipping strategy.
hints - Variable in class org.apache.flink.api.java.record.io.CsvInputFormat.AbstractConfigBuilder
 
Histogram - Class in org.apache.flink.api.common.accumulators
Histogram for discrete-data.
Histogram() - Constructor for class org.apache.flink.api.common.accumulators.Histogram
 
HistogramPartitionFunction - Class in org.apache.flink.runtime.operators.shipping
 
HistogramPartitionFunction(Record[], Order) - Constructor for class org.apache.flink.runtime.operators.shipping.HistogramPartitionFunction
 
hostname() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
Returns the host name of the instance.

I

id - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
id - Variable in class org.apache.flink.example.java.clustering.KMeans.Centroid
 
ID(String, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.Channel.ID
 
ID(String, int, Random) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.Channel.ID
 
id - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
The ID of the underlying channel.
IdAssigner() - Constructor for class org.apache.flink.spargel.java.examples.SpargelConnectedComponents.IdAssigner
 
identifyDynamicPath(int) - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
identifyDynamicPath(int) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
ignoreFirstLine() - Method in class org.apache.flink.api.java.io.CsvReader
Sets the CSV reader to ignore the first line.
IllegalConfigurationException - Exception in org.apache.flink.configuration
An IllegalConfigurationException is thrown when the user has configured job vertices in a way that either conflicts with the expected usage of the respective task of the configuration of the Nephele framework.
IllegalConfigurationException(String) - Constructor for exception org.apache.flink.configuration.IllegalConfigurationException
Constructs an new illegal configuration exception with the given error message.
IllegalConfigurationException(String, Throwable) - Constructor for exception org.apache.flink.configuration.IllegalConfigurationException
Constructs an new illegal configuration exception with the given error message and a given cause.
implCloseChannel() - Method in class org.apache.flink.core.fs.FileChannelWrapper
 
IN_FILE - Static variable in class org.apache.flink.test.compiler.util.CompilerTestBase
 
InboundEnvelopeDecoder - Class in org.apache.flink.runtime.io.network.netty
 
InboundEnvelopeDecoder(BufferProviderBroker) - Constructor for class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDecoder
 
InboundEnvelopeDispatcher - Class in org.apache.flink.runtime.io.network.netty
 
InboundEnvelopeDispatcher(EnvelopeDispatcher) - Constructor for class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDispatcher
 
includeConfiguration(Configuration) - Static method in class org.apache.flink.configuration.GlobalConfiguration
Merges the given Configuration object into the global configuration.
includedMask - Variable in class org.apache.flink.api.java.io.CsvReader
 
includeFields(boolean...) - Method in class org.apache.flink.api.java.io.CsvReader
Configures which fields of the CSV file should be included and which should be skipped.
includeFields(String) - Method in class org.apache.flink.api.java.io.CsvReader
Configures which fields of the CSV file should be included and which should be skipped.
includeFields(long) - Method in class org.apache.flink.api.java.io.CsvReader
Configures which fields of the CSV file should be included and which should be skipped.
inConn - Variable in class org.apache.flink.compiler.dag.SingleInputNode
 
incrCounter(Enum<?>, long) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyReporter
 
incrCounter(String, String, long) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyReporter
 
increaseNumConnectionsThatContributed() - Method in class org.apache.flink.compiler.postpass.AbstractSchema
 
incrementEndOfSuperstepEventAndCheck() - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
 
incrementIterationCounter() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
IndexedSortable - Interface in org.apache.flink.runtime.operators.sort
 
IndexedSorter - Interface in org.apache.flink.runtime.operators.sort
 
indexes - Variable in class org.apache.flink.api.common.operators.Ordering
 
indexOf(Object) - Method in class org.apache.flink.types.ListValue
 
inFirstIteration() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
InflaterInputStreamFSInputWrapper - Class in org.apache.flink.api.common.io
 
InflaterInputStreamFSInputWrapper(FSDataInputStream) - Constructor for class org.apache.flink.api.common.io.InflaterInputStreamFSInputWrapper
 
info(String[]) - Method in class org.apache.flink.client.CliFrontend
Executes the info action.
init(ServletConfig) - Method in class org.apache.flink.client.web.JobsServlet
 
initBroadcastInputReaders() - Method in class org.apache.flink.runtime.operators.RegularPactTask
Creates the record readers for the extra broadcast inputs as configured by TaskConfig.getNumBroadcastInputs().
initBroadcastInputsSerializers(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
Creates all the serializers and iterators for the broadcast inputs.
INITIAL_CENTERS - Static variable in class org.apache.flink.test.testdata.KMeansData
 
INITIAL_CENTERS_2D - Static variable in class org.apache.flink.test.testdata.KMeansData
 
initialize(URI) - Method in class org.apache.flink.core.fs.FileSystem
Called after a new FileSystem instance is constructed.
initialize(URI) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
initialize(URI) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
initialize(URI) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
initialize() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
initialize() - Method in class org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask
 
initialize() - Method in class org.apache.flink.runtime.iterative.task.IterationTailPactTask
 
initialize(String[]) - Static method in class org.apache.flink.runtime.jobmanager.JobManager
 
initialize() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
initialize() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
initialize() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
initialize() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
initialize() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
initialize() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
initialize() - Method in interface org.apache.flink.runtime.operators.ResettablePactDriver
 
initializeAggregate() - Method in class org.apache.flink.api.java.aggregation.AggregationFunction
 
initializeAggregate() - Method in class org.apache.flink.api.java.aggregation.MaxAggregationFunction
 
initializeAggregate() - Method in class org.apache.flink.api.java.aggregation.MinAggregationFunction
 
initializeAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.ByteSumAgg
 
initializeAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.DoubleSumAgg
 
initializeAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.FloatSumAgg
 
initializeAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.IntSumAgg
 
initializeAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.LongSumAgg
 
initializeAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.ShortSumAgg
 
initializeChannels(GateDeploymentDescriptor) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
initializeChannels(GateDeploymentDescriptor) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
initializeContextEnvironment(ExecutionEnvironment) - Static method in class org.apache.flink.api.java.ExecutionEnvironment
 
initializeDefaultConsoleLogger() - Static method in class org.apache.flink.util.LogUtils
 
initializeDefaultConsoleLogger(Level) - Static method in class org.apache.flink.util.LogUtils
 
initializeDefaultTestConsoleLogger() - Static method in class org.apache.flink.util.LogUtils
 
initializeGlobal(int) - Method in class org.apache.flink.api.common.io.FileOutputFormat
Initialization of the distributed file system if it is used.
initializeGlobal(int) - Method in interface org.apache.flink.api.common.io.InitializeOnMaster
The method is invoked on the master (JobManager) before the distributed program execution starts.
initializeInputFormatFromTaskConfig(ClassLoader) - Method in class org.apache.flink.runtime.jobgraph.JobInputVertex
 
InitializeOnMaster - Interface in org.apache.flink.api.common.io
This interface may be implemented by OutputFormats to have the master initialize them globally.
initializeOutputFormatFromTaskConfig(ClassLoader) - Method in class org.apache.flink.runtime.jobgraph.JobOutputVertex
 
initializeSerializers() - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
 
initialPartitionBuffersCount - Variable in class org.apache.flink.runtime.operators.hash.ReOpenableHashPartition
 
initId(int) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Sets the ID of this node.
initInputReaders() - Method in class org.apache.flink.runtime.operators.RegularPactTask
Creates the record readers for the number of inputs as defined by RegularPactTask.getNumTaskInputs().
initInputsSerializersAndComparators(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
Creates all the serializers and comparators.
initLocalStrategies(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
NOTE: This method must be invoked after the invocation of #initInputReaders() and #initInputSerializersAndComparators(int)!
initMaxDepth() - Method in class org.apache.flink.compiler.dag.PactConnection
 
initOutPathDistFS(Path, FileSystem.WriteMode, boolean) - Method in class org.apache.flink.core.fs.FileSystem
Initializes output directories on distributed file systems according to the given write mode.
initOutPathLocalFS(Path, FileSystem.WriteMode, boolean) - Method in class org.apache.flink.core.fs.FileSystem
Initializes output directories on local file systems according to the given write mode.
initOutputs() - Method in class org.apache.flink.runtime.iterative.task.IterationHeadPactTask
 
initOutputs() - Method in class org.apache.flink.runtime.operators.RegularPactTask
Creates a writer for each output.
initOutputs(AbstractInvokable, ClassLoader, TaskConfig, List<ChainedDriver<?, ?>>, List<BufferWriter>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Creates a writer for each output.
initOutputWriters(List<BufferWriter>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
 
initProperties(GlobalProperties, LocalProperties) - Method in class org.apache.flink.compiler.plan.PlanNode
 
initStub(Class<? super S>) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
initTable(int, byte) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
InMemoryPartition<T> - Class in org.apache.flink.runtime.operators.hash
In-memory partition with overflow buckets for CompactingHashTable
InMemoryPartition(TypeSerializer<T>, int, ListMemorySegmentSource, int, int) - Constructor for class org.apache.flink.runtime.operators.hash.InMemoryPartition
Creates a new partition, in memory, with one buffer.
InMemorySorter<T> - Interface in org.apache.flink.runtime.operators.sort
 
input - Variable in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
 
input - Variable in class org.apache.flink.api.common.operators.SingleInputOperator
The input which produces the data consumed by this operator.
input(Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.MapOperator.Builder
Sets the input.
input(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.MapOperator.Builder
Sets one or several inputs (union).
input(Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.Builder
Sets the input.
input(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.Builder
Sets one or several inputs (union).
input - Variable in class org.apache.flink.compiler.dag.DataSinkNode
 
input - Variable in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
input - Variable in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
input - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
input - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
input1 - Variable in class org.apache.flink.api.common.operators.DualInputOperator
The operator producing the first input.
input1(Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Sets the input operator for input 1.
input1(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Sets one or several inputs (union) for input 1.
input1(Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Sets the first input.
input1(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Sets one or several inputs (union) for input 1.
input1(Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Sets the first input.
input1(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Sets one or several inputs (union) for input 1.
input1 - Variable in class org.apache.flink.compiler.dag.TwoInputNode
 
input1 - Variable in class org.apache.flink.compiler.plan.DualInputPlanNode
 
input2 - Variable in class org.apache.flink.api.common.operators.DualInputOperator
The operator producing the second input.
input2(Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Sets the input operator for input 2.
input2(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Sets one or several inputs (union) for input 2.
input2(Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Sets the second input.
input2(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Sets one or several inputs (union) for input 2.
input2(Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Sets the second input.
input2(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Sets one or several inputs (union) for input 2.
input2 - Variable in class org.apache.flink.compiler.dag.TwoInputNode
 
input2 - Variable in class org.apache.flink.compiler.plan.DualInputPlanNode
 
InputChannel<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.channels
InputChannel is an abstract base class to all different kinds of concrete input channels that can be used.
InputChannel(InputGate<T>, int, ChannelID, ChannelID, ChannelType) - Constructor for class org.apache.flink.runtime.io.network.channels.InputChannel
Constructs an input channel with a given input gate associated.
InputChannelResult - Enum in org.apache.flink.runtime.io.network.gates
 
inputComparators - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The comparators for the central driver.
InputDataCollector(UnilateralSortMerger.CircularQueues<E>, long) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.InputDataCollector
 
InputFormat<OT,T extends InputSplit> - Interface in org.apache.flink.api.common.io
The base interface for data sources that produces records.
inputGate - Variable in class org.apache.flink.runtime.io.network.api.AbstractSingleGateRecordReader
The input gate associated with the record reader.
InputGate<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.gates
In Nephele input gates are a specialization of general gates and connect input channels and record readers.
InputGate(JobID, GateID, int) - Constructor for class org.apache.flink.runtime.io.network.gates.InputGate
Constructs a new runtime input gate.
InputGateProfilingEvent - Class in org.apache.flink.runtime.profiling.types
Input gate profiling events are a special subclass of vertex profiling events.
InputGateProfilingEvent(int, int, ManagementVertexID, int, JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.InputGateProfilingEvent
Constructs a new input gate profiling event.
InputGateProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.InputGateProfilingEvent
Default constructor for the serialization/deserialization process.
inputGates() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
inputIterators - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The inputs reader, wrapped in an iterator.
inputReaders - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The input readers to this task.
inputs(List<Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.MapOperator.Builder
Sets the inputs.
inputs(List<Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.Builder
Sets the inputs.
inputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The inputs to the operator.
inputs1(List<Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Sets the first inputs.
inputs1(List<Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Sets the first inputs.
inputs1(List<Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Sets the first inputs.
inputs2(List<Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Sets the second inputs.
inputs2(List<Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Sets the second inputs.
inputs2(List<Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Sets the second inputs.
inputSerializers - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The serializers for the input data type.
InputSplit - Interface in org.apache.flink.core.io
This interface must be implemented by all kind of input splits that can be assigned to input formats.
InputSplitAssigner - Interface in org.apache.flink.runtime.jobmanager.splitassigner
The input split assigner interface must be implemented by every component which is supposed to dynamically offer input splits to the input vertices of a job at runtime.
InputSplitIterator<T extends InputSplit> - Class in org.apache.flink.runtime.jobgraph.tasks
The input split iterator allows an AbstractInputTask to iterator over all input splits it is supposed to consume.
InputSplitIterator(InputSplitProvider) - Constructor for class org.apache.flink.runtime.jobgraph.tasks.InputSplitIterator
Constructs a new input split iterator.
InputSplitManager - Class in org.apache.flink.runtime.jobmanager.splitassigner
The input split manager is responsible for serving input splits to AbstractInputTask objects at runtime.
InputSplitManager() - Constructor for class org.apache.flink.runtime.jobmanager.splitassigner.InputSplitManager
 
InputSplitOpenThread(FileInputSplit, long) - Constructor for class org.apache.flink.api.common.io.FileInputFormat.InputSplitOpenThread
 
InputSplitProvider - Interface in org.apache.flink.runtime.jobgraph.tasks
An input split provider can be successively queried to provide a series of InputSplit objects an AbstractInputTask is supposed to consume in the course of its execution.
InputSplitProviderProtocol - Interface in org.apache.flink.runtime.protocols
The input split provider protocol is used to facilitate RPC calls related to the lazy split assignment which Nephele applies to provide better load balancing properties.
InputSplitWrapper - Class in org.apache.flink.runtime.jobmanager.splitassigner
An input split wrapper object wraps an input split for RPC calls.
InputSplitWrapper(JobID, InputSplit) - Constructor for class org.apache.flink.runtime.jobmanager.splitassigner.InputSplitWrapper
Constructs a new input split wrapper.
InputSplitWrapper() - Constructor for class org.apache.flink.runtime.jobmanager.splitassigner.InputSplitWrapper
Default constructor for serialization/deserialization.
inputType - Variable in class org.apache.flink.api.common.operators.UnaryOperatorInformation
Input Type of the operator
inputType1 - Variable in class org.apache.flink.api.common.operators.BinaryOperatorInformation
Input type of the first input
inputType2 - Variable in class org.apache.flink.api.common.operators.BinaryOperatorInformation
Input type of the second input
InputTypeConfigurable - Interface in org.apache.flink.api.java.typeutils
OutputFormats can implement this interface to be configured with the data type they will operate on.
InputViewDataInputStreamWrapper - Class in org.apache.flink.core.memory
 
InputViewDataInputStreamWrapper(DataInputStream) - Constructor for class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
InputViewIterator<E> - Class in org.apache.flink.runtime.io.disk
 
InputViewIterator(DataInputView, TypeSerializer<E>) - Constructor for class org.apache.flink.runtime.io.disk.InputViewIterator
 
InputViewObjectInputStreamWrapper - Class in org.apache.flink.core.memory
 
InputViewObjectInputStreamWrapper(ObjectInputStream) - Constructor for class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
insert(T) - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
insert(T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
insertIntoBuildBuffer(BT) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
Inserts the given object into the current buffer.
insertIntoProbeBuffer(PT) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
Inserts the given record into the probe side buffers.
insertIntoTable(BT, int) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
insertOrReplaceRecord(T, T) - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
insertOrReplaceRecord(T, T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
Replaces record in hash table if record already present or append record if not.
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
INSTANCE - Static variable in class org.apache.flink.compiler.util.NoOpUnaryUdfOp
 
Instance - Class in org.apache.flink.runtime.instance
An instance represents a resource a TaskManager runs on.
Instance(InstanceConnectionInfo, NetworkNode, NetworkTopology, HardwareDescription, int) - Constructor for class org.apache.flink.runtime.instance.Instance
Constructs an abstract instance object.
INSTANCE - Static variable in class org.apache.flink.runtime.io.network.channels.EndOfSuperstepEvent
 
instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannelBroker
retrieve singleton instance
instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.IterationAggregatorBroker
retrieve singleton instance
instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetBroker
Retrieve the singleton instance.
instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrierBroker
 
instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatchBroker
 
INSTANCE - Static variable in class org.apache.flink.runtime.iterative.event.TerminationEvent
 
INSTANCE - Static variable in class org.apache.flink.runtime.taskmanager.ExecutorThreadFactory
 
INSTANCE - Static variable in class org.apache.flink.runtime.taskmanager.runtime.ExecutorThreadFactory
 
instanceAllocatedByJob(InternalInstanceProfilingData) - Method in class org.apache.flink.runtime.profiling.impl.JobProfilingData
 
InstanceConnectionInfo - Class in org.apache.flink.runtime.instance
This class encapsulates all connection information necessary to connect to the instance's task manager.
InstanceConnectionInfo(InetAddress, int, int) - Constructor for class org.apache.flink.runtime.instance.InstanceConnectionInfo
Constructs a new instance connection info object.
InstanceConnectionInfo(InetAddress, String, String, int, int) - Constructor for class org.apache.flink.runtime.instance.InstanceConnectionInfo
Constructs a new instance connection info object.
InstanceConnectionInfo() - Constructor for class org.apache.flink.runtime.instance.InstanceConnectionInfo
Constructs an empty InstanceConnectionInfo object.
InstanceException - Exception in org.apache.flink.runtime.instance
An instance exception is thrown if the allocation, assignment or deallocation of an instance fails.
InstanceException(String) - Constructor for exception org.apache.flink.runtime.instance.InstanceException
Constructs a new instance exception with the given error message.
InstanceID - Class in org.apache.flink.runtime.instance
Class for statistically unique instance IDs.
InstanceID() - Constructor for class org.apache.flink.runtime.instance.InstanceID
 
InstanceListener - Interface in org.apache.flink.runtime.instance
Classes implementing the InstanceListener interface can be notified about the availability or the unexpected failure of an instance.
InstanceManager - Interface in org.apache.flink.runtime.instance
 
InstanceNotifier - Class in org.apache.flink.runtime.instance
This class is an auxiliary class to send the notification about the availability of an Instance to the given InstanceListener object.
InstanceNotifier(InstanceListener, JobID, List<AllocatedResource>) - Constructor for class org.apache.flink.runtime.instance.InstanceNotifier
Constructs a new instance notifier object.
InstanceProfiler - Class in org.apache.flink.runtime.profiling.impl
 
InstanceProfiler(InstanceConnectionInfo) - Constructor for class org.apache.flink.runtime.profiling.impl.InstanceProfiler
 
InstanceProfilingEvent - Class in org.apache.flink.runtime.profiling.types
Instance profiling events are a special subclass of profiling events.
InstanceProfilingEvent(int, int, int, int, int, int, int, long, long, long, long, long, long, long, JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Constructs a new instance profiling event.
InstanceProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Default constructor for serialization/deserialization.
InstanceSummaryProfilingEvent - Class in org.apache.flink.runtime.profiling.types
Instance summary profiling events summarize the profiling events of all instances involved in computing a Nephele job.
InstanceSummaryProfilingEvent(int, int, int, int, int, int, int, long, long, long, long, long, long, long, JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.InstanceSummaryProfilingEvent
Constructs a new instance summary profiling event.
InstanceSummaryProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.InstanceSummaryProfilingEvent
Default constructor for serialization/deserialization.
instantiate(OperatorDescriptorDual, Channel, Channel, List<Set<? extends NamedChannel>>, List<PlanNode>, CostEstimator, RequestedGlobalProperties, RequestedGlobalProperties, RequestedLocalProperties, RequestedLocalProperties) - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
instantiate(OperatorDescriptorDual, Channel, Channel, List<Set<? extends NamedChannel>>, List<PlanNode>, CostEstimator, RequestedGlobalProperties, RequestedGlobalProperties, RequestedLocalProperties, RequestedLocalProperties) - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.AllGroupReduceProperties
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.AllGroupWithPartialPreGroupProperties
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.AllReduceProperties
 
instantiate(Channel, Channel, TwoInputNode) - Method in class org.apache.flink.compiler.operators.BinaryUnionOpDescriptor
 
instantiate(Channel, Channel, TwoInputNode) - Method in class org.apache.flink.compiler.operators.CartesianProductDescriptor
 
instantiate(Channel, Channel, TwoInputNode) - Method in class org.apache.flink.compiler.operators.CoGroupDescriptor
 
instantiate(Channel, Channel, TwoInputNode) - Method in class org.apache.flink.compiler.operators.CoGroupWithSolutionSetFirstDescriptor
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.CollectorMapDescriptor
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.FilterDescriptor
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.FlatMapDescriptor
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.GroupReduceProperties
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.GroupReduceWithCombineProperties
 
instantiate(Channel, Channel, TwoInputNode) - Method in class org.apache.flink.compiler.operators.HashJoinBuildFirstProperties
 
instantiate(Channel, Channel, TwoInputNode) - Method in class org.apache.flink.compiler.operators.HashJoinBuildSecondProperties
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.MapDescriptor
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.NoOpDescriptor
 
instantiate(Channel, Channel, TwoInputNode) - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.OperatorDescriptorSingle
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.PartialGroupProperties
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.ReduceProperties
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.SolutionSetDeltaOperator
 
instantiate(Channel, Channel, TwoInputNode) - Method in class org.apache.flink.compiler.operators.SortMergeJoinDescriptor
 
instantiate(Channel, Channel, TwoInputNode) - Method in class org.apache.flink.compiler.operators.UtilSinkJoinOpDescriptor
 
instantiate(Class<T>, Class<? super T>) - Static method in class org.apache.flink.util.InstantiationUtil
Creates a new instance of the given class.
instantiate(Class<T>) - Static method in class org.apache.flink.util.InstantiationUtil
Creates a new instance of the given class.
instantiateCandidate(OperatorDescriptorSingle, Channel, List<Set<? extends NamedChannel>>, List<PlanNode>, CostEstimator, RequestedGlobalProperties, RequestedLocalProperties) - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
instantiateCandidate(OperatorDescriptorSingle, Channel, List<Set<? extends NamedChannel>>, List<PlanNode>, CostEstimator, RequestedGlobalProperties, RequestedLocalProperties) - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
instantiateJobContext(JobConf, JobID) - Static method in class org.apache.flink.hadoopcompatibility.mapred.utils.HadoopUtils
 
instantiateJobContext(Configuration, JobID) - Static method in class org.apache.flink.hadoopcompatibility.mapreduce.utils.HadoopUtils
 
instantiateTaskAttemptContext(JobConf, TaskAttemptID) - Static method in class org.apache.flink.hadoopcompatibility.mapred.utils.HadoopUtils
 
instantiateTaskAttemptContext(Configuration, TaskAttemptID) - Static method in class org.apache.flink.hadoopcompatibility.mapreduce.utils.HadoopUtils
 
instantiateUserCode(TaskConfig, ClassLoader, Class<? super T>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Instantiates a user code class from is definition in the task configuration.
InstantiationUtil - Class in org.apache.flink.util
Utility class to create instances from class objects and checking failure reasons.
InsufficientResourcesException - Exception in org.apache.flink.runtime.io.network
This exception is thrown by the ChannelManager to indicate that a task cannot be accepted because there are not enough resources available to safely execute it.
INT_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.BasicArrayTypeInfo
 
INT_PRIMITIVE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.PrimitiveArrayTypeInfo
 
INT_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
IntArrayList - Class in org.apache.flink.runtime.util
Minimal implementation of an array-backed list of ints
IntArrayList(int) - Constructor for class org.apache.flink.runtime.util.IntArrayList
 
IntComparator - Class in org.apache.flink.api.common.typeutils.base
 
IntComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.IntComparator
 
IntCounter - Class in org.apache.flink.api.common.accumulators
 
IntCounter() - Constructor for class org.apache.flink.api.common.accumulators.IntCounter
 
IntegerRecord - Class in org.apache.flink.runtime.types
This class represents record for integer values.
IntegerRecord(int) - Constructor for class org.apache.flink.runtime.types.IntegerRecord
Constructs a new integer record with the given integer value.
IntegerRecord() - Constructor for class org.apache.flink.runtime.types.IntegerRecord
Constructs an empty integer record (Mainly used for serialization, do not call this constructor in your program).
IntegerTaskEvent - Class in org.apache.flink.runtime.event.task
This class provides a simple implementation of an event that holds an integer value.
IntegerTaskEvent() - Constructor for class org.apache.flink.runtime.event.task.IntegerTaskEvent
Default constructor (should only be used for deserialization).
IntegerTaskEvent(int) - Constructor for class org.apache.flink.runtime.event.task.IntegerTaskEvent
Constructs a new integer task event.
InterestingProperties - Class in org.apache.flink.compiler.dataproperties
The interesting properties that a node in the optimizer plan hands to its predecessors.
InterestingProperties() - Constructor for class org.apache.flink.compiler.dataproperties.InterestingProperties
 
InterestingPropertyVisitor(CostEstimator) - Constructor for class org.apache.flink.compiler.PactCompiler.InterestingPropertyVisitor
Creates a new visitor that computes the interesting properties for all nodes in the plan.
InternalExecutionVertexProfilingData - Class in org.apache.flink.runtime.profiling.impl.types
 
InternalExecutionVertexProfilingData() - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
InternalExecutionVertexProfilingData(JobID, ExecutionVertexID) - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
InternalExecutionVertexThreadProfilingData - Class in org.apache.flink.runtime.profiling.impl.types
 
InternalExecutionVertexThreadProfilingData(JobID, ExecutionVertexID, int, int, int, int, int) - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
InternalExecutionVertexThreadProfilingData() - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
internalHandleException(IOException) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
Internally handles an exception and makes sure that this method returns without a problem.
InternalInputGateProfilingData - Class in org.apache.flink.runtime.profiling.impl.types
 
InternalInputGateProfilingData() - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalInputGateProfilingData
 
InternalInputGateProfilingData(JobID, ExecutionVertexID, int, int, int) - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalInputGateProfilingData
 
InternalInstanceProfilingData - Class in org.apache.flink.runtime.profiling.impl.types
 
InternalInstanceProfilingData() - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
InternalInstanceProfilingData(InstanceConnectionInfo, int) - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
InternalJobStatus - Enum in org.apache.flink.runtime.executiongraph
This enumeration contains all states a job represented by an ExecutionGraph can have during its lifetime.
InternalOutputGateProfilingData - Class in org.apache.flink.runtime.profiling.impl.types
 
InternalOutputGateProfilingData() - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalOutputGateProfilingData
 
InternalOutputGateProfilingData(JobID, ExecutionVertexID, int, int, int) - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalOutputGateProfilingData
 
InternalProfilingData - Interface in org.apache.flink.runtime.profiling.impl.types
 
IntListValue() - Constructor for class org.apache.flink.api.java.record.io.avro.AvroRecordInputFormat.IntListValue
 
IntMapValue() - Constructor for class org.apache.flink.api.java.record.io.avro.AvroRecordInputFormat.IntMapValue
 
IntParser - Class in org.apache.flink.types.parser
Parses a decimal text field into a IntValue.
IntParser() - Constructor for class org.apache.flink.types.parser.IntParser
 
IntPrimitiveArraySerializer - Class in org.apache.flink.api.common.typeutils.base.array
A serializer for long arrays.
IntPrimitiveArraySerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
IntSerializer - Class in org.apache.flink.api.common.typeutils.base
 
IntSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.IntSerializer
 
IntSumAgg() - Constructor for class org.apache.flink.api.java.aggregation.SumAggregationFunction.IntSumAgg
 
IntValue - Class in org.apache.flink.types
Boxed serializable and comparable integer type, representing the primitive type int.
IntValue() - Constructor for class org.apache.flink.types.IntValue
Initializes the encapsulated int with 0.
IntValue(int) - Constructor for class org.apache.flink.types.IntValue
Initializes the encapsulated int with the provided value.
IntValueParser - Class in org.apache.flink.types.parser
Parses a decimal text field into a IntValue.
IntValueParser() - Constructor for class org.apache.flink.types.parser.IntValueParser
 
IntValueSerializer - Class in org.apache.flink.api.common.typeutils.base
 
IntValueSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
invalidateLookupCacheEntries(Set<ChannelID>) - Method in class org.apache.flink.runtime.instance.Instance
Invalidates the entries identified by the given channel IDs from the remote task manager's receiver lookup cache.
invalidateLookupCacheEntries(Set<ChannelID>) - Method in class org.apache.flink.runtime.io.network.ChannelManager
Invalidates the entries identified by the given channel IDs from the receiver lookup cache.
invalidateLookupCacheEntries(Set<ChannelID>) - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
Invalidates the entries identified by the given channel IDs from the task manager's receiver lookup cache.
invalidateLookupCacheEntries(Set<ChannelID>) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
InvalidProgramException - Exception in org.apache.flink.api.common
An exception thrown to indicate that the composed program is invalid.
InvalidProgramException() - Constructor for exception org.apache.flink.api.common.InvalidProgramException
Creates a new exception with no message.
InvalidProgramException(String) - Constructor for exception org.apache.flink.api.common.InvalidProgramException
Creates a new exception with the given message.
InvalidTypesException - Exception in org.apache.flink.api.java.functions
A special case of the InvalidProgramException, indicating that the types used in an operation are invalid or inconsistent.
InvalidTypesException() - Constructor for exception org.apache.flink.api.java.functions.InvalidTypesException
Creates a new exception with no message.
InvalidTypesException(String) - Constructor for exception org.apache.flink.api.java.functions.InvalidTypesException
Creates a new exception with the given message.
invertNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
invertNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Flag whether normalized key comparisons should be inverted key should be interpreted inverted, i.e.
invertNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
invertNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
invertNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
invertNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
invertNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
invertNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldComparator
 
invertNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
invertNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
inView - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
inView - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
invokableClass - Variable in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
The class of the invokable.
invoke() - Method in class org.apache.flink.runtime.iterative.io.FakeOutputTask
 
invoke() - Method in class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
 
invoke() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Must be overwritten by the concrete task.
invoke() - Method in class org.apache.flink.runtime.operators.DataSinkTask
 
invoke() - Method in class org.apache.flink.runtime.operators.DataSourceTask
 
invoke() - Method in class org.apache.flink.runtime.operators.RegularPactTask
The main work method.
invokeInteractiveModeForExecution() - Method in class org.apache.flink.client.program.PackagedProgram
This method assumes that the context environment is prepared, or the execution will be a local execution by default.
IOManager - Class in org.apache.flink.runtime.io.disk.iomanager
The facade for the provided I/O manager services.
IOManager() - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManager
Constructs a new IOManager, writing channels to the system directory.
IOManager(String) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManager
Constructs a new IOManager.
IOManager(String[]) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManager
Constructs a new IOManager.
ioManager - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The I/O manager used to instantiate writers for the spilled partitions.
ioManager - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
IOReadableWritable - Interface in org.apache.flink.core.io
This interface must be implemented by every class whose objects have to be serialized to their binary representation and vice-versa.
IOUtils - Class in org.apache.flink.runtime.util
An utility class for I/O related functionality.
ipcPort() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
Returns the port instance's task manager runs its IPC service on.
isAbsolute() - Method in class org.apache.flink.core.fs.Path
Checks if the directory of this path is absolute.
isAcyclic() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Checks if the job graph is acyclic.
isBasicType() - Method in class org.apache.flink.api.java.typeutils.BasicArrayTypeInfo
 
isBasicType() - Method in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
isBasicType() - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
isBasicType() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
isBasicType() - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
isBasicType() - Method in class org.apache.flink.api.java.typeutils.PrimitiveArrayTypeInfo
 
isBasicType() - Method in class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
isBasicType() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
isBasicType() - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
isBasicType() - Method in class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
isBasicType() - Method in class org.apache.flink.types.NothingTypeInfo
 
isBasicType() - Method in class org.apache.flink.types.TypeInformation
 
isBranching() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Checks whether this node has branching output.
isBuffer() - Method in class org.apache.flink.runtime.io.network.channels.BufferOrEvent
 
isBufferConsumed() - Method in enum org.apache.flink.runtime.io.network.serialization.RecordDeserializer.DeserializationResult
 
isCached() - Method in enum org.apache.flink.compiler.dag.TempMode
 
isCached(int) - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileResponse
Returns the cache status of the library at the given position.
isCanceled() - Method in interface org.apache.flink.runtime.execution.ExecutionObserver
Returns whether the task has been canceled.
isCanceled() - Method in class org.apache.flink.runtime.taskmanager.Task
 
isChannelTypeUserDefined() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupEdge
Returns if the edge's channel type is user defined.
isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
 
isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
Checks, whether this channel has been closed;
isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
 
isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.RequestQueue
Checks whether this request queue is closed.
isClosed() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
isClosed() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
isClosed() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
isClosed() - Method in class org.apache.flink.runtime.io.network.gates.Gate
Checks if the gate is closed.
isClosed() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
isClosed() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
isCombinable() - Method in class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
Checks whether the operation is combinable.
isCombinable() - Method in class org.apache.flink.api.java.operators.GroupReduceOperator
 
isCombinable() - Method in class org.apache.flink.api.java.record.operators.ReduceOperator
 
isCombinableFirst() - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
 
isCombinableSecond() - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
 
isCombineable() - Method in class org.apache.flink.compiler.dag.GroupReduceNode
Checks, whether a combiner function has been given for the function encapsulated by this reduce contract.
isCompacted() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
isComputablyPartitioned() - Method in enum org.apache.flink.compiler.dataproperties.PartitioningProperty
Checks, if this property represents a partitioning that is computable.
isContextEnvironmentSet() - Static method in class org.apache.flink.api.java.ExecutionEnvironment
 
isConverged(int, T) - Method in interface org.apache.flink.api.common.aggregators.ConvergenceCriterion
Decide whether the iterative algorithm has converged
isConverged(int, DoubleValue) - Method in class org.apache.flink.api.common.aggregators.DoubleZeroConvergence
Returns true, if the aggregator value is zero, false otherwise.
isConverged(int, LongValue) - Method in class org.apache.flink.api.common.aggregators.LongZeroConvergence
Returns true, if the aggregator value is zero, false otherwise.
isConverged(int, LongValue) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionAggregationConvergence
 
isConverged(int, LongValue) - Method in class org.apache.flink.runtime.iterative.convergence.WorksetEmptyConvergenceCriterion
 
isDefaultAlwaysCreateDirectory() - Method in class org.apache.flink.client.LocalExecutor
 
isDefaultAlwaysCreateDirectory() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
isDefaultOverwriteFiles() - Method in class org.apache.flink.client.LocalExecutor
 
isDefaultOverwriteFiles() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
isDir() - Method in interface org.apache.flink.core.fs.FileStatus
Checks if this object represents a directory.
isDir() - Method in class org.apache.flink.core.fs.local.LocalFileStatus
 
isDir() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
 
isDir() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
isDistributedFS() - Method in class org.apache.flink.core.fs.FileSystem
Returns true if this is a distributed file system, false otherwise.
isDistributedFS() - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
isDistributedFS() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
isDistributedFS() - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
isEmpty() - Method in class org.apache.flink.api.java.operators.Keys
 
isEmpty() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Checks whether the buffer is empty.
isEmpty() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Checks whether the buffer is empty.
isEmpty() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Checks whether the buffer is empty.
isEmpty() - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
isEmpty() - Method in class org.apache.flink.runtime.util.IntArrayList
 
isEmpty() - Method in class org.apache.flink.runtime.util.LongArrayList
 
isEmpty() - Method in class org.apache.flink.types.ListValue
 
isEmpty() - Method in class org.apache.flink.types.MapValue
 
isEndOfSuperstep() - Method in class org.apache.flink.runtime.iterative.task.SyncEventHandler
 
isEvent() - Method in class org.apache.flink.runtime.io.network.channels.BufferOrEvent
 
isExecutable - Variable in class org.apache.flink.api.common.cache.DistributedCache.DistributedCacheEntry
 
isExecutionFinished() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Checks if the execution of execution graph is finished.
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.BinaryUnionNode
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.FilterNode
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Checks whether a field is modified by the user code or whether it is kept unchanged.
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.UnaryOperatorNode
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
isFinishing() - Method in class org.apache.flink.runtime.executiongraph.ExecutionPipeline
Checks if the pipeline is currently finishing its execution, i.e.
isFreeBSD() - Static method in enum org.apache.flink.util.OperatingSystem
Checks whether the operating system this JVM runs on is FreeBSD.
isFreed() - Method in class org.apache.flink.core.memory.MemorySegment
Checks whether this memory segment has already been freed.
isFreed() - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
isFreed() - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Checks whether this memory segment has already been freed.
isFreed() - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Checks whether this memory segment has already been freed.
isFullBuffer() - Method in enum org.apache.flink.runtime.io.network.serialization.RecordSerializer.SerializationResult
 
isFullRecord() - Method in enum org.apache.flink.runtime.io.network.serialization.RecordDeserializer.DeserializationResult
 
isFullRecord() - Method in enum org.apache.flink.runtime.io.network.serialization.RecordSerializer.SerializationResult
 
isFullyReplicated() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
isImmediateSolutionSetUpdate() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
Gets whether the type is an immutable type.
isImmutableType() - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
isImmutableType() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.java.typeutils.runtime.GenericArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
isImmutableType() - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordSerializer
 
isImmutableType() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializer
 
isImmutableType() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
isInMemory() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
Checks whether this partition is in memory or spilled.
isInputAsynchronouslyMaterialized(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
isInputCached(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
isInputChannel() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
isInputChannel() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
isInputChannel() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
isInputClosed() - Method in class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
 
isInputClosed() - Method in class org.apache.flink.runtime.io.network.api.MutableRecordReader
 
isInputClosed() - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
 
isInputClosed() - Method in class org.apache.flink.runtime.io.network.api.RecordReader
 
isInputGate() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGate
 
isInputGate() - Method in class org.apache.flink.runtime.io.network.gates.Gate
Checks if the considered gate is an input gate.
isInputGate() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
isInputGate() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
isInputGate() - Method in class org.apache.flink.runtime.managementgraph.ManagementGate
Checks if this gate represents an input gate.
isInputResettable(int) - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
isInputResettable(int) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
isInputResettable(int) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
isInputResettable(int) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
isInputResettable(int) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
isInputResettable(int) - Method in interface org.apache.flink.runtime.operators.ResettablePactDriver
 
isInputVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Checks if this vertex is an input vertex in its stage, i.e.
isInputVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Checks if this vertex is an input vertex in its stage, i.e.
isInputVertex() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Checks if this vertex is an input vertex in its stage, i.e.
isInstanceDependencyChainAcyclic() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Checks if the instance dependency chain created with the setVertexToShareInstancesWith method is acyclic.
isIterativeInputGate(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
isJobAborting() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
isJobCanceledByUser() - Method in exception org.apache.flink.runtime.client.JobExecutionException
Returns true if the job has been aborted as a result of a user request, false otherwise.
isKeyType() - Method in class org.apache.flink.api.java.typeutils.BasicArrayTypeInfo
 
isKeyType() - Method in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
isKeyType() - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
isKeyType() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
isKeyType() - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
isKeyType() - Method in class org.apache.flink.api.java.typeutils.PrimitiveArrayTypeInfo
 
isKeyType() - Method in class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
isKeyType() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
isKeyType() - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
isKeyType() - Method in class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
isKeyType() - Method in class org.apache.flink.types.NothingTypeInfo
 
isKeyType() - Method in class org.apache.flink.types.TypeInformation
 
isLambdaFunction(Function) - Static method in class org.apache.flink.api.common.functions.util.FunctionUtils
 
isLazyMemoryAllocation() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
isLeafNode() - Method in class org.apache.flink.runtime.topology.NetworkNode
 
isLenient() - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
isLibraryLoaded(String) - Static method in class org.apache.flink.runtime.util.NativeCodeLoader
Checks if a native library is already loaded.
isLinux() - Static method in enum org.apache.flink.util.OperatingSystem
Checks whether the operating system this JVM runs on is Linux.
isLoggingEnabled() - Method in class org.apache.flink.api.java.LocalEnvironment
Checks whether logging during the program execution is enabled or disabled.
isMac() - Static method in enum org.apache.flink.util.OperatingSystem
Checks whether the operating system this JVM runs on is Windows.
isMaterializing() - Method in enum org.apache.flink.runtime.operators.DamBehavior
Checks whether this enumeration represents some form of materialization, either with a full dam or without.
isMaterializing() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
isMetBy(Ordering) - Method in class org.apache.flink.api.common.operators.Ordering
 
isMetBy(GlobalProperties) - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Checks, if this set of interesting properties, is met by the given produced properties.
isMetBy(LocalProperties) - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Checks, if this set of properties, as interesting properties, is met by the given properties.
isNetworkStrategy() - Method in enum org.apache.flink.runtime.operators.shipping.ShipStrategyType
 
isNonStaticInnerClass(Class<?>) - Static method in class org.apache.flink.util.InstantiationUtil
Checks, whether the class is an inner class that is not statically accessible.
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.base.BooleanComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.base.ByteComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.base.CharComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.base.DoubleComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.base.FloatComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.base.IntComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.base.LongComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.base.ShortComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.base.StringComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Checks, whether the given number of bytes for a normalized is only a prefix to determine the order of elements of the data type for which this comparator provides the comparison methods.
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
isNull(int) - Method in class org.apache.flink.types.Record
 
isOnDynamicPath() - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
isOnDynamicPath() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
isOnDynamicPath() - Method in class org.apache.flink.compiler.dag.PactConnection
 
isOnDynamicPath() - Method in class org.apache.flink.compiler.plan.Channel
 
isOnDynamicPath() - Method in class org.apache.flink.compiler.plan.PlanNode
 
isOpen() - Method in class org.apache.flink.runtime.net.SocketInputStream
 
isOpen() - Method in class org.apache.flink.runtime.net.SocketOutputStream
 
isOrdered() - Method in enum org.apache.flink.api.common.operators.Order
Checks, if this enum constant represents in fact an order.
isOrderEqualOnFirstNFields(Ordering, int) - Method in class org.apache.flink.api.common.operators.Ordering
 
isOutputVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Checks if this vertex is an output vertex in its stage, i.e.
isOutputVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Checks if this vertex is an output vertex in its stage, i.e.
isOutputVertex() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Checks if this vertex is an output vertex in its stage, i.e.
isPartitioned() - Method in enum org.apache.flink.compiler.dataproperties.PartitioningProperty
Checks, if this property represents in fact a partitioning.
isPartitionedOnFields(FieldSet) - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
isPartitionedOnKey() - Method in enum org.apache.flink.compiler.dataproperties.PartitioningProperty
Checks if this property presents a partitioning that is not random, but on a partitioning key.
isProfilingAvailable() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
Checks if profiling is enabled for the new job.
isPropagateParentSchemaDown() - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
isProperClass(Class<?>) - Static method in class org.apache.flink.util.InstantiationUtil
Checks, whether the class is a proper class, i.e.
isProperlyShutDown() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Utility method to check whether the IO manager has been properly shut down.
isPruneMarkerSet() - Method in class org.apache.flink.compiler.plan.PlanNode
Checks whether the pruning marker was set.
isPublic(Class<?>) - Static method in class org.apache.flink.util.InstantiationUtil
Checks, whether the given class is public.
isReplication() - Method in enum org.apache.flink.compiler.dataproperties.PartitioningProperty
Checks, if this property represents a full replication.
isRootNode() - Method in class org.apache.flink.runtime.topology.NetworkNode
 
isRunning() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
Checks whether this thread is still alive.
isShutDown() - Method in class org.apache.flink.runtime.jobmanager.JobManager
Tests whether the job manager has been shut down completely.
isShutDown() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
Checks whether the task manager has already been shut down.
isSkipInvalidLines() - Method in class org.apache.flink.api.java.io.TextValueInputFormat
 
isSkippingFirstLineAsHeader() - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
isSolutionSetUpdate - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
Gets whether the serializer is stateful.
isStateful() - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
isStateful() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
isStateful() - Method in class org.apache.flink.api.java.typeutils.runtime.GenericArraySerializer
 
isStateful() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
isStateful() - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordSerializer
 
isStateful() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializer
 
isStateful() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
isStateful() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
isStillAlive(long) - Method in class org.apache.flink.runtime.instance.Instance
Returns whether the host is still alive.
isTerminated() - Method in class org.apache.flink.runtime.taskmanager.Task
Checks if the state of the thread which is associated with this task is TERMINATED.
isTrivial() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
Checks, if the properties in this object are trivial, i.e.
isTrivial() - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
Checks, if the properties in this object are trivial, i.e.
isTrivial() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Checks, if the properties in this object are trivial, i.e.
isTrivial() - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Checks, if the properties in this object are trivial, i.e.
isTupleType() - Method in class org.apache.flink.api.java.typeutils.BasicArrayTypeInfo
 
isTupleType() - Method in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
isTupleType() - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
isTupleType() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
isTupleType() - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
isTupleType() - Method in class org.apache.flink.api.java.typeutils.PrimitiveArrayTypeInfo
 
isTupleType() - Method in class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
isTupleType() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
isTupleType() - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
isTupleType() - Method in class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
isTupleType() - Method in class org.apache.flink.types.NothingTypeInfo
 
isTupleType() - Method in class org.apache.flink.types.TypeInformation
 
isUsingInteractiveMode() - Method in class org.apache.flink.client.program.PackagedProgram
 
isUsingProgramEntryPoint() - Method in class org.apache.flink.client.program.PackagedProgram
 
isValidSubset(FieldSet) - Method in class org.apache.flink.api.common.operators.util.FieldList
 
isValidSubset(FieldList) - Method in class org.apache.flink.api.common.operators.util.FieldList
 
isValidSubset(FieldSet) - Method in class org.apache.flink.api.common.operators.util.FieldSet
Checks if the given set of fields is a valid subset of this set of fields.
isValidUnorderedPrefix(FieldSet) - Method in class org.apache.flink.api.common.operators.util.FieldList
 
isWeaklyConnected() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Checks if the job graph is weakly connected.
isWindows() - Static method in enum org.apache.flink.util.OperatingSystem
Checks whether the operating system this JVM runs on is Windows.
isWorksetIteration - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
isWorksetUpdate - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
IterableIterator<E> - Interface in org.apache.flink.util
An Iterator that is also Iterable (often by returning itself).
iterate(int) - Method in class org.apache.flink.api.java.DataSet
Initiates an iterative part of the program that executes multiple times and feeds back data sets.
iterateDelta(DataSet<R>, int, int...) - Method in class org.apache.flink.api.java.DataSet
Initiates a delta iteration.
IterationAggregatorBroker - Class in org.apache.flink.runtime.iterative.concurrent
 
IterationAggregatorBroker() - Constructor for class org.apache.flink.runtime.iterative.concurrent.IterationAggregatorBroker
 
IterationEventWithAggregators - Class in org.apache.flink.runtime.iterative.event
 
IterationEventWithAggregators() - Constructor for class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
IterationEventWithAggregators(String, Value) - Constructor for class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
IterationEventWithAggregators(Map<String, Aggregator<?>>) - Constructor for class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
IterationHeadPactTask<X,Y,S extends Function,OT> - Class in org.apache.flink.runtime.iterative.task
The head is responsible for coordinating an iteration and can run a PactDriver inside.
IterationHeadPactTask() - Constructor for class org.apache.flink.runtime.iterative.task.IterationHeadPactTask
 
IterationIntermediatePactTask<S extends Function,OT> - Class in org.apache.flink.runtime.iterative.task
An intermediate iteration task, which runs a Driver}inside.
IterationIntermediatePactTask() - Constructor for class org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask
 
IterationNode - Interface in org.apache.flink.compiler.dag
 
IterationOperator - Interface in org.apache.flink.api.common.operators
 
IterationPlanNode - Interface in org.apache.flink.compiler.plan
 
IterationRuntimeContext - Interface in org.apache.flink.api.common.functions
 
IterationSynchronizationSinkTask - Class in org.apache.flink.runtime.iterative.task
The task responsible for synchronizing all iteration heads, implemented as an output task.
IterationSynchronizationSinkTask() - Constructor for class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
 
IterationTailPactTask<S extends Function,OT> - Class in org.apache.flink.runtime.iterative.task
An iteration tail, which runs a driver inside.
IterationTailPactTask() - Constructor for class org.apache.flink.runtime.iterative.task.IterationTailPactTask
 
iterativeBroadcastInputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
 
IterativeDataSet<T> - Class in org.apache.flink.api.java
The IterativeDataSet represents the start of an iteration.
iterativeInputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
 
iterator() - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
iterator() - Method in class org.apache.flink.api.java.operators.translation.TupleUnwrappingIterator
 
iterator() - Method in class org.apache.flink.compiler.postpass.DenseValueSchema
 
iterator() - Method in class org.apache.flink.compiler.postpass.SparseKeySchema
 
iterator() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns an iterator over all execution stages contained in this graph.
iterator() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Returns an iterator over all members of this execution group vertex.
iterator() - Method in class org.apache.flink.runtime.executiongraph.ExecutionPipeline
Returns an Iterator to the vertices which are part of this pipeline.
iterator() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
 
iterator - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The iterator to be returned by the sort-merger.
iterator() - Method in class org.apache.flink.runtime.topology.NetworkTopology
 
iterator() - Method in class org.apache.flink.runtime.util.EmptyIterator
 
iterator() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator.ValuesIterator
 
iterator() - Method in class org.apache.flink.runtime.util.MutableToRegularIteratorWrapper
 
iterator() - Method in class org.apache.flink.runtime.util.SingleElementIterator
 
iterator() - Method in class org.apache.flink.spargel.java.MessageIterator
 
iterator() - Method in class org.apache.flink.spargel.java.record.MessageIterator
 
iterator() - Method in class org.apache.flink.types.ListValue
 
iteratorException - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The exception that is set, if the iterator cannot be created.
IteratorInputFormat<T> - Class in org.apache.flink.api.java.io
An input format that returns objects from an iterator.
IteratorInputFormat(Iterator<T>) - Constructor for class org.apache.flink.api.java.io.IteratorInputFormat
 
iteratorLock - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The monitor which guards the iterator field.

J

JarFileCreator - Class in org.apache.flink.runtime.util
This is an auxiliary program which creates a jar file from a set of classes.
JarFileCreator(File) - Constructor for class org.apache.flink.runtime.util.JarFileCreator
Constructs a new jar file creator.
JavaApiPostPass - Class in org.apache.flink.compiler.postpass
The post-optimizer plan traversal.
JavaApiPostPass() - Constructor for class org.apache.flink.compiler.postpass.JavaApiPostPass
 
JavaPlan - Class in org.apache.flink.api.java.operators.translation
Plan subclass for the main Java api.
JavaPlan(List<GenericDataSinkBase<?>>) - Constructor for class org.apache.flink.api.java.operators.translation.JavaPlan
 
JavaProgramTestBase - Class in org.apache.flink.test.util
 
JavaProgramTestBase() - Constructor for class org.apache.flink.test.util.JavaProgramTestBase
 
JavaProgramTestBase(Configuration) - Constructor for class org.apache.flink.test.util.JavaProgramTestBase
 
JDBCExample - Class in org.apache.flink.api.java.io.jdbc.example
 
JDBCExample() - Constructor for class org.apache.flink.api.java.io.jdbc.example.JDBCExample
 
JDBCExample - Class in org.apache.flink.api.java.record.io.jdbc.example
Stand-alone example for the JDBC connector.
JDBCExample() - Constructor for class org.apache.flink.api.java.record.io.jdbc.example.JDBCExample
 
JDBCInputFormat<OUT extends Tuple> - Class in org.apache.flink.api.java.io.jdbc
InputFormat to read data from a database and generate tuples.
JDBCInputFormat() - Constructor for class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
 
JDBCInputFormat - Class in org.apache.flink.api.java.record.io.jdbc
InputFormat to read data from a database and generate PactReords.
JDBCInputFormat() - Constructor for class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
Creates a non-configured JDBCInputFormat.
JDBCInputFormat(String, String, String, String, String) - Constructor for class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
Creates a JDBCInputFormat and configures it.
JDBCInputFormat(String, String, String) - Constructor for class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
Creates a JDBCInputFormat and configures it.
JDBCInputFormat(Configuration, String) - Constructor for class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
Creates a JDBCInputFormat and configures it.
JDBCInputFormat.JDBCInputFormatBuilder - Class in org.apache.flink.api.java.io.jdbc
 
JDBCInputFormat.NotTransformableSQLFieldException - Exception in org.apache.flink.api.java.record.io.jdbc
 
JDBCInputFormatBuilder() - Constructor for class org.apache.flink.api.java.io.jdbc.JDBCInputFormat.JDBCInputFormatBuilder
 
JDBCOutputFormat<OUT extends Tuple> - Class in org.apache.flink.api.java.io.jdbc
OutputFormat to write tuples into a database.
JDBCOutputFormat() - Constructor for class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat
 
JDBCOutputFormat - Class in org.apache.flink.api.java.record.io.jdbc
 
JDBCOutputFormat() - Constructor for class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
 
JDBCOutputFormat.AbstractConfigBuilder<T> - Class in org.apache.flink.api.java.record.io.jdbc
Abstract builder used to set parameters to the output format's configuration in a fluent way.
JDBCOutputFormat.ConfigBuilder - Class in org.apache.flink.api.java.record.io.jdbc
A builder used to set parameters to the output format's configuration in a fluent way.
JDBCOutputFormat.JDBCOutputFormatBuilder - Class in org.apache.flink.api.java.io.jdbc
 
JDBCOutputFormatBuilder() - Constructor for class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat.JDBCOutputFormatBuilder
 
JOB_MANAGER_IPC_ADDRESS_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the network address to connect to for communication with the job manager.
JOB_MANAGER_IPC_HANDLERS_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the number of handler threads for the jobmanager RPC service.
JOB_MANAGER_IPC_PORT_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the network port to connect to for communication with the job manager.
JOB_MANAGER_WEB_ACCESS_FILE_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the path to the htaccess file protecting the web frontend.
JOB_MANAGER_WEB_ARCHIVE_COUNT - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the number of archived jobs for the jobmanager
JOB_MANAGER_WEB_LOG_PATH_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
 
JOB_MANAGER_WEB_PORT_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The port for the pact web-frontend server.
JOB_MANAGER_WEB_ROOT_PATH_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The parameter defining the directory containing the web documents for the jobmanager web frontend.
JobAccumulators - Class in org.apache.flink.runtime.jobmanager.accumulators
Simple class wrapping a map of accumulators for a single job.
JobAccumulators() - Constructor for class org.apache.flink.runtime.jobmanager.accumulators.JobAccumulators
 
JobCancelResult - Class in org.apache.flink.runtime.client
A JobCancelResult is used to report the result of a job cancel request.
JobCancelResult(AbstractJobResult.ReturnCode, String) - Constructor for class org.apache.flink.runtime.client.JobCancelResult
Constructs a new JobCancelResult object with the given return code.
JobCancelResult() - Constructor for class org.apache.flink.runtime.client.JobCancelResult
Constructs an empty JobCancelResult object.
JobCleanUp(JobClient) - Constructor for class org.apache.flink.runtime.client.JobClient.JobCleanUp
Constructs a new clean up object which is used to perform clean up tasks when the job client is terminated.
JobClient - Class in org.apache.flink.runtime.client
The job client is able to submit, control, and abort jobs.
JobClient(JobGraph, ClassLoader) - Constructor for class org.apache.flink.runtime.client.JobClient
Constructs a new job client object and instantiates a local RPC proxy for the JobSubmissionProtocol.
JobClient(JobGraph, Configuration, ClassLoader) - Constructor for class org.apache.flink.runtime.client.JobClient
Constructs a new job client object and instantiates a local RPC proxy for the JobSubmissionProtocol.
JobClient(JobGraph, Configuration, InetSocketAddress, ClassLoader) - Constructor for class org.apache.flink.runtime.client.JobClient
Constructs a new job client object and instantiates a local RPC proxy for the JobSubmissionProtocol.
JobClient.JobCleanUp - Class in org.apache.flink.runtime.client
Inner class used to perform clean up tasks when the job client is terminated.
JOBCLIENT_POLLING_INTERVAL_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The parameter defining the polling interval (in seconds) for the JobClient.
jobConf - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
jobConf - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
jobContext - Variable in class org.apache.flink.hadoopcompatibility.mapreduce.wrapper.HadoopInputSplit
 
JobEdge - Class in org.apache.flink.runtime.jobgraph
Objects of this class represent edges in the user's job graph.
JobEdge(AbstractJobVertex, ChannelType, int, DistributionPattern) - Constructor for class org.apache.flink.runtime.jobgraph.JobEdge
Constructs a new job edge.
JobEvent - Class in org.apache.flink.runtime.event.job
A job event object is used by the job manager to inform a client about changes of the job's status.
JobEvent(long, JobStatus, String) - Constructor for class org.apache.flink.runtime.event.job.JobEvent
Constructs a new job event object.
JobEvent() - Constructor for class org.apache.flink.runtime.event.job.JobEvent
Constructs a new job event object.
JobExecutionException - Exception in org.apache.flink.runtime.client
This exception is thrown by the JobClient if a Nephele job has been aborted either as a result of a user request or an error which occurred during the execution.
JobExecutionException(String, boolean) - Constructor for exception org.apache.flink.runtime.client.JobExecutionException
Constructs a new job execution exception.
JobExecutionResult - Class in org.apache.flink.api.common
 
JobExecutionResult(long, Map<String, Object>) - Constructor for class org.apache.flink.api.common.JobExecutionResult
 
jobExecutionResult - Variable in class org.apache.flink.test.util.RecordAPITestBase
 
JobGraph - Class in org.apache.flink.runtime.jobgraph
A job graph represents an entire job in Nephele.
JobGraph() - Constructor for class org.apache.flink.runtime.jobgraph.JobGraph
Constructs a new job graph with a random job ID.
JobGraph(String) - Constructor for class org.apache.flink.runtime.jobgraph.JobGraph
Constructs a new job graph with the given name and a random job ID.
JobGraphDefinitionException - Exception in org.apache.flink.runtime.jobgraph
 
JobGraphDefinitionException(String) - Constructor for exception org.apache.flink.runtime.jobgraph.JobGraphDefinitionException
 
JobID - Class in org.apache.flink.runtime.jobgraph
 
JobID() - Constructor for class org.apache.flink.runtime.jobgraph.JobID
 
JobID(long, long) - Constructor for class org.apache.flink.runtime.jobgraph.JobID
 
JobID(byte[]) - Constructor for class org.apache.flink.runtime.jobgraph.JobID
 
JobInputVertex - Class in org.apache.flink.runtime.jobgraph
 
JobInputVertex(String, JobVertexID, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.JobInputVertex
 
JobInputVertex(String, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.JobInputVertex
Creates a new job file input vertex with the specified name.
JobInputVertex(JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.JobInputVertex
Creates a new job file input vertex.
JobManagementProtocol - Interface in org.apache.flink.runtime.protocols
The JobManagementProtocol specifies methods required to manage Nephele jobs from a job client.
JobManager - Class in org.apache.flink.runtime.jobmanager
In Nephele the job manager is the central component for communication with clients, creating schedules for incoming jobs and supervise their execution.
JobManager(ExecutionMode) - Constructor for class org.apache.flink.runtime.jobmanager.JobManager
 
JOBMANAGER_ADDRESS_FILE - Static variable in class org.apache.flink.client.CliFrontend
 
JOBMANAGER_CLASSNAME_KEY - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
The class name of the the job manager's profiling component to load if progiling is enabled.
JOBMANAGER_DEFAULT_RPC_PORT - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
The default network port the job manager's profiling component starts its RPC server on.
JOBMANAGER_RPC_PORT_KEY - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
The key to check the port of the job manager's profiling RPC server.
JobmanagerInfoServlet - Class in org.apache.flink.runtime.jobmanager.web
 
JobmanagerInfoServlet(JobManager) - Constructor for class org.apache.flink.runtime.jobmanager.web.JobmanagerInfoServlet
 
JobManagerProfiler - Interface in org.apache.flink.runtime.profiling
This interface must be implemented by profiling components for the job manager.
JobManagerProfilerImpl - Class in org.apache.flink.runtime.profiling.impl
 
JobManagerProfilerImpl(InetAddress) - Constructor for class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
JobManagerProtocol - Interface in org.apache.flink.runtime.protocols
The job manager protocol is implemented by the job manager and offers functionality to task managers which allows them to register themselves, send heart beat messages or to report the results of a task execution.
JobManagerUtils - Class in org.apache.flink.runtime.jobmanager
This class provides static utility methods for the JobManager.
jobName - Variable in class org.apache.flink.api.common.Plan
The name of the job.
JobOutputVertex - Class in org.apache.flink.runtime.jobgraph
A JobOutputVertex is a specific sub-type of a AbstractJobOutputVertex and is designed for Nephele tasks which sink data in a not further specified way.
JobOutputVertex(String, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.JobOutputVertex
Creates a new job file output vertex with the specified name.
JobOutputVertex(String, JobVertexID, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.JobOutputVertex
 
JobOutputVertex(JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.JobOutputVertex
Creates a new job file input vertex.
JobProfilingData - Class in org.apache.flink.runtime.profiling.impl
 
JobProfilingData(ExecutionGraph) - Constructor for class org.apache.flink.runtime.profiling.impl.JobProfilingData
 
JobProgressResult - Class in org.apache.flink.runtime.client
A JobProgressResult is used to report the current progress of a job.
JobProgressResult(AbstractJobResult.ReturnCode, String, SerializableArrayList<AbstractEvent>) - Constructor for class org.apache.flink.runtime.client.JobProgressResult
Constructs a new job progress result object.
JobProgressResult() - Constructor for class org.apache.flink.runtime.client.JobProgressResult
Empty constructor used for object deserialization.
JobsInfoServlet - Class in org.apache.flink.client.web
 
JobsInfoServlet(Configuration) - Constructor for class org.apache.flink.client.web.JobsInfoServlet
 
JobsServlet - Class in org.apache.flink.client.web
A servlet that accepts uploads of pact programs, returns a listing of the directory containing the job jars, and deleting these jars.
JobsServlet(File, File, String) - Constructor for class org.apache.flink.client.web.JobsServlet
Creates a new JobServlet, configured with the given directories and the given result page.
JobStatus - Enum in org.apache.flink.runtime.jobgraph
Defines the possible status of a job once it has been accepted by the job manager.
jobStatusHasChanged(ExecutionGraph, InternalJobStatus, String) - Method in interface org.apache.flink.runtime.executiongraph.JobStatusListener
Called when the status of the job with the given {@li
jobStatusHasChanged(ExecutionGraph, InternalJobStatus, String) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
jobStatusHasChanged(ExecutionGraph, InternalJobStatus, String) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
 
JobStatusListener - Interface in org.apache.flink.runtime.executiongraph
This interface allows objects to receive notifications when the status of an observed job has changed.
JobSubmissionException - Exception in org.apache.flink.runtime
A job submission exception is thrown if an error occurs while submitting a job from the client to the job manager.
JobSubmissionException(String) - Constructor for exception org.apache.flink.runtime.JobSubmissionException
Constructs a new job submission exception with the given error message.
JobSubmissionResult - Class in org.apache.flink.runtime.client
A JobSubmissionResult is used to report the results of a job submission.
JobSubmissionResult(AbstractJobResult.ReturnCode, String) - Constructor for class org.apache.flink.runtime.client.JobSubmissionResult
Constructs a new JobSubmissionResult object with the given return code.
JobSubmissionResult() - Constructor for class org.apache.flink.runtime.client.JobSubmissionResult
Constructs an empty JobSubmissionResult object.
JobSubmissionServlet - Class in org.apache.flink.client.web
 
JobSubmissionServlet(Configuration, File, File) - Constructor for class org.apache.flink.client.web.JobSubmissionServlet
 
JobTaskVertex - Class in org.apache.flink.runtime.jobgraph
A JobTaskVertex is the vertex type for regular tasks (with both input and output) in Nephele.
JobTaskVertex(String, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.JobTaskVertex
Creates a new job task vertex with the specified name.
JobTaskVertex(String, JobVertexID, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.JobTaskVertex
 
JobTaskVertex(JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.JobTaskVertex
Creates a new job task vertex.
JobVertexID - Class in org.apache.flink.runtime.jobgraph
A class for statistically unique job vertex IDs.
JobVertexID() - Constructor for class org.apache.flink.runtime.jobgraph.JobVertexID
 
JobWithJars - Class in org.apache.flink.client.program
 
JobWithJars(Plan, List<String>) - Constructor for class org.apache.flink.client.program.JobWithJars
 
JobWithJars(Plan, String) - Constructor for class org.apache.flink.client.program.JobWithJars
 
join(IN1, IN2, Collector<OUT>) - Method in interface org.apache.flink.api.common.functions.FlatJoinFunction
The join method, called once per joined pair of elements.
join(IN1, IN2) - Method in interface org.apache.flink.api.common.functions.JoinFunction
The join method, called once per joined pair of elements.
join(DataSet<R>) - Method in class org.apache.flink.api.java.DataSet
Initiates a Join transformation.
join(IN1, IN2, Collector<OUT>) - Method in class org.apache.flink.api.java.functions.RichFlatJoinFunction
 
join(IN1, IN2) - Method in class org.apache.flink.api.java.functions.RichJoinFunction
 
join(T1, T2, Collector<Tuple2<T1, T2>>) - Method in class org.apache.flink.api.java.operators.JoinOperator.DefaultFlatJoinFunction
 
join(T1, T2, Collector<T1>) - Method in class org.apache.flink.api.java.operators.JoinOperator.LeftSemiFlatJoinFunction
 
join(T1, T2, Collector<R>) - Method in class org.apache.flink.api.java.operators.JoinOperator.ProjectFlatJoinFunction
 
join(T1, T2, Collector<T2>) - Method in class org.apache.flink.api.java.operators.JoinOperator.RightSemiFlatJoinFunction
 
join(Tuple2<K, I1>, Tuple2<K, I2>, Collector<OUT>) - Method in class org.apache.flink.api.java.operators.translation.PlanUnwrappingJoinOperator.TupleUnwrappingJoiner
 
join(Record, Record, Collector<Record>) - Method in class org.apache.flink.api.java.record.functions.JoinFunction
 
join() - Method in class org.apache.flink.client.web.WebInterfaceServer
Lets the calling thread wait until the server terminates its operation.
join(Tuple2<Long, Long>, Tuple2<Long, Long>, Collector<Tuple2<Long, Long>>) - Method in class org.apache.flink.example.java.graph.ConnectedComponents.ComponentIdFilter
 
join(Tuple2<Long, Long>, Tuple2<Long, Long>) - Method in class org.apache.flink.example.java.graph.ConnectedComponents.NeighborWithComponentIDJoin
 
join() - Method in class org.apache.flink.runtime.ipc.Server
Wait for the server to be stopped.
joinedPathsVector - Variable in class org.apache.flink.compiler.dag.OptimizerNode.UnclosedBranchDescriptor
 
JoinFunction<IN1,IN2,OUT> - Interface in org.apache.flink.api.common.functions
Interface for Join functions.
JoinFunction - Class in org.apache.flink.api.java.record.functions
The JoinFunction must implementation by functions of a JoinOperator.
JoinFunction() - Constructor for class org.apache.flink.api.java.record.functions.JoinFunction
 
JoinOperator<I1,I2,OUT> - Class in org.apache.flink.api.java.operators
A DataSet that is the result of a Join transformation.
JoinOperator(DataSet<I1>, DataSet<I2>, Keys<I1>, Keys<I2>, TypeInformation<OUT>, JoinOperator.JoinHint) - Constructor for class org.apache.flink.api.java.operators.JoinOperator
 
JoinOperator - Class in org.apache.flink.api.java.record.operators
JoinOperator that applies a JoinFunction to each pair of records from both inputs that have matching keys.
JoinOperator(JoinOperator.Builder) - Constructor for class org.apache.flink.api.java.record.operators.JoinOperator
The private constructor that only gets invoked from the Builder.
JoinOperator.Builder - Class in org.apache.flink.api.java.record.operators
Builder pattern, straight from Joshua Bloch's Effective Java (2nd Edition).
JoinOperator.DefaultFlatJoinFunction<T1,T2> - Class in org.apache.flink.api.java.operators
 
JoinOperator.DefaultJoin<I1,I2> - Class in org.apache.flink.api.java.operators
A Join transformation that wraps pairs of joining elements into Tuple2.
It also represents the DataSet that is the result of a Join transformation.
JoinOperator.EquiJoin<I1,I2,OUT> - Class in org.apache.flink.api.java.operators
A Join transformation that applies a on each pair of joining elements.
It also represents the DataSet that is the result of a Join transformation.
JoinOperator.JoinHint - Enum in org.apache.flink.api.java.operators
An enumeration of hints, optionally usable to tell the system how exactly execute the join.
JoinOperator.JoinOperatorSets<I1,I2> - Class in org.apache.flink.api.java.operators
Intermediate step of a Join transformation.
JoinOperator.JoinOperatorSets.JoinOperatorSetsPredicate - Class in org.apache.flink.api.java.operators
Intermediate step of a Join transformation.
JoinOperator.JoinProjection<I1,I2> - Class in org.apache.flink.api.java.operators
 
JoinOperator.LeftSemiFlatJoinFunction<T1,T2> - Class in org.apache.flink.api.java.operators
 
JoinOperator.ProjectFlatJoinFunction<T1,T2,R extends Tuple> - Class in org.apache.flink.api.java.operators
 
JoinOperator.ProjectJoin<I1,I2,OUT extends Tuple> - Class in org.apache.flink.api.java.operators
A Join transformation that projects joining elements or fields of joining Tuples into result Tuples.
JoinOperator.RightSemiFlatJoinFunction<T1,T2> - Class in org.apache.flink.api.java.operators
 
JoinOperatorBase<IN1,IN2,OUT,FT extends FlatJoinFunction<IN1,IN2,OUT>> - Class in org.apache.flink.api.common.operators.base
 
JoinOperatorBase(UserCodeWrapper<FT>, BinaryOperatorInformation<IN1, IN2, OUT>, int[], int[], String) - Constructor for class org.apache.flink.api.common.operators.base.JoinOperatorBase
 
JoinOperatorBase(FT, BinaryOperatorInformation<IN1, IN2, OUT>, int[], int[], String) - Constructor for class org.apache.flink.api.common.operators.base.JoinOperatorBase
 
JoinOperatorBase(Class<? extends FT>, BinaryOperatorInformation<IN1, IN2, OUT>, int[], int[], String) - Constructor for class org.apache.flink.api.common.operators.base.JoinOperatorBase
 
JoinOperatorSets(DataSet<I1>, DataSet<I2>) - Constructor for class org.apache.flink.api.java.operators.JoinOperator.JoinOperatorSets
 
JoinOperatorSets(DataSet<I1>, DataSet<I2>, JoinOperator.JoinHint) - Constructor for class org.apache.flink.api.java.operators.JoinOperator.JoinOperatorSets
 
JoinProjection(DataSet<I1>, DataSet<I2>, Keys<I1>, Keys<I2>, JoinOperator.JoinHint, int[], int[]) - Constructor for class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
 
JoinTaskIterator<V1,V2,O> - Interface in org.apache.flink.runtime.operators.util
Interface of an iterator that performs the logic of a match task.
JoinVertexWithEdgesMatch() - Constructor for class org.apache.flink.example.java.graph.PageRankBasic.JoinVertexWithEdgesMatch
 
joinWithHuge(DataSet<R>) - Method in class org.apache.flink.api.java.DataSet
Initiates a Join transformation.
A Join transformation joins the elements of two DataSets on key equality and provides multiple ways to combine joining elements into one DataSet.
This method also gives the hint to the optimizer that the second DataSet to join is much larger than the first one.
This method returns a JoinOperatorSet on which JoinOperatorSets#where() needs to be called to define the join key of the first joining (i.e., this) DataSet.
JoinWithSolutionSetFirstDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
 
JoinWithSolutionSetFirstDriver() - Constructor for class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
JoinWithSolutionSetSecondDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
 
JoinWithSolutionSetSecondDriver() - Constructor for class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
joinWithTiny(DataSet<R>) - Method in class org.apache.flink.api.java.DataSet
Initiates a Join transformation.

K

keepBuildSidePartitions - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
If true, build side partitions are kept for multiple probe steps.
key - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
Key<T> - Interface in org.apache.flink.types
This interface has to be implemented by all data types that act as key.
KeyExtractingMapper<T,K> - Class in org.apache.flink.api.java.operators.translation
 
KeyExtractingMapper(KeySelector<T, K>) - Constructor for class org.apache.flink.api.java.operators.translation.KeyExtractingMapper
 
keyField(Class<? extends Key<?>>, int, int) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Adds additional key field.
keyField(Class<? extends Key<?>>, int, int) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Adds additional key field.
keyField(Class<? extends Key<?>>, int) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.Builder
Adds additional key field.
KeyFieldOutOfBoundsException - Exception in org.apache.flink.types
An exception specifying that a required key field was not set in a record, i.e.
KeyFieldOutOfBoundsException() - Constructor for exception org.apache.flink.types.KeyFieldOutOfBoundsException
Constructs an KeyFieldOutOfBoundsException with null as its error detail message.
KeyFieldOutOfBoundsException(String) - Constructor for exception org.apache.flink.types.KeyFieldOutOfBoundsException
Constructs an KeyFieldOutOfBoundsException with the specified detail message.
KeyFieldOutOfBoundsException(int) - Constructor for exception org.apache.flink.types.KeyFieldOutOfBoundsException
Constructs an KeyFieldOutOfBoundsException with a default message, referring to given field number as the null key field.
KeyGroupedIterator<E> - Class in org.apache.flink.runtime.util
The KeyValueIterator returns a key and all values that belong to the key (share the same key).
KeyGroupedIterator(MutableObjectIterator<E>, TypeSerializer<E>, TypeComparator<E>) - Constructor for class org.apache.flink.runtime.util.KeyGroupedIterator
Initializes the KeyGroupedIterator.
KeyGroupedIterator.ValuesIterator - Class in org.apache.flink.runtime.util
 
KeyGroupedMutableObjectIterator<E> - Class in org.apache.flink.runtime.util
The KeyValueIterator returns a key and all values that belong to the key (share the same key).
KeyGroupedMutableObjectIterator(MutableObjectIterator<E>, TypeSerializer<E>, TypeComparator<E>) - Constructor for class org.apache.flink.runtime.util.KeyGroupedMutableObjectIterator
Initializes the KeyGroupedIterator.
keyList - Variable in class org.apache.flink.compiler.operators.OperatorDescriptorSingle
 
KeyRemovingMapper<T,K> - Class in org.apache.flink.api.java.operators.translation
 
KeyRemovingMapper() - Constructor for class org.apache.flink.api.java.operators.translation.KeyRemovingMapper
 
keys - Variable in class org.apache.flink.api.java.operators.Grouping
 
Keys<T> - Class in org.apache.flink.api.java.operators
 
Keys() - Constructor for class org.apache.flink.api.java.operators.Keys
 
keys - Variable in class org.apache.flink.compiler.dag.SingleInputNode
 
keys - Variable in class org.apache.flink.compiler.operators.OperatorDescriptorSingle
 
keys - Variable in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
Keys.ExpressionKeys<T> - Class in org.apache.flink.api.java.operators
 
Keys.FieldPositionKeys<T> - Class in org.apache.flink.api.java.operators
 
Keys.SelectorFunctionKeys<T,K> - Class in org.apache.flink.api.java.operators
 
keys1 - Variable in class org.apache.flink.compiler.dag.TwoInputNode
 
keys1 - Variable in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
keys1 - Variable in class org.apache.flink.compiler.plan.DualInputPlanNode
 
keys2 - Variable in class org.apache.flink.compiler.dag.TwoInputNode
 
keys2 - Variable in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
keys2 - Variable in class org.apache.flink.compiler.plan.DualInputPlanNode
 
KeySelector<IN,KEY> - Interface in org.apache.flink.api.java.functions
The KeySelector allows to use arbitrary objects for operations such as reduce, reduceGroup, join, coGoup, etc.
keySet() - Method in class org.apache.flink.configuration.Configuration
Returns the keys of all key/value pairs stored inside this configuration object.
keySet() - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
keySet() - Method in class org.apache.flink.types.MapValue
 
killExecution() - Method in class org.apache.flink.runtime.taskmanager.Task
 
killInstance(StringRecord) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
killInstance(StringRecord) - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
Kills the instance with the given name (i.e.
killTask() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Kills and removes the task represented by this vertex from the instance it is currently running on.
killTask(ExecutionVertexID) - Method in class org.apache.flink.runtime.instance.Instance
Kills the task identified by the given ID at the instance's TaskManager.
killTask(JobID, ManagementVertexID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
killTask(JobID, ManagementVertexID) - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
Kills the task with the given vertex ID.
killTask(ExecutionVertexID) - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
Advises the task manager to kill the task with the given ID.
killTask(ExecutionVertexID) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
killTaskManager() - Method in class org.apache.flink.runtime.instance.Instance
Kills the task manager running on this instance.
killTaskManager() - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
Kills the task manager.
killTaskManager() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
KMeans - Class in org.apache.flink.example.java.clustering
This example implements a basic K-Means clustering algorithm.
KMeans() - Constructor for class org.apache.flink.example.java.clustering.KMeans
 
KMeans.Centroid - Class in org.apache.flink.example.java.clustering
A simple two-dimensional centroid, basically a point with an ID.
KMeans.CentroidAccumulator - Class in org.apache.flink.example.java.clustering
Sums and counts point coordinates.
KMeans.CentroidAverager - Class in org.apache.flink.example.java.clustering
Computes new centroid from coordinate sum and count of points.
KMeans.CountAppender - Class in org.apache.flink.example.java.clustering
Appends a count variable to the tuple.
KMeans.Point - Class in org.apache.flink.example.java.clustering
A simple two-dimensional point.
KMeans.SelectNearestCenter - Class in org.apache.flink.example.java.clustering
Determines the closest cluster center for a data point.
KMeans.TupleCentroidConverter - Class in org.apache.flink.example.java.clustering
Converts a Tuple3 into a Centroid.
KMeans.TuplePointConverter - Class in org.apache.flink.example.java.clustering
Converts a Tuple2 into a Point.
KMeansData - Class in org.apache.flink.example.java.clustering.util
Provides the default data sets used for the K-Means example program.
KMeansData() - Constructor for class org.apache.flink.example.java.clustering.util.KMeansData
 
KMeansData - Class in org.apache.flink.test.testdata
 
KMeansDataGenerator - Class in org.apache.flink.example.java.clustering.util
Generates data for the KMeans example program.
KMeansDataGenerator() - Constructor for class org.apache.flink.example.java.clustering.util.KMeansDataGenerator
 

L

lastIndexOf(Object) - Method in class org.apache.flink.types.ListValue
 
LeftSemiFlatJoinFunction() - Constructor for class org.apache.flink.api.java.operators.JoinOperator.LeftSemiFlatJoinFunction
 
length() - Method in class org.apache.flink.api.avro.FSDataInputStreamWrapper
 
length() - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
length() - Method in class org.apache.flink.types.StringValue
 
lenient(boolean) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat.AbstractConfigBuilder
Sets the leniency for the serializer.
LENIENT_PARSING - Static variable in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
LibraryCacheManager - Class in org.apache.flink.runtime.execution.librarycache
For each job graph that is submitted to the system the library cache manager maintains a set of libraries (typically JAR files) which the job requires to run.
LibraryCacheProfileRequest - Class in org.apache.flink.runtime.execution.librarycache
A library cache profile request includes a set of library names and issues a task manager to report which of these libraries are currently available in its local cache.
LibraryCacheProfileRequest() - Constructor for class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileRequest
 
LibraryCacheProfileResponse - Class in org.apache.flink.runtime.execution.librarycache
A library cache profile response is the response to a library cache profile request.
LibraryCacheProfileResponse(LibraryCacheProfileRequest) - Constructor for class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileResponse
Construct a library cache profile response from a given library cache profile request and initially sets the cache status for all included library names to false.
LibraryCacheProfileResponse() - Constructor for class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileResponse
Constructs an empty library cache profile response.
LibraryCacheUpdate - Class in org.apache.flink.runtime.execution.librarycache
This class is used to encapsulate the transmission of a library file in a Nephele RPC call.
LibraryCacheUpdate(String) - Constructor for class org.apache.flink.runtime.execution.librarycache.LibraryCacheUpdate
Constructs a new library cache update object.
LibraryCacheUpdate() - Constructor for class org.apache.flink.runtime.execution.librarycache.LibraryCacheUpdate
Constructor used to reconstruct the object at the receiver of the RPC call.
limitSize(int) - Method in class org.apache.flink.runtime.io.network.Buffer
 
LinearRegression - Class in org.apache.flink.example.java.ml
This example implements a basic Linear Regression to solve the y = theta0 + theta1*x problem using batch gradient descent algorithm.
LinearRegression() - Constructor for class org.apache.flink.example.java.ml.LinearRegression
 
LinearRegression.Data - Class in org.apache.flink.example.java.ml
A simple data sample, x means the input, and y means the target.
LinearRegression.Params - Class in org.apache.flink.example.java.ml
A set of parameters -- theta0, theta1.
LinearRegression.SubUpdate - Class in org.apache.flink.example.java.ml
Compute a single BGD type update for every parameters.
LinearRegression.TupleDataConverter - Class in org.apache.flink.example.java.ml
Converts a Tuple2 into a Data.
LinearRegression.TupleParamsConverter - Class in org.apache.flink.example.java.ml
Converts a Tuple2 into a Params.
LinearRegression.Update - Class in org.apache.flink.example.java.ml
Compute the final update by average them.
LinearRegression.UpdateAccumulator - Class in org.apache.flink.example.java.ml
Accumulator all the update.
LinearRegressionData - Class in org.apache.flink.example.java.ml.util
Provides the default data sets used for the Linear Regression example program.
LinearRegressionData() - Constructor for class org.apache.flink.example.java.ml.util.LinearRegressionData
 
LinearRegressionDataGenerator - Class in org.apache.flink.example.java.ml.util
Generates data for the LinearRegression example program.
LinearRegressionDataGenerator() - Constructor for class org.apache.flink.example.java.ml.util.LinearRegressionDataGenerator
 
lineDelimiter - Variable in class org.apache.flink.api.java.io.CsvReader
 
lineDelimiter(String) - Method in class org.apache.flink.api.java.io.CsvReader
Configures the delimiter that separates the lines/rows.
Lineitem() - Constructor for class org.apache.flink.example.java.relational.TPCHQuery3.Lineitem
 
list(String[]) - Method in class org.apache.flink.client.CliFrontend
Executes the list action.
listIterator() - Method in class org.apache.flink.types.ListValue
 
listIterator(int) - Method in class org.apache.flink.types.ListValue
 
ListMemorySegmentSource - Class in org.apache.flink.runtime.memorymanager
Simple memory segment source that draws segments from a list.
ListMemorySegmentSource(List<MemorySegment>) - Constructor for class org.apache.flink.runtime.memorymanager.ListMemorySegmentSource
 
listStatus(Path) - Method in class org.apache.flink.core.fs.FileSystem
List the statuses of the files/directories in the given path if the path is a directory.
listStatus(Path) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
listStatus(Path) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
listStatus(Path) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
ListValue<V extends Value> - Class in org.apache.flink.types
Generic list base type for PACT programs that implements the Value and List interfaces.
ListValue() - Constructor for class org.apache.flink.types.ListValue
Initializes the encapsulated list with an empty ArrayList.
ListValue(Collection<V>) - Constructor for class org.apache.flink.types.ListValue
Initializes the encapsulated list with an ArrayList filled with all object contained in the specified Collection object.
loadConfiguration(String) - Static method in class org.apache.flink.configuration.GlobalConfiguration
Loads the configuration files from the specified directory.
loadGloablConfigParams() - Static method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
loadJobManagerProfiler(String, InetAddress) - Static method in class org.apache.flink.runtime.profiling.ProfilingUtils
Creates an instance of the job manager's profiling component.
loadLibraryFromFile(String, String) - Static method in class org.apache.flink.runtime.util.NativeCodeLoader
Loads a native library from a file.
loadTaskManagerProfiler(String, InetAddress, InstanceConnectionInfo) - Static method in class org.apache.flink.runtime.profiling.ProfilingUtils
Creates an instance of the task manager's profiling component.
LOCAL_INSTANCE_MANAGER_NUMBER_TASK_MANAGER - Static variable in class org.apache.flink.configuration.ConfigConstants
Sets the number of local task managers
LocalBlockLocation - Class in org.apache.flink.core.fs.local
Implementation of the BlockLocation interface for a local file system.
LocalBlockLocation(String, long) - Constructor for class org.apache.flink.core.fs.local.LocalBlockLocation
 
LocalBufferPool - Class in org.apache.flink.runtime.io.network.bufferprovider
A buffer pool used to manage a designated number of buffers from a GlobalBufferPool.
LocalBufferPool(GlobalBufferPool, int) - Constructor for class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
LocalBufferPoolOwner - Interface in org.apache.flink.runtime.io.network.bufferprovider
A local buffer pool owner is an object which initially retrieves its buffers from the GlobalBufferPool and manages its fraction of the overall buffer pool locally by means of a LocalBufferPool.
LocalCollectionOutputFormat<T> - Class in org.apache.flink.api.java.io
An output format that writes record into collection
LocalCollectionOutputFormat(Collection<T>) - Constructor for class org.apache.flink.api.java.io.LocalCollectionOutputFormat
 
LocalConnectionManager - Class in org.apache.flink.runtime.io.network
 
LocalConnectionManager() - Constructor for class org.apache.flink.runtime.io.network.LocalConnectionManager
 
LocalDataInputStream - Class in org.apache.flink.core.fs.local
The LocalDataInputStream class is a wrapper class for a data input stream to the local file system.
LocalDataInputStream(File) - Constructor for class org.apache.flink.core.fs.local.LocalDataInputStream
Constructs a new LocalDataInputStream object from a given File object.
LocalDataOutputStream - Class in org.apache.flink.core.fs.local
The LocalDataOutputStream class is a wrapper class for a data output stream to the local file system.
LocalDataOutputStream(File) - Constructor for class org.apache.flink.core.fs.local.LocalDataOutputStream
Constructs a new LocalDataOutputStream object from a given File object.
LocalEnvironment - Class in org.apache.flink.api.java
An ExecutionEnvironment that runs the program locally, multi-threaded, in the JVM where the environment is instantiated.
LocalEnvironment() - Constructor for class org.apache.flink.api.java.LocalEnvironment
Creates a new local environment.
localExecutionIsAllowed() - Static method in class org.apache.flink.api.java.ExecutionEnvironment
 
LocalExecutor - Class in org.apache.flink.client
A class for executing a Plan on a local embedded Flink runtime instance.
LocalExecutor() - Constructor for class org.apache.flink.client.LocalExecutor
 
LocalFileStatus - Class in org.apache.flink.core.fs.local
The class LocalFileStatus provides an implementation of the FileStatus interface for the local file system.
LocalFileStatus(File, FileSystem) - Constructor for class org.apache.flink.core.fs.local.LocalFileStatus
Creates a LocalFileStatus object from a given File object.
LocalFileSystem - Class in org.apache.flink.core.fs.local
The class LocalFile provides an implementation of the FileSystem interface for the local file system.
LocalFileSystem() - Constructor for class org.apache.flink.core.fs.local.LocalFileSystem
Constructs a new LocalFileSystem object.
LocalInstanceManager - Class in org.apache.flink.runtime.instance
 
LocalInstanceManager() - Constructor for class org.apache.flink.runtime.instance.LocalInstanceManager
 
LocalProperties - Class in org.apache.flink.compiler.dataproperties
This class represents local properties of the data.
LocalProperties() - Constructor for class org.apache.flink.compiler.dataproperties.LocalProperties
Default constructor for trivial local properties.
LocalPropertiesPair(RequestedLocalProperties, RequestedLocalProperties) - Constructor for class org.apache.flink.compiler.operators.OperatorDescriptorDual.LocalPropertiesPair
 
localProps - Variable in class org.apache.flink.compiler.plan.PlanNode
 
LocalReceiverCancelledException - Exception in org.apache.flink.runtime.io.network
 
LocalReceiverCancelledException(ChannelID) - Constructor for exception org.apache.flink.runtime.io.network.LocalReceiverCancelledException
 
localStrategies - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The local strategies that are applied on the inputs.
LocalStrategy - Enum in org.apache.flink.runtime.operators.util
Enumeration of all available local processing strategies tasks.
LocatableInputSplit - Class in org.apache.flink.core.io
A locatable input split is an input split referring to input data which is located on one or more hosts.
LocatableInputSplit(int, String[]) - Constructor for class org.apache.flink.core.io.LocatableInputSplit
Creates a new locatable input split.
LocatableInputSplit() - Constructor for class org.apache.flink.core.io.LocatableInputSplit
Default constructor for serialization/deserialization.
LocatableInputSplitAssigner - Class in org.apache.flink.runtime.jobmanager.splitassigner
The locatable input split assigner is a specific implementation of the InputSplitAssigner interface for LocatableInputSplit objects.
LocatableInputSplitAssigner() - Constructor for class org.apache.flink.runtime.jobmanager.splitassigner.LocatableInputSplitAssigner
 
LocatableInputSplitList - Class in org.apache.flink.runtime.jobmanager.splitassigner
The locatable input split list stores the locatable input splits for an input vertex that are still expected to be consumed.
LocatableInputSplitList() - Constructor for class org.apache.flink.runtime.jobmanager.splitassigner.LocatableInputSplitList
 
lock(long, long, boolean) - Method in class org.apache.flink.core.fs.FileChannelWrapper
 
LOG - Static variable in class org.apache.flink.compiler.PactCompiler
The log handle that is used by the compiler to log messages.
LOG - Static variable in class org.apache.flink.runtime.ipc.Client
 
LOG - Static variable in class org.apache.flink.runtime.ipc.Server
 
LOG - Static variable in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
The LOG object to report events within the scheduler.
LOG - Static variable in class org.apache.flink.runtime.operators.MatchDriver
 
LOG - Static variable in class org.apache.flink.runtime.operators.RegularPactTask
 
LOG - Static variable in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
LOG - Static variable in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
 
log2floor(int) - Static method in class org.apache.flink.runtime.util.MathUtils
Computes the logarithm of the given value to the base of 2, rounded down.
log2strict(int) - Static method in class org.apache.flink.runtime.util.MathUtils
Computes the logarithm of the given value to the base of 2.
logAndThrowException(Exception, AbstractInvokable) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Prints an error message and throws the given exception.
logBufferUtilization() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
logBufferUtilization() - Method in class org.apache.flink.runtime.instance.Instance
Triggers the remote task manager to print out the current utilization of its read and write buffers to its logs.
logBufferUtilization() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
Logs the current status of the local buffer pool.
logBufferUtilization() - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
logBufferUtilization() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
logBufferUtilization(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
logBufferUtilization(JobID) - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
Triggers all task managers involved in processing the job with the given job ID to write the utilization of their read and write buffers to their log files.
logBufferUtilization() - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
Triggers the task manager write the current utilization of its read and write buffers to its logs.
logBufferUtilization() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
logEnvironmentInfo(Log, String) - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
 
LogfileInfoServlet - Class in org.apache.flink.runtime.jobmanager.web
 
LogfileInfoServlet(File) - Constructor for class org.apache.flink.runtime.jobmanager.web.LogfileInfoServlet
 
logQueuedEnvelopes() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
LogUtils - Class in org.apache.flink.util
 
LogUtils() - Constructor for class org.apache.flink.util.LogUtils
 
LONG_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.BasicArrayTypeInfo
 
LONG_PRIMITIVE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.PrimitiveArrayTypeInfo
 
LONG_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
LongArrayList - Class in org.apache.flink.runtime.util
Minimal implementation of an array-backed list of longs
LongArrayList(int) - Constructor for class org.apache.flink.runtime.util.LongArrayList
 
LongComparator - Class in org.apache.flink.api.common.typeutils.base
 
LongComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.LongComparator
 
LongCounter - Class in org.apache.flink.api.common.accumulators
 
LongCounter() - Constructor for class org.apache.flink.api.common.accumulators.LongCounter
 
LongListValue() - Constructor for class org.apache.flink.api.java.record.io.avro.AvroRecordInputFormat.LongListValue
 
LongMapValue() - Constructor for class org.apache.flink.api.java.record.io.avro.AvroRecordInputFormat.LongMapValue
 
LongParser - Class in org.apache.flink.types.parser
Parses a decimal text field into a LongValue.
LongParser() - Constructor for class org.apache.flink.types.parser.LongParser
 
LongPrimitiveArraySerializer - Class in org.apache.flink.api.common.typeutils.base.array
A serializer for long arrays.
LongPrimitiveArraySerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
LongSerializer - Class in org.apache.flink.api.common.typeutils.base
 
LongSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.LongSerializer
 
LongSumAgg() - Constructor for class org.apache.flink.api.java.aggregation.SumAggregationFunction.LongSumAgg
 
LongSumAggregator - Class in org.apache.flink.api.common.aggregators
An Aggregator that sums up long values.
LongSumAggregator() - Constructor for class org.apache.flink.api.common.aggregators.LongSumAggregator
 
LongValue - Class in org.apache.flink.types
Boxed serializable and comparable long integer type, representing the primitive type long.
LongValue() - Constructor for class org.apache.flink.types.LongValue
Initializes the encapsulated long with 0.
LongValue(long) - Constructor for class org.apache.flink.types.LongValue
Initializes the encapsulated long with the specified value.
LongValueParser - Class in org.apache.flink.types.parser
Parses a decimal text field into a LongValue.
LongValueParser() - Constructor for class org.apache.flink.types.parser.LongValueParser
 
LongValueSerializer - Class in org.apache.flink.api.common.typeutils.base
 
LongValueSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
LongZeroConvergence - Class in org.apache.flink.api.common.aggregators
A ConvergenceCriterion over an Aggregator that defines convergence as reached once the aggregator holds the value zero.
LongZeroConvergence() - Constructor for class org.apache.flink.api.common.aggregators.LongZeroConvergence
 
lookupConnectionInfo(InstanceConnectionInfo, JobID, ChannelID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
lookupConnectionInfo(InstanceConnectionInfo, JobID, ChannelID) - Method in interface org.apache.flink.runtime.protocols.ChannelLookupProtocol
Retrieves all recipients of a data for the given sourceChannelID.

M

MAGIC_NUMBER - Static variable in class org.apache.flink.runtime.io.network.netty.OutboundEnvelopeEncoder
 
main(String[]) - Static method in class org.apache.flink.api.java.io.jdbc.example.JDBCExample
 
main(String[]) - Static method in class org.apache.flink.api.java.record.io.avro.example.ReflectiveAvroTypeExample
 
main(String[]) - Static method in class org.apache.flink.api.java.record.io.jdbc.example.JDBCExample
 
main(String[]) - Static method in class org.apache.flink.client.CliFrontend
Submits the job based on the arguments
main(String[]) - Static method in class org.apache.flink.client.WebFrontend
Main method.
main(String[]) - Static method in class org.apache.flink.example.java.clustering.KMeans
 
main(String[]) - Static method in class org.apache.flink.example.java.clustering.util.KMeansDataGenerator
Main method to generate data for the KMeans example program.
main(String...) - Static method in class org.apache.flink.example.java.graph.ConnectedComponents
 
main(String[]) - Static method in class org.apache.flink.example.java.graph.EnumTrianglesBasic
 
main(String[]) - Static method in class org.apache.flink.example.java.graph.EnumTrianglesOpt
 
main(String[]) - Static method in class org.apache.flink.example.java.graph.PageRankBasic
 
main(String...) - Static method in class org.apache.flink.example.java.graph.TransitiveClosureNaive
 
main(String[]) - Static method in class org.apache.flink.example.java.ml.LinearRegression
 
main(String[]) - Static method in class org.apache.flink.example.java.ml.util.LinearRegressionDataGenerator
Main method to generate data for the LinearRegression example program.
main(String[]) - Static method in class org.apache.flink.example.java.relational.EmptyFieldsCountAccumulator
 
main(String[]) - Static method in class org.apache.flink.example.java.relational.RelationalQuery
 
main(String[]) - Static method in class org.apache.flink.example.java.relational.TPCHQuery10
 
main(String[]) - Static method in class org.apache.flink.example.java.relational.TPCHQuery3
 
main(String[]) - Static method in class org.apache.flink.example.java.relational.util.WebLogDataGenerator
Main method to generate data for the WebLogAnalysis example program.
main(String[]) - Static method in class org.apache.flink.example.java.relational.WebLogAnalysis
 
main(String[]) - Static method in class org.apache.flink.example.java.wordcount.WordCount
 
main(String[]) - Static method in class org.apache.flink.hadoopcompatibility.mapred.example.WordCount
 
main(String[]) - Static method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCount
 
main(String[]) - Static method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat
 
main(String[]) - Static method in class org.apache.flink.hadoopcompatibility.mapreduce.example.WordCount
 
main(String[]) - Static method in class org.apache.flink.runtime.jobmanager.JobManager
Entry point for the program
main(String[]) - Static method in class org.apache.flink.runtime.taskmanager.TaskManager
Entry point for the program.
main(String[]) - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
 
main(String[]) - Static method in class org.apache.flink.spargel.java.examples.SpargelConnectedComponents
 
main(String[]) - Static method in class org.apache.flink.spargel.java.examples.SpargelPageRank
 
main(String[]) - Static method in class org.apache.flink.spargel.java.examples.SpargelPageRankCountingVertices
 
makeCached() - Method in enum org.apache.flink.compiler.dag.TempMode
 
makeCoGroupWithSolutionSet(int) - Method in class org.apache.flink.compiler.dag.CoGroupNode
 
makeJoinWithSolutionSet(int) - Method in class org.apache.flink.compiler.dag.MatchNode
 
makeNonCached() - Method in enum org.apache.flink.compiler.dag.TempMode
 
makePipelineBreaker() - Method in enum org.apache.flink.compiler.dag.TempMode
 
makeQualified(FileSystem) - Method in class org.apache.flink.core.fs.Path
Returns a qualified path object.
makeSpace(int) - Method in class org.apache.flink.types.Record
Reserves space for at least the given number of fields in the internal arrays.
ManagementAttachment - Class in org.apache.flink.runtime.managementgraph
This class allows to attach an arbitrary Object to a part of a ManagementGraph.
ManagementAttachment() - Constructor for class org.apache.flink.runtime.managementgraph.ManagementAttachment
 
ManagementEdge - Class in org.apache.flink.runtime.managementgraph
This class implements a directed edge of a ManagementGraph.
ManagementEdge(ManagementEdgeID, ManagementEdgeID, ManagementGate, int, ManagementGate, int, ChannelType) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementEdge
Constructs a new edge object.
ManagementEdgeID - Class in org.apache.flink.runtime.managementgraph
A management edge ID uniquely identifies a ManagementEdge.
ManagementEdgeID(ChannelID) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementEdgeID
A ManagementEdgeID is derived from the #ChannelID of the corresponding output channel in the execution graph.
ManagementEvent - Interface in org.apache.flink.runtime.event.job
This is a marker interface only.
ManagementGate - Class in org.apache.flink.runtime.managementgraph
This class implements an input or output gate of a ManagementVertex.
ManagementGate(ManagementVertex, ManagementGateID, int, boolean) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGate
Constructs a new management gate.
ManagementGateID - Class in org.apache.flink.runtime.managementgraph
A management gate ID uniquely identifies a ManagementGate.
ManagementGateID() - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGateID
 
ManagementGraph - Class in org.apache.flink.runtime.managementgraph
A management graph is structurally equal to the graph Nephele uses internally for scheduling jobs.
ManagementGraph(JobID) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGraph
Constructs a new management graph with the given job ID.
ManagementGraph() - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGraph
Constructs a new management graph with a random job ID.
ManagementGraphFactory - Class in org.apache.flink.runtime.executiongraph
 
ManagementGraphIterator - Class in org.apache.flink.runtime.managementgraph
This class provides an implementation of the Iterator interface which allows to traverse a management graph and visit every reachable vertex exactly once.
ManagementGraphIterator(ManagementGraph, boolean) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGraphIterator
Creates a new management graph iterator.
ManagementGraphIterator(ManagementGraph, int, boolean, boolean) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGraphIterator
Creates a new management graph iterator.
ManagementGraphIterator(ManagementGraph, ManagementVertex, boolean) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGraphIterator
Creates a new management graph iterator.
ManagementGroupEdge - Class in org.apache.flink.runtime.managementgraph
This class implements a directed edge of between two ManagementGroupVertex objects.
ManagementGroupEdge(ManagementGroupVertex, int, ManagementGroupVertex, int, ChannelType) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGroupEdge
Constructs a new management group edge.
ManagementGroupVertex - Class in org.apache.flink.runtime.managementgraph
This class implements a management group vertex of a ManagementGraph.
ManagementGroupVertex(ManagementStage, String) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Constructs a new management group vertex.
ManagementGroupVertex(ManagementStage, ManagementGroupVertexID, String) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Constructs a new management group vertex.
ManagementGroupVertexID - Class in org.apache.flink.runtime.managementgraph
A management group vertex ID uniquely identifies a ManagementGroupVertex.
ManagementGroupVertexID() - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGroupVertexID
Constructs a new ManagementGroupVertexID
ManagementGroupVertexID(byte[]) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGroupVertexID
Constructs a new ManagementGroupVertexID from the given bytes.
ManagementGroupVertexIterator - Class in org.apache.flink.runtime.managementgraph
This class provides an implementation of the Iterator interface which allows to traverse a management graph and visit every reachable group vertex exactly once.
ManagementGroupVertexIterator(ManagementGraph, boolean, int) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGroupVertexIterator
Creates a new management group vertex iterator.
ManagementStage - Class in org.apache.flink.runtime.managementgraph
This class implements a management stage of a ManagementGraph.
ManagementStage(ManagementGraph, int) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementStage
Constructs a new management stage.
ManagementVertex - Class in org.apache.flink.runtime.managementgraph
This class implements a management vertex of a ManagementGraph.
ManagementVertex(ManagementGroupVertex, ManagementVertexID, String, int) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementVertex
Constructs a new management vertex.
ManagementVertexID - Class in org.apache.flink.runtime.managementgraph
A management vertex ID uniquely identifies a ManagementVertex.
ManagementVertexID() - Constructor for class org.apache.flink.runtime.managementgraph.ManagementVertexID
 
MANIFEST_ATTRIBUTE_ASSEMBLER_CLASS - Static variable in class org.apache.flink.client.program.PackagedProgram
Property name of the entry in JAR manifest file that describes the Flink specific entry point.
MANIFEST_ATTRIBUTE_MAIN_CLASS - Static variable in class org.apache.flink.client.program.PackagedProgram
Property name of the entry in JAR manifest file that describes the class with the main method.
map(T, Collector<O>) - Method in interface org.apache.flink.api.common.functions.GenericCollectorMap
Deprecated.
 
map(T) - Method in interface org.apache.flink.api.common.functions.MapFunction
The mapping method.
map(X, Collector<Nothing>) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionMapper
 
map(MapFunction<T, R>) - Method in class org.apache.flink.api.java.DataSet
Applies a Map transformation on a DataSet.
The transformation calls a RichMapFunction for each element of the DataSet.
map(IN) - Method in class org.apache.flink.api.java.functions.RichMapFunction
 
map(T) - Method in class org.apache.flink.api.java.operators.translation.KeyExtractingMapper
 
map(Tuple2<K, T>) - Method in class org.apache.flink.api.java.operators.translation.KeyRemovingMapper
 
map(T) - Method in class org.apache.flink.api.java.operators.translation.PlanProjectOperator.MapProjector
 
map(T) - Method in class org.apache.flink.api.java.operators.translation.TupleKeyExtractingMapper
 
map(Record, Collector<Record>) - Method in class org.apache.flink.api.java.record.functions.MapFunction
This method must be implemented to provide a user implementation of a mapper.
map(Record, Collector<Record>) - Method in class org.apache.flink.api.java.record.io.avro.example.ReflectiveAvroTypeExample.NumberExtractingMapper
 
map(FileChannel.MapMode, long, long) - Method in class org.apache.flink.core.fs.FileChannelWrapper
 
map(Tuple3<Integer, KMeans.Point, Long>) - Method in class org.apache.flink.example.java.clustering.KMeans.CentroidAverager
 
map(Tuple2<Integer, KMeans.Point>) - Method in class org.apache.flink.example.java.clustering.KMeans.CountAppender
 
map(KMeans.Point) - Method in class org.apache.flink.example.java.clustering.KMeans.SelectNearestCenter
 
map(Tuple3<Integer, Double, Double>) - Method in class org.apache.flink.example.java.clustering.KMeans.TupleCentroidConverter
 
map(Tuple2<Double, Double>) - Method in class org.apache.flink.example.java.clustering.KMeans.TuplePointConverter
 
map(T) - Method in class org.apache.flink.example.java.graph.ConnectedComponents.DuplicateValue
 
map(Tuple2<Integer, Integer>) - Method in class org.apache.flink.example.java.graph.EnumTrianglesBasic.TupleEdgeConverter
 
map(Tuple2<Integer, Integer>) - Method in class org.apache.flink.example.java.graph.EnumTrianglesOpt.TupleEdgeConverter
 
map(Tuple2<Long, Double>) - Method in class org.apache.flink.example.java.graph.PageRankBasic.Dampener
 
map(Tuple1<Long>) - Method in class org.apache.flink.example.java.graph.PageRankBasic.RankAssigner
 
map(LinearRegression.Data) - Method in class org.apache.flink.example.java.ml.LinearRegression.SubUpdate
 
map(Tuple2<Double, Double>) - Method in class org.apache.flink.example.java.ml.LinearRegression.TupleDataConverter
 
map(Tuple2<Double, Double>) - Method in class org.apache.flink.example.java.ml.LinearRegression.TupleParamsConverter
 
map(Tuple2<LinearRegression.Params, Integer>) - Method in class org.apache.flink.example.java.ml.LinearRegression.Update
 
map(Tuple2<String, Integer>) - Method in class org.apache.flink.hadoopcompatibility.mapred.example.WordCount.HadoopDatatypeMapper
 
map(Record, Collector<Record>) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCount.TokenizeLine
 
map(Record, Collector<Record>) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat.TokenizeLine
 
map(Tuple2<String, Integer>) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.example.WordCount.HadoopDatatypeMapper
 
map(Long) - Method in class org.apache.flink.spargel.java.examples.SpargelConnectedComponents.IdAssigner
 
MapDescriptor - Class in org.apache.flink.compiler.operators
 
MapDescriptor() - Constructor for class org.apache.flink.compiler.operators.MapDescriptor
 
MapDriver<IT,OT> - Class in org.apache.flink.runtime.operators
Map task which is executed by a Nephele task manager.
MapDriver() - Constructor for class org.apache.flink.runtime.operators.MapDriver
 
MapFunction<T,O> - Interface in org.apache.flink.api.common.functions
Base interface for Map functions.
MapFunction - Class in org.apache.flink.api.java.record.functions
The MapFunction must be extended to provide a mapper implementation By definition, the mapper is called for each individual input record.
MapFunction() - Constructor for class org.apache.flink.api.java.record.functions.MapFunction
 
mapNext() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
mapNext() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
MapNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of a Map operator node.
MapNode(SingleInputOperator<?, ?, ?>) - Constructor for class org.apache.flink.compiler.dag.MapNode
Creates a new MapNode for the given contract.
MapOperator<IN,OUT> - Class in org.apache.flink.api.java.operators
This operator represents the application of a "map" function on a data set, and the result data set produced by the function.
MapOperator(DataSet<IN>, MapFunction<IN, OUT>) - Constructor for class org.apache.flink.api.java.operators.MapOperator
 
MapOperator - Class in org.apache.flink.api.java.record.operators
MapOperator that applies a MapFunction to each record independently.
MapOperator(MapOperator.Builder) - Constructor for class org.apache.flink.api.java.record.operators.MapOperator
The private constructor that only gets invoked from the Builder.
MapOperator.Builder - Class in org.apache.flink.api.java.record.operators
Builder pattern, straight from Joshua Bloch's Effective Java (2nd Edition).
MapOperatorBase<IN,OUT,FT extends MapFunction<IN,OUT>> - Class in org.apache.flink.api.common.operators.base
 
MapOperatorBase(UserCodeWrapper<FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.MapOperatorBase
 
MapOperatorBase(FT, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.MapOperatorBase
 
MapOperatorBase(Class<? extends FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.MapOperatorBase
 
mapreduceInputSplit - Variable in class org.apache.flink.hadoopcompatibility.mapreduce.wrapper.HadoopInputSplit
 
MapValue<K extends Value,V extends Value> - Class in org.apache.flink.types
Generic map base type for PACT programs that implements the Value and Map interfaces.
MapValue() - Constructor for class org.apache.flink.types.MapValue
Initializes the encapsulated map with an empty HashMap.
MapValue(Map<K, V>) - Constructor for class org.apache.flink.types.MapValue
Initializes the encapsulated map with a HashMap filled with all entries of the provided map.
mark(int) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
markAsFailed() - Method in class org.apache.flink.runtime.taskmanager.Task
Marks the task as failed and triggers the appropriate state changes.
markSupported() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
MatchDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
Match task which is executed by a Nephele task manager.
MatchDriver() - Constructor for class org.apache.flink.runtime.operators.MatchDriver
 
matchesOrderedPartitioning(Ordering) - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
MatchNode - Class in org.apache.flink.compiler.dag
The Optimizer representation of a Match contract node.
MatchNode(JoinOperatorBase<?, ?, ?, ?>) - Constructor for class org.apache.flink.compiler.dag.MatchNode
Creates a new MatchNode for the given contract.
MathUtils - Class in org.apache.flink.runtime.util
Collection of simple mathematical routines.
max(int) - Method in class org.apache.flink.api.java.DataSet
Syntactic sugar for aggregate (MAX, field)
max(int) - Method in class org.apache.flink.api.java.operators.UnsortedGrouping
Syntactic sugar for aggregate (MAX, field)
MAX_ARITY - Static variable in class org.apache.flink.api.java.tuple.Tuple
 
MAX_DYNAMIC_PATH_COST_WEIGHT - Static variable in class org.apache.flink.compiler.dag.OptimizerNode
 
MAX_NUM_WRITE_BUFFERS - Static variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The maximal number of buffers to use by the writers.
MaxAggregationFunction<T extends Comparable<T>> - Class in org.apache.flink.api.java.aggregation
 
MaxAggregationFunction() - Constructor for class org.apache.flink.api.java.aggregation.MaxAggregationFunction
 
MaxAggregationFunction.MaxAggregationFunctionFactory - Class in org.apache.flink.api.java.aggregation
 
MaxAggregationFunctionFactory() - Constructor for class org.apache.flink.api.java.aggregation.MaxAggregationFunction.MaxAggregationFunctionFactory
 
maxNumFileHandles - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
memManager - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
memory - Variable in class org.apache.flink.core.memory.MemorySegment
The array in which the data is stored.
memory - Variable in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
The array in which the data is stored.
memory - Variable in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
The array in which the data is stored.
memory - Variable in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
The array in which the data is stored.
MemoryAllocationException - Exception in org.apache.flink.runtime.memorymanager
An exception to be thrown when a memory allocation operation is not successful.
MemoryAllocationException() - Constructor for exception org.apache.flink.runtime.memorymanager.MemoryAllocationException
 
MemoryAllocationException(String, Throwable) - Constructor for exception org.apache.flink.runtime.memorymanager.MemoryAllocationException
 
MemoryAllocationException(String) - Constructor for exception org.apache.flink.runtime.memorymanager.MemoryAllocationException
 
MemoryAllocationException(Throwable) - Constructor for exception org.apache.flink.runtime.memorymanager.MemoryAllocationException
 
MemoryArchivist - Class in org.apache.flink.runtime.jobmanager.archive
Implementation of the ArchiveListener, that archives old data of the jobmanager in memory
MemoryArchivist(int) - Constructor for class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
MemoryBlockIterator - Interface in org.apache.flink.runtime.util
The memory block iterator is an iterator that always buffers a block of elements in memory.
MemoryManager - Interface in org.apache.flink.runtime.memorymanager
Interface for a memory manager that assigns portions of memory to different tasks.
memoryManager - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
memoryManager - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
memoryManager - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The memory manager through which memory is allocated and released.
MemorySegment - Class in org.apache.flink.core.memory
This class represents a piece of memory allocated from the memory manager.
MemorySegment(byte[]) - Constructor for class org.apache.flink.core.memory.MemorySegment
Creates a new memory segment that represents the data in the given byte array.
MemorySegmentSource - Interface in org.apache.flink.core.memory
Interface describing entities that can provide memory segments.
MemoryUtils - Class in org.apache.flink.core.memory
Utility class for native (unsafe) memory accesses.
MenuServlet - Class in org.apache.flink.runtime.jobmanager.web
A Servlet that displays the Configruation in the webinterface.
MenuServlet() - Constructor for class org.apache.flink.runtime.jobmanager.web.MenuServlet
 
merge(Accumulator<V, R>) - Method in interface org.apache.flink.api.common.accumulators.Accumulator
Used by system internally to merge the collected parts of an accumulator at the end of the job.
merge(Accumulator<Double, Double>) - Method in class org.apache.flink.api.common.accumulators.DoubleCounter
 
merge(Accumulator<Integer, Map<Integer, Integer>>) - Method in class org.apache.flink.api.common.accumulators.Histogram
 
merge(Accumulator<Integer, Integer>) - Method in class org.apache.flink.api.common.accumulators.IntCounter
 
merge(Accumulator<Long, Long>) - Method in class org.apache.flink.api.common.accumulators.LongCounter
 
merge(Accumulator<Integer, List<Integer>>) - Method in class org.apache.flink.example.java.relational.EmptyFieldsCountAccumulator.VectorAccumulator
 
MERGE_ITERATION_AUX_TASKS_KEY - Static variable in class org.apache.flink.compiler.plantranslate.NepheleJobGraphGenerator
 
mergeBranchPlanMaps(PlanNode, PlanNode) - Method in class org.apache.flink.compiler.plan.PlanNode
 
mergeBranchPlanMaps(Map<OptimizerNode, PlanNode>, Map<OptimizerNode, PlanNode>) - Method in class org.apache.flink.compiler.plan.PlanNode
 
mergeBranchPlanMaps(Map<OptimizerNode, PlanNode>, Map<OptimizerNode, PlanNode>) - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
Merging can only take place after the solutionSetDelta and nextWorkset PlanNode has been set, because they can contain also some of the branching nodes.
mergeBranchPlanMaps() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
mergeChannelList(List<UnilateralSortMerger.ChannelWithBlockCount>, List<MemorySegment>, List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Merges the given sorted runs to a smaller number of sorted runs.
mergeChannels(List<UnilateralSortMerger.ChannelWithBlockCount>, List<List<MemorySegment>>, List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger.CombiningSpillingThread
Merges the sorted runs described by the given Channel IDs into a single sorted run.
mergeChannels(List<UnilateralSortMerger.ChannelWithBlockCount>, List<List<MemorySegment>>, List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Merges the sorted runs described by the given Channel IDs into a single sorted run.
mergeHadoopConf(JobConf) - Static method in class org.apache.flink.hadoopcompatibility.mapred.utils.HadoopUtils
Merge HadoopConfiguration into JobConf.
mergeHadoopConf(Configuration) - Static method in class org.apache.flink.hadoopcompatibility.mapreduce.utils.HadoopUtils
Merge HadoopConfiguration into Configuration.
mergeInto(Map<String, Accumulator<?, ?>>, Map<String, Accumulator<?, ?>>) - Static method in class org.apache.flink.api.common.accumulators.AccumulatorHelper
Merge two collections of accumulators.
MergeIterator<E> - Class in org.apache.flink.runtime.operators.sort
An iterator that returns a sorted merge of the sequences of elements from a set of iterators, assuming those sequences are ordered themselves.
MergeIterator(List<MutableObjectIterator<E>>, TypeSerializer<E>, TypeComparator<E>) - Constructor for class org.apache.flink.runtime.operators.sort.MergeIterator
 
mergeLists(List<OptimizerNode.UnclosedBranchDescriptor>, List<OptimizerNode.UnclosedBranchDescriptor>, List<OptimizerNode.UnclosedBranchDescriptor>) - Method in class org.apache.flink.compiler.dag.OptimizerNode
The node IDs are assigned in graph-traversal order (pre-order), hence, each list is sorted by ID in ascending order and all consecutive lists start with IDs in ascending order.
MergeMatchIterator<T1,T2,O> - Class in org.apache.flink.runtime.operators.sort
An implementation of the JoinTaskIterator that realizes the matching through a sort-merge join strategy.
MergeMatchIterator(MutableObjectIterator<T1>, MutableObjectIterator<T2>, TypeSerializer<T1>, TypeComparator<T1>, TypeSerializer<T2>, TypeComparator<T2>, TypePairComparator<T1, T2>, MemoryManager, IOManager, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.sort.MergeMatchIterator
 
MessageIterator<Message> - Class in org.apache.flink.spargel.java
An iterator that returns messages.
MessageIterator() - Constructor for class org.apache.flink.spargel.java.MessageIterator
 
MessageIterator<Message extends Value> - Class in org.apache.flink.spargel.java.record
 
MessageIterator(Message) - Constructor for class org.apache.flink.spargel.java.record.MessageIterator
 
MessagingDriver() - Constructor for class org.apache.flink.spargel.java.record.SpargelIteration.MessagingDriver
 
MessagingFunction<VertexKey extends Comparable<VertexKey>,VertexValue,Message,EdgeValue> - Class in org.apache.flink.spargel.java
The base class for functions that produce messages between vertices as a part of a VertexCentricIteration.
MessagingFunction() - Constructor for class org.apache.flink.spargel.java.MessagingFunction
 
MessagingFunction<VertexKey extends Key<VertexKey>,VertexValue extends Value,Message extends Value,EdgeValue extends Value> - Class in org.apache.flink.spargel.java.record
 
MessagingFunction() - Constructor for class org.apache.flink.spargel.java.record.MessagingFunction
 
min(int) - Method in class org.apache.flink.api.java.DataSet
Syntactic sugar for aggregate (MIN, field)
min(int) - Method in class org.apache.flink.api.java.operators.UnsortedGrouping
Syntactic sugar for aggregate (MIN, field)
MIN_NUM_SORT_MEM_SEGMENTS - Static variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The minimum number of segments that are required for the sort to operate.
MIN_NUM_WRITE_BUFFERS - Static variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The minimal number of buffers to use by the writers.
MIN_PAGE_SIZE - Static variable in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
The minimal memory page size.
MinAggregationFunction<T extends Comparable<T>> - Class in org.apache.flink.api.java.aggregation
 
MinAggregationFunction() - Constructor for class org.apache.flink.api.java.aggregation.MinAggregationFunction
 
MinAggregationFunction.MinAggregationFunctionFactory - Class in org.apache.flink.api.java.aggregation
 
MinAggregationFunctionFactory() - Constructor for class org.apache.flink.api.java.aggregation.MinAggregationFunction.MinAggregationFunctionFactory
 
MINIMUM_HEAP_SIZE_MB - Static variable in class org.apache.flink.test.util.AbstractTestBase
 
MINIMUM_MULTIPART_SIZE - Static variable in class org.apache.flink.runtime.fs.s3.S3DataOutputStream
 
minSplitSize - Variable in class org.apache.flink.api.common.io.FileInputFormat
The the minimal split size, set by the configure() method.
MissingChildException - Exception in org.apache.flink.compiler.contextcheck
 
MissingChildException(String) - Constructor for exception org.apache.flink.compiler.contextcheck.MissingChildException
 
MissingChildException() - Constructor for exception org.apache.flink.compiler.contextcheck.MissingChildException
 
MissingFieldTypeInfoException - Exception in org.apache.flink.compiler.postpass
 
MissingFieldTypeInfoException(int) - Constructor for exception org.apache.flink.compiler.postpass.MissingFieldTypeInfoException
 
mkdirs(Path) - Method in class org.apache.flink.core.fs.FileSystem
Make the given file and all non-existent parents into directories.
mkdirs(Path) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
Recursively creates the directory specified by the provided path.
mkdirs(Path) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
mkdirs(Path) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
multiplyWith(int) - Method in class org.apache.flink.compiler.costs.Costs
 
MutableHashTable<BT,PT> - Class in org.apache.flink.runtime.operators.hash
An implementation of a Hybrid Hash Join.
MutableHashTable(TypeSerializer<BT>, TypeSerializer<PT>, TypeComparator<BT>, TypeComparator<PT>, TypePairComparator<PT, BT>, List<MemorySegment>, IOManager) - Constructor for class org.apache.flink.runtime.operators.hash.MutableHashTable
 
MutableHashTable(TypeSerializer<BT>, TypeSerializer<PT>, TypeComparator<BT>, TypeComparator<PT>, TypePairComparator<PT, BT>, List<MemorySegment>, IOManager, int) - Constructor for class org.apache.flink.runtime.operators.hash.MutableHashTable
 
MutableHashTable.HashBucketIterator<BT,PT> - Class in org.apache.flink.runtime.operators.hash
 
MutableHashTable.ProbeIterator<PT> - Class in org.apache.flink.runtime.operators.hash
 
MutableObjectIterator<E> - Interface in org.apache.flink.util
A simple iterator interface.
MutableReader<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.api
 
MutableRecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
 
MutableRecordReader(AbstractInvokable) - Constructor for class org.apache.flink.runtime.io.network.api.MutableRecordReader
Constructs a new mutable record reader and registers a new input gate with the application's environment.
MutableToRegularIteratorWrapper<T> - Class in org.apache.flink.runtime.util
This class wraps a MutableObjectIterator into a regular Iterator.
MutableToRegularIteratorWrapper(MutableObjectIterator<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.util.MutableToRegularIteratorWrapper
 
MutableUnionRecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
 
MutableUnionRecordReader(MutableRecordReader<T>[]) - Constructor for class org.apache.flink.runtime.io.network.api.MutableUnionRecordReader
Constructs a new mutable union record reader.

N

name - Variable in class org.apache.flink.api.common.operators.Operator
 
name(String) - Method in class org.apache.flink.api.java.DeltaIteration
Sets the name for the iteration.
name(String) - Method in class org.apache.flink.api.java.operators.DataSink
 
name(String) - Method in class org.apache.flink.api.java.operators.DataSource
Sets the name of the data source operation.
name(String) - Method in class org.apache.flink.api.java.operators.Operator
Sets the name of this operator.
name - Variable in class org.apache.flink.api.java.record.io.avro.example.User
Deprecated.
name(String) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Sets the name of this operator.
name(String) - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Sets the name of this operator.
name(String) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Sets the name of this operator.
name(String) - Method in class org.apache.flink.api.java.record.operators.MapOperator.Builder
Sets the name of this operator.
name(String) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.Builder
Sets the name of this operator.
NamedChannel - Class in org.apache.flink.compiler.plan
 
NamedChannel(String, PlanNode) - Constructor for class org.apache.flink.compiler.plan.NamedChannel
Initializes NamedChannel.
NamedChannel(String, PlanNode, TempMode) - Constructor for class org.apache.flink.compiler.plan.NamedChannel
 
NAryUnionPlanNode - Class in org.apache.flink.compiler.plan
A union operation over multiple inputs (2 or more).
NAryUnionPlanNode(BinaryUnionNode, List<Channel>, GlobalProperties) - Constructor for class org.apache.flink.compiler.plan.NAryUnionPlanNode
 
NATIVE_BLOCK_SIZE - Static variable in class org.apache.flink.api.common.io.BinaryInputFormat
 
NATIVE_BLOCK_SIZE - Static variable in class org.apache.flink.api.common.io.BinaryOutputFormat
 
NATIVE_BYTE_ORDER - Static variable in class org.apache.flink.core.memory.MemoryUtils
The native byte order of the platform on which the system currently runs.
NativeCodeLoader - Class in org.apache.flink.runtime.util
Utility class to deal with native libraries.
needsTaskCommit(JobConf, TaskAttemptID) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.HadoopFileOutputCommitter
 
NeighborWithComponentIDJoin() - Constructor for class org.apache.flink.example.java.graph.ConnectedComponents.NeighborWithComponentIDJoin
 
NepheleJobGraphGenerator - Class in org.apache.flink.compiler.plantranslate
This component translates the optimizer's resulting plan a nephele job graph.
NepheleJobGraphGenerator() - Constructor for class org.apache.flink.compiler.plantranslate.NepheleJobGraphGenerator
Creates a new job graph generator that uses the default values for its resource configuration.
NepheleJobGraphGenerator(Configuration) - Constructor for class org.apache.flink.compiler.plantranslate.NepheleJobGraphGenerator
 
NepheleMiniCluster - Class in org.apache.flink.client.minicluster
 
NepheleMiniCluster() - Constructor for class org.apache.flink.client.minicluster.NepheleMiniCluster
 
NettyConnectionManager - Class in org.apache.flink.runtime.io.network.netty
 
NettyConnectionManager(InetAddress, int, int, int, int, int, int) - Constructor for class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
 
NetUtils - Class in org.apache.flink.runtime.net
 
NetUtils() - Constructor for class org.apache.flink.runtime.net.NetUtils
 
NetworkConnectionManager - Interface in org.apache.flink.runtime.io.network
 
NetworkNode - Class in org.apache.flink.runtime.topology
 
NetworkNode(String, NetworkNode, NetworkTopology) - Constructor for class org.apache.flink.runtime.topology.NetworkNode
 
NetworkTopology - Class in org.apache.flink.runtime.topology
 
NetworkTopology() - Constructor for class org.apache.flink.runtime.topology.NetworkTopology
 
NetworkTopologyIterator - Class in org.apache.flink.runtime.topology
 
newBuilder() - Static method in class org.apache.flink.api.java.record.io.avro.example.User
Creates a new User RecordBuilder
newBuilder(User.Builder) - Static method in class org.apache.flink.api.java.record.io.avro.example.User
Creates a new User RecordBuilder by copying an existing Builder
newBuilder(User) - Static method in class org.apache.flink.api.java.record.io.avro.example.User
Creates a new User RecordBuilder by copying an existing User instance
newInstance(Class<T>) - Static method in class org.apache.flink.runtime.ipc.Server
 
newInstance(Class<T>) - Static method in class org.apache.flink.util.ReflectionUtil
 
newThread(Runnable) - Method in class org.apache.flink.runtime.taskmanager.ExecutorThreadFactory
 
newThread(Runnable) - Method in class org.apache.flink.runtime.taskmanager.runtime.ExecutorThreadFactory
 
next() - Method in class org.apache.flink.api.java.operators.translation.TupleUnwrappingIterator
 
next() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraphIterator
 
next() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertexIterator
 
next(E) - Method in class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
 
next(E) - Method in class org.apache.flink.runtime.io.disk.InputViewIterator
 
next() - Method in class org.apache.flink.runtime.io.disk.iomanager.Channel.Enumerator
 
next(T) - Method in interface org.apache.flink.runtime.io.network.api.MutableReader
 
next(T) - Method in class org.apache.flink.runtime.io.network.api.MutableRecordReader
 
next(T) - Method in class org.apache.flink.runtime.io.network.api.MutableUnionRecordReader
 
next() - Method in interface org.apache.flink.runtime.io.network.api.Reader
 
next() - Method in class org.apache.flink.runtime.io.network.api.RecordReader
Reads the current record from the associated input gate.
next() - Method in class org.apache.flink.runtime.io.network.api.UnionRecordReader
 
next(BT) - Method in class org.apache.flink.runtime.iterative.io.HashPartitionIterator
 
next() - Method in class org.apache.flink.runtime.jobgraph.tasks.InputSplitIterator
 
next() - Method in class org.apache.flink.runtime.managementgraph.ManagementGraphIterator
 
next() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertexIterator
 
next(T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable.EntryIterator
 
next(BT) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.HashBucketIterator
 
next() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.ProbeIterator
 
next() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
next(T) - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
 
next() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
next(T) - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
next(E) - Method in class org.apache.flink.runtime.operators.sort.MergeIterator
Gets the next smallest element, with respect to the definition of order implied by the TypeSerializer provided to this iterator.
next() - Method in class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
 
next() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
Moves the internal pointer to the next key (if present).
next(T) - Method in class org.apache.flink.runtime.operators.util.ReaderIterator
 
next(Record) - Method in class org.apache.flink.runtime.operators.util.RecordReaderIterator
 
next() - Method in class org.apache.flink.runtime.topology.NetworkTopologyIterator
 
next() - Method in class org.apache.flink.runtime.util.EmptyIterator
Always throws a NoSuchElementException.
next(E) - Method in class org.apache.flink.runtime.util.EmptyMutableObjectIterator
Always returns null.
next() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator.ValuesIterator
Prior to call this method, call hasNext() once!
next() - Method in class org.apache.flink.runtime.util.MutableToRegularIteratorWrapper
 
next(T) - Method in class org.apache.flink.runtime.util.RegularToMutableObjectIterator
 
next() - Method in class org.apache.flink.runtime.util.SingleElementIterator
 
next() - Method in class org.apache.flink.runtime.util.UnmodifiableIterator
 
next() - Method in class org.apache.flink.spargel.java.MessageIterator
 
next() - Method in class org.apache.flink.spargel.java.record.MessageIterator
 
next(E) - Method in interface org.apache.flink.util.MutableObjectIterator
Gets the next element from the collection.
next() - Method in class org.apache.flink.util.NumberSequenceIterator
 
next(StringValue) - Method in class org.apache.flink.util.SimpleStringUtils.WhitespaceTokenizer
Gets the next token from the string.
nextBlock() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
nextBlock() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
 
nextBlock() - Method in interface org.apache.flink.runtime.util.MemoryBlockIterator
Move the iterator to the next memory block.
nextExecutionStageEntered(JobID, ExecutionStage) - Method in interface org.apache.flink.runtime.executiongraph.ExecutionStageListener
This method is called to indicate that the job with the given JobID has finished its previous ExecutionStage and has entered the next ExecutionStage.
nextExecutionStageEntered(JobID, ExecutionStage) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
 
nextKey() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator
Moves the iterator to the next key.
nextKey() - Method in class org.apache.flink.runtime.util.KeyGroupedMutableObjectIterator
Moves the iterator to the next key.
nextOverflowBucket - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
nextOverflowBucket - Variable in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
nextRecord(T) - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
nextRecord(OT) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
nextRecord(OT) - Method in interface org.apache.flink.api.common.io.InputFormat
Tries to read the next pair from the input.
nextRecord(E) - Method in class org.apache.flink.api.java.io.AvroInputFormat
 
nextRecord(T) - Method in class org.apache.flink.api.java.io.CollectionInputFormat
 
nextRecord(T) - Method in class org.apache.flink.api.java.io.IteratorInputFormat
 
nextRecord(OUT) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
Stores the next resultSet row in a tuple
nextRecord(T) - Method in class org.apache.flink.api.java.io.ParallelIteratorInputFormat
 
nextRecord(Record) - Method in class org.apache.flink.api.java.record.io.avro.AvroInputFormat
 
nextRecord(Record) - Method in class org.apache.flink.api.java.record.io.avro.AvroRecordInputFormat
 
nextRecord(Record) - Method in class org.apache.flink.api.java.record.io.avro.example.ReflectiveAvroTypeExample.UserGeneratingInputFormat
 
nextRecord(Record) - Method in class org.apache.flink.api.java.record.io.CollectionInputFormat
 
nextRecord(Record) - Method in class org.apache.flink.api.java.record.io.ExternalProcessFixedLengthInputFormat
 
nextRecord(Record) - Method in class org.apache.flink.api.java.record.io.FixedLengthInputFormat
 
nextRecord(Record) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
Stores the next resultSet row in a Record
nextRecord(Tuple2<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
nextRecord(Record) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
nextRecord(Tuple2<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
nextRecord() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
nextSegment() - Method in interface org.apache.flink.core.memory.MemorySegmentSource
Gets the next memory segment.
nextSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
Gets the next segment from the asynchronous block reader.
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
 
nextSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.HeaderlessChannelReaderInputView
 
nextSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.RandomAccessInputView
 
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.io.disk.RandomAccessOutputView
 
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
 
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.io.disk.SpillingBuffer
 
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
 
nextSegment(MemorySegment) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
The method by which concrete subclasses realize page crossing.
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
This method must return a segment.
nextSegment() - Method in class org.apache.flink.runtime.memorymanager.ListMemorySegmentSource
 
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.operators.hash.HashPartition.BuildSideBuffer
 
nextSegment(MemorySegment) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
nextSegment() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
NO_STRINGS - Static variable in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
NO_VALUES - Static variable in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
nodeCosts - Variable in class org.apache.flink.compiler.plan.PlanNode
 
NonCachingDataStatistics - Class in org.apache.flink.compiler
A variant of the data statistics that never caches.
NonCachingDataStatistics() - Constructor for class org.apache.flink.compiler.NonCachingDataStatistics
 
NonParallelInput - Interface in org.apache.flink.api.common.io
This interface acts as a marker for input formats for inputs which cannot be split.
NonSerializableUserCodeException - Exception in org.apache.flink.api.common
An special case of the InvalidProgramException, indicating that a part of the program that needs to be serializable (for shipping) is not serializable.
NonSerializableUserCodeException() - Constructor for exception org.apache.flink.api.common.NonSerializableUserCodeException
Creates a new exception with no message.
NonSerializableUserCodeException(String) - Constructor for exception org.apache.flink.api.common.NonSerializableUserCodeException
Creates a new exception with the given message.
NoOpBinaryUdfOp<OUT> - Class in org.apache.flink.compiler.util
 
NoOpBinaryUdfOp(TypeInformation<OUT>) - Constructor for class org.apache.flink.compiler.util.NoOpBinaryUdfOp
 
NoOpDescriptor - Class in org.apache.flink.compiler.operators
 
NoOpDescriptor() - Constructor for class org.apache.flink.compiler.operators.NoOpDescriptor
 
NoOpDriver<T> - Class in org.apache.flink.runtime.operators
A driver that does nothing but forward data from its input to its output.
NoOpDriver() - Constructor for class org.apache.flink.runtime.operators.NoOpDriver
 
NoOpFunction - Class in org.apache.flink.compiler.util
 
NoOpFunction() - Constructor for class org.apache.flink.compiler.util.NoOpFunction
 
NoOpNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of a No Operation node.
NoOpNode() - Constructor for class org.apache.flink.compiler.dag.NoOpNode
 
NoOpNode(String) - Constructor for class org.apache.flink.compiler.dag.NoOpNode
 
NoOpUnaryUdfOp<OUT> - Class in org.apache.flink.compiler.util
 
NormalizableKey<T> - Interface in org.apache.flink.types
The base interface for normalizable keys.
NormalizedKeySorter<T> - Class in org.apache.flink.runtime.operators.sort
 
NormalizedKeySorter(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
 
NormalizedKeySorter(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
 
normalizeHostName(String) - Static method in class org.apache.flink.runtime.net.NetUtils
Given a string representation of a host, return its ip address in textual presentation.
normalizeHostNames(Collection<String>) - Static method in class org.apache.flink.runtime.net.NetUtils
Given a collection of string representation of hosts, return a list of corresponding IP addresses in the textual representation.
noStatsCompiler - Variable in class org.apache.flink.test.compiler.util.CompilerTestBase
 
Nothing - Class in org.apache.flink.types
A type for (synthetic) operators that do not output data.
NothingTypeInfo - Class in org.apache.flink.types
 
NothingTypeInfo() - Constructor for class org.apache.flink.types.NothingTypeInfo
 
notifyDataUnitConsumed() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
Notify the channel that a data unit has been consumed.
notifyDataUnitConsumed(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Notify the gate that is has consumed a data unit from the channel with the given index
notifyGateThatInputIsAvailable() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
notifyOfEndOfSuperstep() - Method in class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannel
Called by iteration tail to signal that all input of a superstep has been processed (unblocks iteration head).
notifyRecordIsAvailable(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Notify the gate that the channel with the given index has at least one record available.
notifySolutionSetUpdate() - Method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrier
Releases the waiting thread.
NotTransformableSQLFieldException(String) - Constructor for exception org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat.NotTransformableSQLFieldException
 
NullKeyFieldException - Exception in org.apache.flink.types
An exception specifying that a required key field was not set in a record, i.e.
NullKeyFieldException() - Constructor for exception org.apache.flink.types.NullKeyFieldException
Constructs an NullKeyFieldException with null as its error detail message.
NullKeyFieldException(String) - Constructor for exception org.apache.flink.types.NullKeyFieldException
Constructs an NullKeyFieldException with the specified detail message.
NullKeyFieldException(int) - Constructor for exception org.apache.flink.types.NullKeyFieldException
Constructs an NullKeyFieldException with a default message, referring to given field number as the null key field.
NullValue - Class in org.apache.flink.types
Null base type for programs that implements the Key interface.
NullValue() - Constructor for class org.apache.flink.types.NullValue
Creates a NullValue object.
NUM_FIELDS_PARAMETER - Static variable in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
NUM_RECORDS_UNKNOWN - Static variable in interface org.apache.flink.api.common.io.statistics.BaseStatistics
Constant indicating that the number of records is unknown;
NUM_VERTICES - Static variable in class org.apache.flink.test.testdata.PageRankData
 
numAvailableBuffers() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
Returns the number of currently available buffers.
numAvailableBuffers() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
Returns the number of buffers available in the local buffer pool.
NumberExtractingMapper() - Constructor for class org.apache.flink.api.java.record.io.avro.example.ReflectiveAvroTypeExample.NumberExtractingMapper
 
NumberSequenceIterator - Class in org.apache.flink.util
 
NumberSequenceIterator(long, long) - Constructor for class org.apache.flink.util.NumberSequenceIterator
 
numBuckets - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The number of buckets in the current table.
numBuffers() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
Returns the total number of managed buffers.
numDesignatedBuffers() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
Returns the designated number of buffers for this local buffer pool.
numOverflowSegments - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
numOverflowSegments - Variable in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
numRequestedBuffers() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
Returns the number of buffers, which have been requested from the global buffer pool.
numRequestsRemaining - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
 
numSamplesForStatistics(int) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat.AbstractConfigBuilder
Sets the number of line samples to take in order to estimate the base statistics for the input format.
numSplits - Variable in class org.apache.flink.api.common.io.FileInputFormat
The desired number of splits, as set by the configure() method.
numTaskTracker - Variable in class org.apache.flink.test.util.AbstractTestBase
 
numWriteBuffersToCluster - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 

O

ObjectArrayTypeInfo<T,C> - Class in org.apache.flink.api.java.typeutils
 
offer(T) - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Adds element to the PriorityQueue in log(size) time if either the PriorityQueue is not full, or not lessThan(element, top()).
offset - Variable in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
The offset in the memory array where this segment starts.
onDynamicPath - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
open(Configuration) - Method in class org.apache.flink.api.common.functions.AbstractRichFunction
 
open(Configuration) - Method in interface org.apache.flink.api.common.functions.RichFunction
Initialization method for the function.
open(FileInputSplit) - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
open(int, int) - Method in class org.apache.flink.api.common.io.BinaryOutputFormat
 
open(FileInputSplit) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
Opens the given input split.
open(FileInputSplit) - Method in class org.apache.flink.api.common.io.FileInputFormat
Opens an input stream to the file defined in the input format.
open(int, int) - Method in class org.apache.flink.api.common.io.FileOutputFormat
 
open(FileInputSplit) - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
open(GenericInputSplit) - Method in class org.apache.flink.api.common.io.GenericInputFormat
 
open(T) - Method in interface org.apache.flink.api.common.io.InputFormat
Opens a parallel instance of the input format to work on a split.
open(int, int) - Method in interface org.apache.flink.api.common.io.OutputFormat
Opens a parallel instance of the output format to store the result of its parallel instance.
open(Configuration) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionMapper
 
open(FileInputSplit) - Method in class org.apache.flink.api.java.io.AvroInputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.io.AvroOutputFormat
 
open(GenericInputSplit) - Method in class org.apache.flink.api.java.io.CollectionInputFormat
 
open(FileInputSplit) - Method in class org.apache.flink.api.java.io.CsvInputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.io.CsvOutputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.io.DiscardingOuputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.io.DiscardingOutputFormat
 
open(InputSplit) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
Connects to the source database and executes the query.
open(int, int) - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat
Connects to the target database and initializes the prepared statement.
open(int, int) - Method in class org.apache.flink.api.java.io.LocalCollectionOutputFormat
 
open(GenericInputSplit) - Method in class org.apache.flink.api.java.io.ParallelIteratorInputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.io.PrintingOutputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.io.TextOutputFormat
 
open(Configuration) - Method in class org.apache.flink.api.java.operators.AggregateOperator.AggregatingUdf
 
open(Configuration) - Method in class org.apache.flink.api.java.operators.translation.WrappingFunction
 
open(FileInputSplit) - Method in class org.apache.flink.api.java.record.io.avro.AvroInputFormat
 
open(FileInputSplit) - Method in class org.apache.flink.api.java.record.io.avro.AvroRecordInputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.record.io.avro.example.ReflectiveAvroTypeExample.PrintingOutputFormat
 
open(GenericInputSplit) - Method in class org.apache.flink.api.java.record.io.CollectionInputFormat
 
open(FileInputSplit) - Method in class org.apache.flink.api.java.record.io.CsvInputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat
 
open(GenericInputSplit) - Method in class org.apache.flink.api.java.record.io.ExternalProcessFixedLengthInputFormat
 
open(GenericInputSplit) - Method in class org.apache.flink.api.java.record.io.ExternalProcessInputFormat
 
open(FileInputSplit) - Method in class org.apache.flink.api.java.record.io.FixedLengthInputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
Connects to the target database and initializes the prepared statement.
open(Path, int) - Method in class org.apache.flink.core.fs.FileSystem
Opens an FSDataInputStream at the indicated Path.
open(Path) - Method in class org.apache.flink.core.fs.FileSystem
Opens an FSDataInputStream at the indicated Path.
open(Path, int) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
open(Path) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
open(Configuration) - Method in class org.apache.flink.example.java.clustering.KMeans.SelectNearestCenter
Reads the centroid values from a broadcast variable into a collection.
open(Configuration) - Method in class org.apache.flink.example.java.ml.LinearRegression.SubUpdate
Reads the parameters from a broadcast variable into a collection.
open(Configuration) - Method in class org.apache.flink.example.java.relational.EmptyFieldsCountAccumulator.EmptyFieldFilter
 
open(HadoopInputSplit) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
open(int, int) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopOutputFormat
create the temporary output file for hadoop RecordWriter.
open(HadoopInputSplit) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
open(int, int) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
create the temporary output file for hadoop RecordWriter.
open(HadoopInputSplit) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
open(int, int) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopOutputFormat
create the temporary output file for hadoop RecordWriter.
open(Path, int) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
open(Path) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
open(Path, int) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
open(Path) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
open(DataInput) - Method in interface org.apache.flink.runtime.io.disk.iomanager.Deserializer
Prepare the deserializer for reading.
open() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
open() - Method in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
open() - Method in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
open() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
Build the hash table
open(MutableObjectIterator<BT>, MutableObjectIterator<PT>) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Opens the hash join.
open(MutableObjectIterator<BT>, MutableObjectIterator<PT>) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
open() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
open() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
open() - Method in class org.apache.flink.runtime.operators.sort.MergeMatchIterator
 
open() - Method in class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
 
open() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
General-purpose open method.
open() - Method in interface org.apache.flink.runtime.operators.util.JoinTaskIterator
General-purpose open method.
open(Configuration) - Method in class org.apache.flink.spargel.java.record.SpargelIteration.MessagingDriver
 
open(Configuration) - Method in class org.apache.flink.spargel.java.record.SpargelIteration.VertexUpdateDriver
 
openAllInputs(Class<F>, String, Configuration) - Static method in class org.apache.flink.api.common.io.FormatUtil
Creates InputFormats from a given class for the specified file(s).
openBranches - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
openChainedTasks(List<ChainedDriver<?, ?>>, AbstractInvokable) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Opens all chained tasks, in the order as they are stored in the array.
openFunction(Function, Configuration) - Static method in class org.apache.flink.api.common.functions.util.FunctionUtils
 
openInput(Class<F>, String, Configuration) - Static method in class org.apache.flink.api.common.io.FormatUtil
Creates an InputFormat from a given class for the specified file.
openInput(Class<F>, Configuration) - Static method in class org.apache.flink.api.common.io.FormatUtil
Creates an InputFormat from a given class.
openOutput(Class<F>, String, Configuration) - Static method in class org.apache.flink.api.common.io.FormatUtil
Creates an OutputFormat from a given class for the specified file.
openTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
openTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
openTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
openTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
openTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
openTask() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
openTimeout - Variable in class org.apache.flink.api.common.io.FileInputFormat
Stream opening timeout.
openUserCode(Function, Configuration) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Opens the given stub using its RichFunction.open(Configuration) method.
OperatingSystem - Enum in org.apache.flink.util
An enumeration indicating the operating system that the engine runs on.
operationComplete(ChannelFuture) - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
Operator<OUT> - Class in org.apache.flink.api.common.operators
Abstract base class for all operators.
Operator(OperatorInformation<OUT>, String) - Constructor for class org.apache.flink.api.common.operators.Operator
Creates a new contract with the given name.
Operator<OUT,O extends Operator<OUT,O>> - Class in org.apache.flink.api.java.operators
Base class of all operators in the Java API.
Operator(ExecutionEnvironment, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.java.operators.Operator
 
OperatorDescriptorDual - Class in org.apache.flink.compiler.operators
 
OperatorDescriptorDual() - Constructor for class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
OperatorDescriptorDual(FieldList, FieldList) - Constructor for class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
OperatorDescriptorDual.GlobalPropertiesPair - Class in org.apache.flink.compiler.operators
 
OperatorDescriptorDual.LocalPropertiesPair - Class in org.apache.flink.compiler.operators
 
OperatorDescriptorSingle - Class in org.apache.flink.compiler.operators
 
OperatorDescriptorSingle() - Constructor for class org.apache.flink.compiler.operators.OperatorDescriptorSingle
 
OperatorDescriptorSingle(FieldSet) - Constructor for class org.apache.flink.compiler.operators.OperatorDescriptorSingle
 
operatorInfo - Variable in class org.apache.flink.api.common.operators.Operator
The return type of the user function.
OperatorInfoHelper - Class in org.apache.flink.api.java.record.operators
 
OperatorInfoHelper() - Constructor for class org.apache.flink.api.java.record.operators.OperatorInfoHelper
 
OperatorInformation<OUT> - Class in org.apache.flink.api.common.operators
A class for holding information about an operator, such as input/output TypeInformation.
OperatorInformation(TypeInformation<OUT>) - Constructor for class org.apache.flink.api.common.operators.OperatorInformation
 
OperatorResolver - Class in org.apache.flink.test.compiler.util
Utility to get operator instances from plans via name.
OperatorResolver(Plan) - Constructor for class org.apache.flink.test.compiler.util.OperatorResolver
 
OperatorTranslation - Class in org.apache.flink.api.java.operators
 
OperatorTranslation() - Constructor for class org.apache.flink.api.java.operators.OperatorTranslation
 
OperatorUtil - Class in org.apache.flink.api.common.operators.util
Convenience methods when dealing with Operators.
OperatorUtil() - Constructor for class org.apache.flink.api.common.operators.util.OperatorUtil
 
OptimizedPlan - Class in org.apache.flink.compiler.plan
The optimizer representation of a plan.
OptimizedPlan(Collection<SourcePlanNode>, Collection<SinkPlanNode>, Collection<PlanNode>, String, Plan) - Constructor for class org.apache.flink.compiler.plan.OptimizedPlan
Creates a new instance of this optimizer plan container.
OptimizerNode - Class in org.apache.flink.compiler.dag
This class represents a node in the optimizer's internal representation of the PACT plan.
OptimizerNode(Operator<?>) - Constructor for class org.apache.flink.compiler.dag.OptimizerNode
Creates a new node for the optimizer plan.
OptimizerNode(OptimizerNode) - Constructor for class org.apache.flink.compiler.dag.OptimizerNode
 
OptimizerNode.UnclosedBranchDescriptor - Class in org.apache.flink.compiler.dag
 
optimizerPlanAsJSON(Plan) - Static method in class org.apache.flink.client.LocalExecutor
Returns a JSON dump of the optimized plan.
OptimizerPostPass - Interface in org.apache.flink.compiler.postpass
Interface for visitors that process the optimizer's plan.
Order - Enum in org.apache.flink.api.common.operators
Enumeration representing order.
Order() - Constructor for class org.apache.flink.example.java.relational.TPCHQuery3.Order
 
Ordering - Class in org.apache.flink.api.common.operators
 
Ordering() - Constructor for class org.apache.flink.api.common.operators.Ordering
Creates an empty ordering.
Ordering(int, Class<? extends Key<?>>, Order) - Constructor for class org.apache.flink.api.common.operators.Ordering
 
orders - Variable in class org.apache.flink.api.common.operators.Ordering
 
org.apache.flink.api.avro - package org.apache.flink.api.avro
 
org.apache.flink.api.common - package org.apache.flink.api.common
 
org.apache.flink.api.common.accumulators - package org.apache.flink.api.common.accumulators
 
org.apache.flink.api.common.aggregators - package org.apache.flink.api.common.aggregators
 
org.apache.flink.api.common.cache - package org.apache.flink.api.common.cache
 
org.apache.flink.api.common.distributions - package org.apache.flink.api.common.distributions
 
org.apache.flink.api.common.functions - package org.apache.flink.api.common.functions
 
org.apache.flink.api.common.functions.util - package org.apache.flink.api.common.functions.util
 
org.apache.flink.api.common.io - package org.apache.flink.api.common.io
 
org.apache.flink.api.common.io.statistics - package org.apache.flink.api.common.io.statistics
 
org.apache.flink.api.common.operators - package org.apache.flink.api.common.operators
 
org.apache.flink.api.common.operators.base - package org.apache.flink.api.common.operators.base
 
org.apache.flink.api.common.operators.util - package org.apache.flink.api.common.operators.util
 
org.apache.flink.api.common.typeutils - package org.apache.flink.api.common.typeutils
 
org.apache.flink.api.common.typeutils.base - package org.apache.flink.api.common.typeutils.base
 
org.apache.flink.api.common.typeutils.base.array - package org.apache.flink.api.common.typeutils.base.array
 
org.apache.flink.api.java - package org.apache.flink.api.java
 
org.apache.flink.api.java.aggregation - package org.apache.flink.api.java.aggregation
 
org.apache.flink.api.java.functions - package org.apache.flink.api.java.functions
 
org.apache.flink.api.java.io - package org.apache.flink.api.java.io
 
org.apache.flink.api.java.io.jdbc - package org.apache.flink.api.java.io.jdbc
 
org.apache.flink.api.java.io.jdbc.example - package org.apache.flink.api.java.io.jdbc.example
 
org.apache.flink.api.java.operators - package org.apache.flink.api.java.operators
 
org.apache.flink.api.java.operators.translation - package org.apache.flink.api.java.operators.translation
 
org.apache.flink.api.java.record.functions - package org.apache.flink.api.java.record.functions
 
org.apache.flink.api.java.record.io - package org.apache.flink.api.java.record.io
 
org.apache.flink.api.java.record.io.avro - package org.apache.flink.api.java.record.io.avro
 
org.apache.flink.api.java.record.io.avro.example - package org.apache.flink.api.java.record.io.avro.example
 
org.apache.flink.api.java.record.io.jdbc - package org.apache.flink.api.java.record.io.jdbc
 
org.apache.flink.api.java.record.io.jdbc.example - package org.apache.flink.api.java.record.io.jdbc.example
 
org.apache.flink.api.java.record.operators - package org.apache.flink.api.java.record.operators
 
org.apache.flink.api.java.tuple - package org.apache.flink.api.java.tuple
 
org.apache.flink.api.java.tuple.builder - package org.apache.flink.api.java.tuple.builder
 
org.apache.flink.api.java.typeutils - package org.apache.flink.api.java.typeutils
 
org.apache.flink.api.java.typeutils.runtime - package org.apache.flink.api.java.typeutils.runtime
 
org.apache.flink.api.java.typeutils.runtime.record - package org.apache.flink.api.java.typeutils.runtime.record
 
org.apache.flink.api.scala.operators - package org.apache.flink.api.scala.operators
 
org.apache.flink.client - package org.apache.flink.client
 
org.apache.flink.client.minicluster - package org.apache.flink.client.minicluster
 
org.apache.flink.client.program - package org.apache.flink.client.program
 
org.apache.flink.client.web - package org.apache.flink.client.web
 
org.apache.flink.compiler - package org.apache.flink.compiler
 
org.apache.flink.compiler.contextcheck - package org.apache.flink.compiler.contextcheck
 
org.apache.flink.compiler.costs - package org.apache.flink.compiler.costs
 
org.apache.flink.compiler.dag - package org.apache.flink.compiler.dag
 
org.apache.flink.compiler.dataproperties - package org.apache.flink.compiler.dataproperties
 
org.apache.flink.compiler.deadlockdetect - package org.apache.flink.compiler.deadlockdetect
 
org.apache.flink.compiler.operators - package org.apache.flink.compiler.operators
 
org.apache.flink.compiler.plan - package org.apache.flink.compiler.plan
 
org.apache.flink.compiler.plandump - package org.apache.flink.compiler.plandump
 
org.apache.flink.compiler.plantranslate - package org.apache.flink.compiler.plantranslate
 
org.apache.flink.compiler.postpass - package org.apache.flink.compiler.postpass
 
org.apache.flink.compiler.util - package org.apache.flink.compiler.util
 
org.apache.flink.configuration - package org.apache.flink.configuration
 
org.apache.flink.core.fs - package org.apache.flink.core.fs
 
org.apache.flink.core.fs.local - package org.apache.flink.core.fs.local
 
org.apache.flink.core.io - package org.apache.flink.core.io
 
org.apache.flink.core.memory - package org.apache.flink.core.memory
 
org.apache.flink.core.protocols - package org.apache.flink.core.protocols
 
org.apache.flink.example.java.clustering - package org.apache.flink.example.java.clustering
 
org.apache.flink.example.java.clustering.util - package org.apache.flink.example.java.clustering.util
 
org.apache.flink.example.java.graph - package org.apache.flink.example.java.graph
 
org.apache.flink.example.java.graph.util - package org.apache.flink.example.java.graph.util
 
org.apache.flink.example.java.ml - package org.apache.flink.example.java.ml
 
org.apache.flink.example.java.ml.util - package org.apache.flink.example.java.ml.util
 
org.apache.flink.example.java.relational - package org.apache.flink.example.java.relational
 
org.apache.flink.example.java.relational.util - package org.apache.flink.example.java.relational.util
 
org.apache.flink.example.java.wordcount - package org.apache.flink.example.java.wordcount
 
org.apache.flink.example.java.wordcount.util - package org.apache.flink.example.java.wordcount.util
 
org.apache.flink.examples.scala - package org.apache.flink.examples.scala
 
org.apache.flink.hadoopcompatibility.mapred - package org.apache.flink.hadoopcompatibility.mapred
 
org.apache.flink.hadoopcompatibility.mapred.example - package org.apache.flink.hadoopcompatibility.mapred.example
 
org.apache.flink.hadoopcompatibility.mapred.record - package org.apache.flink.hadoopcompatibility.mapred.record
 
org.apache.flink.hadoopcompatibility.mapred.record.datatypes - package org.apache.flink.hadoopcompatibility.mapred.record.datatypes
 
org.apache.flink.hadoopcompatibility.mapred.record.example - package org.apache.flink.hadoopcompatibility.mapred.record.example
 
org.apache.flink.hadoopcompatibility.mapred.utils - package org.apache.flink.hadoopcompatibility.mapred.utils
 
org.apache.flink.hadoopcompatibility.mapred.wrapper - package org.apache.flink.hadoopcompatibility.mapred.wrapper
 
org.apache.flink.hadoopcompatibility.mapreduce - package org.apache.flink.hadoopcompatibility.mapreduce
 
org.apache.flink.hadoopcompatibility.mapreduce.example - package org.apache.flink.hadoopcompatibility.mapreduce.example
 
org.apache.flink.hadoopcompatibility.mapreduce.utils - package org.apache.flink.hadoopcompatibility.mapreduce.utils
 
org.apache.flink.hadoopcompatibility.mapreduce.wrapper - package org.apache.flink.hadoopcompatibility.mapreduce.wrapper
 
org.apache.flink.runtime - package org.apache.flink.runtime
 
org.apache.flink.runtime.accumulators - package org.apache.flink.runtime.accumulators
 
org.apache.flink.runtime.client - package org.apache.flink.runtime.client
 
org.apache.flink.runtime.deployment - package org.apache.flink.runtime.deployment
 
org.apache.flink.runtime.event.job - package org.apache.flink.runtime.event.job
 
org.apache.flink.runtime.event.task - package org.apache.flink.runtime.event.task
 
org.apache.flink.runtime.execution - package org.apache.flink.runtime.execution
 
org.apache.flink.runtime.execution.librarycache - package org.apache.flink.runtime.execution.librarycache
 
org.apache.flink.runtime.executiongraph - package org.apache.flink.runtime.executiongraph
 
org.apache.flink.runtime.filecache - package org.apache.flink.runtime.filecache
 
org.apache.flink.runtime.fs.hdfs - package org.apache.flink.runtime.fs.hdfs
 
org.apache.flink.runtime.fs.s3 - package org.apache.flink.runtime.fs.s3
 
org.apache.flink.runtime.instance - package org.apache.flink.runtime.instance
 
org.apache.flink.runtime.io.disk - package org.apache.flink.runtime.io.disk
 
org.apache.flink.runtime.io.disk.iomanager - package org.apache.flink.runtime.io.disk.iomanager
 
org.apache.flink.runtime.io.network - package org.apache.flink.runtime.io.network
 
org.apache.flink.runtime.io.network.api - package org.apache.flink.runtime.io.network.api
 
org.apache.flink.runtime.io.network.bufferprovider - package org.apache.flink.runtime.io.network.bufferprovider
 
org.apache.flink.runtime.io.network.channels - package org.apache.flink.runtime.io.network.channels
 
org.apache.flink.runtime.io.network.gates - package org.apache.flink.runtime.io.network.gates
 
org.apache.flink.runtime.io.network.netty - package org.apache.flink.runtime.io.network.netty
 
org.apache.flink.runtime.io.network.serialization - package org.apache.flink.runtime.io.network.serialization
 
org.apache.flink.runtime.ipc - package org.apache.flink.runtime.ipc
 
org.apache.flink.runtime.iterative.concurrent - package org.apache.flink.runtime.iterative.concurrent
 
org.apache.flink.runtime.iterative.convergence - package org.apache.flink.runtime.iterative.convergence
 
org.apache.flink.runtime.iterative.event - package org.apache.flink.runtime.iterative.event
 
org.apache.flink.runtime.iterative.io - package org.apache.flink.runtime.iterative.io
 
org.apache.flink.runtime.iterative.task - package org.apache.flink.runtime.iterative.task
 
org.apache.flink.runtime.jobgraph - package org.apache.flink.runtime.jobgraph
 
org.apache.flink.runtime.jobgraph.tasks - package org.apache.flink.runtime.jobgraph.tasks
 
org.apache.flink.runtime.jobmanager - package org.apache.flink.runtime.jobmanager
 
org.apache.flink.runtime.jobmanager.accumulators - package org.apache.flink.runtime.jobmanager.accumulators
 
org.apache.flink.runtime.jobmanager.archive - package org.apache.flink.runtime.jobmanager.archive
 
org.apache.flink.runtime.jobmanager.scheduler - package org.apache.flink.runtime.jobmanager.scheduler
 
org.apache.flink.runtime.jobmanager.splitassigner - package org.apache.flink.runtime.jobmanager.splitassigner
 
org.apache.flink.runtime.jobmanager.splitassigner.file - package org.apache.flink.runtime.jobmanager.splitassigner.file
 
org.apache.flink.runtime.jobmanager.web - package org.apache.flink.runtime.jobmanager.web
 
org.apache.flink.runtime.managementgraph - package org.apache.flink.runtime.managementgraph
 
org.apache.flink.runtime.memorymanager - package org.apache.flink.runtime.memorymanager
 
org.apache.flink.runtime.net - package org.apache.flink.runtime.net
 
org.apache.flink.runtime.operators - package org.apache.flink.runtime.operators
 
org.apache.flink.runtime.operators.chaining - package org.apache.flink.runtime.operators.chaining
 
org.apache.flink.runtime.operators.hash - package org.apache.flink.runtime.operators.hash
 
org.apache.flink.runtime.operators.resettable - package org.apache.flink.runtime.operators.resettable
 
org.apache.flink.runtime.operators.shipping - package org.apache.flink.runtime.operators.shipping
 
org.apache.flink.runtime.operators.sort - package org.apache.flink.runtime.operators.sort
 
org.apache.flink.runtime.operators.udf - package org.apache.flink.runtime.operators.udf
 
org.apache.flink.runtime.operators.util - package org.apache.flink.runtime.operators.util
 
org.apache.flink.runtime.plugable - package org.apache.flink.runtime.plugable
 
org.apache.flink.runtime.profiling - package org.apache.flink.runtime.profiling
 
org.apache.flink.runtime.profiling.impl - package org.apache.flink.runtime.profiling.impl
 
org.apache.flink.runtime.profiling.impl.types - package org.apache.flink.runtime.profiling.impl.types
 
org.apache.flink.runtime.profiling.types - package org.apache.flink.runtime.profiling.types
 
org.apache.flink.runtime.protocols - package org.apache.flink.runtime.protocols
 
org.apache.flink.runtime.taskmanager - package org.apache.flink.runtime.taskmanager
 
org.apache.flink.runtime.taskmanager.runtime - package org.apache.flink.runtime.taskmanager.runtime
 
org.apache.flink.runtime.taskmanager.transferenvelope - package org.apache.flink.runtime.taskmanager.transferenvelope
 
org.apache.flink.runtime.topology - package org.apache.flink.runtime.topology
 
org.apache.flink.runtime.types - package org.apache.flink.runtime.types
 
org.apache.flink.runtime.util - package org.apache.flink.runtime.util
 
org.apache.flink.spargel.java - package org.apache.flink.spargel.java
 
org.apache.flink.spargel.java.examples - package org.apache.flink.spargel.java.examples
 
org.apache.flink.spargel.java.record - package org.apache.flink.spargel.java.record
 
org.apache.flink.test.compiler.util - package org.apache.flink.test.compiler.util
 
org.apache.flink.test.testdata - package org.apache.flink.test.testdata
 
org.apache.flink.test.util - package org.apache.flink.test.util
 
org.apache.flink.types - package org.apache.flink.types
 
org.apache.flink.types.parser - package org.apache.flink.types.parser
 
org.apache.flink.util - package org.apache.flink.util
 
org.apache.hadoop.io - package org.apache.hadoop.io
 
OUT_FILE - Static variable in class org.apache.flink.test.compiler.util.CompilerTestBase
 
OutboundConnectionQueue - Class in org.apache.flink.runtime.io.network.netty
 
OutboundConnectionQueue(Channel) - Constructor for class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
OutboundEnvelopeEncoder - Class in org.apache.flink.runtime.io.network.netty
 
OutboundEnvelopeEncoder() - Constructor for class org.apache.flink.runtime.io.network.netty.OutboundEnvelopeEncoder
 
outChannels - Variable in class org.apache.flink.compiler.plan.PlanNode
 
OutgoingEdge<VertexKey extends Comparable<VertexKey>,EdgeValue> - Class in org.apache.flink.spargel.java
Edge objects represent edges between vertices.
OutgoingEdge() - Constructor for class org.apache.flink.spargel.java.OutgoingEdge
 
output(OutputFormat<T>) - Method in class org.apache.flink.api.java.DataSet
Emits a DataSet using an OutputFormat.
output - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The collector that forwards the user code's results.
OutputChannel - Class in org.apache.flink.runtime.io.network.channels
 
OutputChannel(OutputGate, int, ChannelID, ChannelID, ChannelType) - Constructor for class org.apache.flink.runtime.io.network.channels.OutputChannel
Creates a new output channel object.
outputCollector - Variable in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
OutputCollector<T> - Class in org.apache.flink.runtime.operators.shipping
The OutputCollector collects records, and emits the pair to a set of Nephele RecordWriters.
OutputCollector(List<RecordWriter<SerializationDelegate<T>>>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.operators.shipping.OutputCollector
Initializes the output collector with a set of writers.
OutputEmitter<T> - Class in org.apache.flink.runtime.operators.shipping
 
OutputEmitter() - Constructor for class org.apache.flink.runtime.operators.shipping.OutputEmitter
Creates a new channel selector that distributes data round robin.
OutputEmitter(ShipStrategyType) - Constructor for class org.apache.flink.runtime.operators.shipping.OutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...).
OutputEmitter(ShipStrategyType, TypeComparator<T>) - Constructor for class org.apache.flink.runtime.operators.shipping.OutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...) and uses the supplied comparator to hash / compare records for partitioning them deterministically.
OutputEmitter(ShipStrategyType, TypeComparator<T>, DataDistribution) - Constructor for class org.apache.flink.runtime.operators.shipping.OutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...) and uses the supplied comparator to hash / compare records for partitioning them deterministically.
outputFilePath - Variable in class org.apache.flink.api.common.io.FileOutputFormat
The path of the file to be written.
OutputFormat<IT> - Interface in org.apache.flink.api.common.io
The base interface for outputs that consumes records.
outputGate - Variable in class org.apache.flink.runtime.io.network.api.BufferWriter
 
OutputGate - Class in org.apache.flink.runtime.io.network.gates
 
OutputGate(JobID, GateID, int) - Constructor for class org.apache.flink.runtime.io.network.gates.OutputGate
Constructs a new output gate.
OutputGateProfilingEvent - Class in org.apache.flink.runtime.profiling.types
Output gate profiling events are a special subclass of vertex profiling events.
OutputGateProfilingEvent(int, int, ManagementVertexID, int, JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.OutputGateProfilingEvent
Constructs a new output gate profiling event.
OutputGateProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.OutputGateProfilingEvent
Default constructor for the serialization/deserialization process.
outputGates() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
outputType - Variable in class org.apache.flink.api.common.operators.OperatorInformation
Output type of the operator
OutputViewDataOutputStreamWrapper - Class in org.apache.flink.core.memory
 
OutputViewDataOutputStreamWrapper(DataOutputStream) - Constructor for class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
OutputViewObjectOutputStreamWrapper - Class in org.apache.flink.core.memory
 
OutputViewObjectOutputStreamWrapper(ObjectOutputStream) - Constructor for class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
overflowSegments - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
overflowSegments - Variable in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
overwriteRecordAt(long, T) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
Deprecated.

P

PackagedProgram - Class in org.apache.flink.client.program
This class encapsulates represents a program, packaged in a jar file.
PackagedProgram(File, String...) - Constructor for class org.apache.flink.client.program.PackagedProgram
Creates an instance that wraps the plan defined in the jar file using the given argument.
PackagedProgram(File, String, String...) - Constructor for class org.apache.flink.client.program.PackagedProgram
Creates an instance that wraps the plan defined in the jar file using the given arguments.
PackagedProgram.PreviewPlanEnvironment - Class in org.apache.flink.client.program
 
PactCompiler - Class in org.apache.flink.compiler
The optimizer that takes the user specified program plan and creates an optimized plan that contains exact descriptions about how the physical execution will take place.
PactCompiler() - Constructor for class org.apache.flink.compiler.PactCompiler
Creates a new compiler instance.
PactCompiler(DataStatistics) - Constructor for class org.apache.flink.compiler.PactCompiler
Creates a new compiler instance that uses the statistics object to determine properties about the input.
PactCompiler(CostEstimator) - Constructor for class org.apache.flink.compiler.PactCompiler
Creates a new compiler instance.
PactCompiler(DataStatistics, CostEstimator) - Constructor for class org.apache.flink.compiler.PactCompiler
Creates a new compiler instance that uses the statistics object to determine properties about the input.
PactCompiler.InterestingPropertyVisitor - Class in org.apache.flink.compiler
Visitor that computes the interesting properties for each node in the plan.
PactConnection - Class in org.apache.flink.compiler.dag
A connection between to PACTs.
PactConnection(OptimizerNode, OptimizerNode) - Constructor for class org.apache.flink.compiler.dag.PactConnection
Creates a new Connection between two nodes.
PactConnection(OptimizerNode, OptimizerNode, ShipStrategyType) - Constructor for class org.apache.flink.compiler.dag.PactConnection
Creates a new Connection between two nodes.
PactConnection(OptimizerNode) - Constructor for class org.apache.flink.compiler.dag.PactConnection
Creates a new Connection between two nodes.
PactDriver<S extends Function,OT> - Interface in org.apache.flink.runtime.operators
The interface to be implemented by all pact drivers that run alone (or as the primary driver) in a nephele task.
PactJobJSONServlet - Class in org.apache.flink.client.web
 
PactJobJSONServlet(File) - Constructor for class org.apache.flink.client.web.PactJobJSONServlet
 
PactTaskContext<S,OT> - Interface in org.apache.flink.runtime.operators
A runtime task is the task that is executed by the nephele engine inside a task vertex.
PageRankBasic - Class in org.apache.flink.example.java.graph
A basic implementation of the Page Rank algorithm using a bulk iteration.
PageRankBasic() - Constructor for class org.apache.flink.example.java.graph.PageRankBasic
 
PageRankBasic.BuildOutgoingEdgeList - Class in org.apache.flink.example.java.graph
A reduce function that takes a sequence of edges and builds the adjacency list for the vertex where the edges originate.
PageRankBasic.Dampener - Class in org.apache.flink.example.java.graph
The function that applies the page rank dampening formula
PageRankBasic.EpsilonFilter - Class in org.apache.flink.example.java.graph
Filter that filters vertices where the rank difference is below a threshold.
PageRankBasic.JoinVertexWithEdgesMatch - Class in org.apache.flink.example.java.graph
Join function that distributes a fraction of a vertex's rank to all neighbors.
PageRankBasic.RankAssigner - Class in org.apache.flink.example.java.graph
A map function that assigns an initial rank to all pages.
PageRankData - Class in org.apache.flink.example.java.graph.util
Provides the default data sets used for the PageRank example program.
PageRankData() - Constructor for class org.apache.flink.example.java.graph.util.PageRankData
 
PageRankData - Class in org.apache.flink.test.testdata
 
Pair<U extends Key<U>,V extends Key<V>> - Class in org.apache.flink.types
Generic pair base type.
Pair() - Constructor for class org.apache.flink.types.Pair
Initializes both encapsulated pair elements with empty objects.
Pair(U, V) - Constructor for class org.apache.flink.types.Pair
Initializes the encapsulated pair elements with the provided values.
pairComparator - Variable in class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
 
parallelism(int) - Method in class org.apache.flink.api.java.DeltaIteration
Sets the degree of parallelism for the iteration.
ParallelIteratorInputFormat<T> - Class in org.apache.flink.api.java.io
An input format that generates data in parallel through a SplittableIterator.
ParallelIteratorInputFormat(SplittableIterator<T>) - Constructor for class org.apache.flink.api.java.io.ParallelIteratorInputFormat
 
parameterizeChannel(Channel, boolean) - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
parameterizeChannel(Channel, boolean) - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Parameterizes the ship strategy fields of a channel such that the channel produces the desired global properties.
parameterizeChannel(Channel) - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Parameterizes the local strategy fields of a channel such that the channel produces the desired local properties.
parameters - Variable in class org.apache.flink.api.common.operators.Operator
 
Params() - Constructor for class org.apache.flink.example.java.ml.LinearRegression.Params
 
Params(double, double) - Constructor for class org.apache.flink.example.java.ml.LinearRegression.Params
 
parse(String) - Static method in class org.apache.flink.api.java.typeutils.TypeInfoParser
Generates an instance of TypeInformation by parsing a type information string.
ParseException - Exception in org.apache.flink.api.common.io
Exception indicating that the parsing of input contents has failed because the data does not match the configured parser.
ParseException() - Constructor for exception org.apache.flink.api.common.io.ParseException
 
ParseException(String) - Constructor for exception org.apache.flink.api.common.io.ParseException
 
ParseException(Throwable) - Constructor for exception org.apache.flink.api.common.io.ParseException
 
ParseException(String, Throwable) - Constructor for exception org.apache.flink.api.common.io.ParseException
 
parseField(byte[], int, int, char, Byte) - Method in class org.apache.flink.types.parser.ByteParser
 
parseField(byte[], int, int) - Static method in class org.apache.flink.types.parser.ByteParser
Static utility to parse a field of type byte from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char) - Static method in class org.apache.flink.types.parser.ByteParser
Static utility to parse a field of type byte from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char, ByteValue) - Method in class org.apache.flink.types.parser.ByteValueParser
 
parseField(byte[], int, int, char, Double) - Method in class org.apache.flink.types.parser.DoubleParser
 
parseField(byte[], int, int) - Static method in class org.apache.flink.types.parser.DoubleParser
Static utility to parse a field of type double from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char) - Static method in class org.apache.flink.types.parser.DoubleParser
Static utility to parse a field of type double from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char, DoubleValue) - Method in class org.apache.flink.types.parser.DoubleValueParser
 
parseField(byte[], int, int, char, T) - Method in class org.apache.flink.types.parser.FieldParser
Parses the value of a field from the byte array.
parseField(byte[], int, int, char, Float) - Method in class org.apache.flink.types.parser.FloatParser
 
parseField(byte[], int, int) - Static method in class org.apache.flink.types.parser.FloatParser
Static utility to parse a field of type float from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char) - Static method in class org.apache.flink.types.parser.FloatParser
Static utility to parse a field of type float from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char, FloatValue) - Method in class org.apache.flink.types.parser.FloatValueParser
 
parseField(byte[], int, int, char, Integer) - Method in class org.apache.flink.types.parser.IntParser
 
parseField(byte[], int, int) - Static method in class org.apache.flink.types.parser.IntParser
Static utility to parse a field of type int from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char) - Static method in class org.apache.flink.types.parser.IntParser
Static utility to parse a field of type int from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char, IntValue) - Method in class org.apache.flink.types.parser.IntValueParser
 
parseField(byte[], int, int, char, Long) - Method in class org.apache.flink.types.parser.LongParser
 
parseField(byte[], int, int) - Static method in class org.apache.flink.types.parser.LongParser
Static utility to parse a field of type long from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char) - Static method in class org.apache.flink.types.parser.LongParser
Static utility to parse a field of type long from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char, LongValue) - Method in class org.apache.flink.types.parser.LongValueParser
 
parseField(byte[], int, int, char, Short) - Method in class org.apache.flink.types.parser.ShortParser
 
parseField(byte[], int, int) - Static method in class org.apache.flink.types.parser.ShortParser
Static utility to parse a field of type short from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char) - Static method in class org.apache.flink.types.parser.ShortParser
Static utility to parse a field of type short from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char, ShortValue) - Method in class org.apache.flink.types.parser.ShortValueParser
 
parseField(byte[], int, int, char, String) - Method in class org.apache.flink.types.parser.StringParser
 
parseField(byte[], int, int, char, StringValue) - Method in class org.apache.flink.types.parser.StringValueParser
 
parseParameters(String[]) - Method in class org.apache.flink.client.CliFrontend
Parses the command line arguments and starts the requested action.
parseRecord(Object[], byte[], int, int) - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
PartialGroupProperties - Class in org.apache.flink.compiler.operators
 
PartialGroupProperties(FieldSet) - Constructor for class org.apache.flink.compiler.operators.PartialGroupProperties
 
PartialOrderPriorityQueue<T> - Class in org.apache.flink.runtime.operators.sort
This class implements a priority-queue, which maintains a partial ordering of its elements such that the+ least element can always be found in constant time.
PartialOrderPriorityQueue(Comparator<T>, int) - Constructor for class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
 
PartialSolutionPlaceHolder(BulkIterationBase<OT>, OperatorInformation<OT>) - Constructor for class org.apache.flink.api.common.operators.base.BulkIterationBase.PartialSolutionPlaceHolder
 
PartialSolutionPlaceHolder(BulkIterationBase<Record>) - Constructor for class org.apache.flink.api.java.record.operators.BulkIteration.PartialSolutionPlaceHolder
 
partitionBuffers - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
PartitionFunction - Interface in org.apache.flink.runtime.operators.shipping
 
PartitioningProperty - Enum in org.apache.flink.compiler.dataproperties
An enumeration tracking the different types of sharding strategies.
partitionNumber - Variable in class org.apache.flink.api.common.io.GenericInputFormat
The partition of this split.
partitionNumber - Variable in class org.apache.flink.core.io.GenericInputSplit
The number of this split.
partitionsBeingBuilt - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The partitions that are built by processing the current partition.
PASSWORD_KEY - Variable in class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
 
PASSWORD_KEY - Static variable in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
 
Path - Class in org.apache.flink.core.fs
Names a file or directory in a FileSystem.
Path() - Constructor for class org.apache.flink.core.fs.Path
Constructs a new (empty) path object (used to reconstruct path object after RPC call).
Path(URI) - Constructor for class org.apache.flink.core.fs.Path
Constructs a path object from a given URI.
Path(String, String) - Constructor for class org.apache.flink.core.fs.Path
Resolve a child path against a parent path.
Path(Path, String) - Constructor for class org.apache.flink.core.fs.Path
Resolve a child path against a parent path.
Path(String, Path) - Constructor for class org.apache.flink.core.fs.Path
Resolve a child path against a parent path.
Path(Path, Path) - Constructor for class org.apache.flink.core.fs.Path
Resolve a child path against a parent path.
Path(String) - Constructor for class org.apache.flink.core.fs.Path
Construct a path from a String.
Path(String, String, String) - Constructor for class org.apache.flink.core.fs.Path
Construct a Path from a scheme, an authority and a path string.
PATH_HADOOP_CONFIG - Static variable in class org.apache.flink.configuration.ConfigConstants
Path to Hadoop configuration
peek() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Returns the least element of the PriorityQueue in constant time, but does not remove it from the priority queue.
placePipelineBreakersIfNecessary(DriverStrategy, Channel, Channel) - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
Plan - Class in org.apache.flink.api.common
This class encapsulates a single job (an instantiated data flow), together with some parameters.
Plan(Collection<? extends GenericDataSinkBase<?>>, String) - Constructor for class org.apache.flink.api.common.Plan
Creates a new program plan with the given name, describing the data flow that ends at the given data sinks.
Plan(Collection<? extends GenericDataSinkBase<?>>, String, int) - Constructor for class org.apache.flink.api.common.Plan
Creates a new program plan with the given name and default parallelism, describing the data flow that ends at the given data sinks.
Plan(GenericDataSinkBase<?>, String) - Constructor for class org.apache.flink.api.common.Plan
Creates a new program plan with the given name, containing initially a single data sink.
Plan(GenericDataSinkBase<?>, String, int) - Constructor for class org.apache.flink.api.common.Plan
Creates a new program plan with the given name and default parallelism, containing initially a single data sink.
Plan(Collection<? extends GenericDataSinkBase<?>>) - Constructor for class org.apache.flink.api.common.Plan
Creates a new program plan, describing the data flow that ends at the given data sinks.
Plan(Collection<? extends GenericDataSinkBase<?>>, int) - Constructor for class org.apache.flink.api.common.Plan
Creates a new program plan with the given default parallelism, describing the data flow that ends at the given data sinks.
Plan(GenericDataSinkBase<?>) - Constructor for class org.apache.flink.api.common.Plan
Creates a new program plan with single data sink.
Plan(GenericDataSinkBase<?>, int) - Constructor for class org.apache.flink.api.common.Plan
Creates a new program plan with single data sink and the given default parallelism.
PlanDisplayServlet - Class in org.apache.flink.client.web
 
PlanDisplayServlet(int) - Constructor for class org.apache.flink.client.web.PlanDisplayServlet
Default constructor.
PlanExecutor - Class in org.apache.flink.api.common
A PlanExecutor runs a plan.
PlanExecutor() - Constructor for class org.apache.flink.api.common.PlanExecutor
 
PlanFilterOperator<T> - Class in org.apache.flink.api.java.operators.translation
 
PlanFilterOperator(FilterFunction<T>, String, TypeInformation<T>) - Constructor for class org.apache.flink.api.java.operators.translation.PlanFilterOperator
 
PlanFilterOperator.FlatMapFilter<T> - Class in org.apache.flink.api.java.operators.translation
 
PlanJSONDumpGenerator - Class in org.apache.flink.compiler.plandump
 
PlanJSONDumpGenerator() - Constructor for class org.apache.flink.compiler.plandump.PlanJSONDumpGenerator
 
PlanNode - Class in org.apache.flink.compiler.plan
The representation of a data exchange between to operators.
PlanNode(OptimizerNode, String, DriverStrategy) - Constructor for class org.apache.flink.compiler.plan.PlanNode
 
PlanNode.FeedbackPropertiesMeetRequirementsReport - Enum in org.apache.flink.compiler.plan
 
PlanNode.SourceAndDamReport - Enum in org.apache.flink.compiler.plan
 
PlanProjectOperator<T,R extends Tuple> - Class in org.apache.flink.api.java.operators.translation
 
PlanProjectOperator(int[], String, TypeInformation<T>, TypeInformation<R>) - Constructor for class org.apache.flink.api.java.operators.translation.PlanProjectOperator
 
PlanProjectOperator.MapProjector<T,R extends Tuple> - Class in org.apache.flink.api.java.operators.translation
 
PlanUnwrappingCoGroupOperator<I1,I2,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanUnwrappingCoGroupOperator(CoGroupFunction<I1, I2, OUT>, Keys.SelectorFunctionKeys<I1, K>, Keys.SelectorFunctionKeys<I2, K>, String, TypeInformation<OUT>, TypeInformation<Tuple2<K, I1>>, TypeInformation<Tuple2<K, I2>>) - Constructor for class org.apache.flink.api.java.operators.translation.PlanUnwrappingCoGroupOperator
 
PlanUnwrappingCoGroupOperator(CoGroupFunction<I1, I2, OUT>, int[], Keys.SelectorFunctionKeys<I2, K>, String, TypeInformation<OUT>, TypeInformation<Tuple2<K, I1>>, TypeInformation<Tuple2<K, I2>>) - Constructor for class org.apache.flink.api.java.operators.translation.PlanUnwrappingCoGroupOperator
 
PlanUnwrappingCoGroupOperator(CoGroupFunction<I1, I2, OUT>, Keys.SelectorFunctionKeys<I1, K>, int[], String, TypeInformation<OUT>, TypeInformation<Tuple2<K, I1>>, TypeInformation<Tuple2<K, I2>>) - Constructor for class org.apache.flink.api.java.operators.translation.PlanUnwrappingCoGroupOperator
 
PlanUnwrappingCoGroupOperator.TupleUnwrappingCoGrouper<I1,I2,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanUnwrappingJoinOperator<I1,I2,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanUnwrappingJoinOperator(FlatJoinFunction<I1, I2, OUT>, Keys.SelectorFunctionKeys<I1, K>, Keys.SelectorFunctionKeys<I2, K>, String, TypeInformation<OUT>, TypeInformation<Tuple2<K, I1>>, TypeInformation<Tuple2<K, I2>>) - Constructor for class org.apache.flink.api.java.operators.translation.PlanUnwrappingJoinOperator
 
PlanUnwrappingJoinOperator(FlatJoinFunction<I1, I2, OUT>, int[], Keys.SelectorFunctionKeys<I2, K>, String, TypeInformation<OUT>, TypeInformation<Tuple2<K, I1>>, TypeInformation<Tuple2<K, I2>>) - Constructor for class org.apache.flink.api.java.operators.translation.PlanUnwrappingJoinOperator
 
PlanUnwrappingJoinOperator(FlatJoinFunction<I1, I2, OUT>, Keys.SelectorFunctionKeys<I1, K>, int[], String, TypeInformation<OUT>, TypeInformation<Tuple2<K, I1>>, TypeInformation<Tuple2<K, I2>>) - Constructor for class org.apache.flink.api.java.operators.translation.PlanUnwrappingJoinOperator
 
PlanUnwrappingJoinOperator.TupleUnwrappingJoiner<I1,I2,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanUnwrappingReduceGroupOperator<IN,OUT,K> - Class in org.apache.flink.api.java.operators.translation
A reduce operator that takes 2-tuples (key-value pairs), and applies the group reduce operation only on the unwrapped values.
PlanUnwrappingReduceGroupOperator(GroupReduceFunction<IN, OUT>, Keys.SelectorFunctionKeys<IN, K>, String, TypeInformation<OUT>, TypeInformation<Tuple2<K, IN>>, boolean) - Constructor for class org.apache.flink.api.java.operators.translation.PlanUnwrappingReduceGroupOperator
 
PlanUnwrappingReduceGroupOperator.TupleUnwrappingFlatCombinableGroupReducer<IN,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanUnwrappingReduceGroupOperator.TupleUnwrappingNonCombinableGroupReducer<IN,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanUnwrappingReduceOperator<T,K> - Class in org.apache.flink.api.java.operators.translation
A reduce operator that takes 2-tuples (key-value pairs), and applies the reduce operation only on the unwrapped values.
PlanUnwrappingReduceOperator(ReduceFunction<T>, Keys.SelectorFunctionKeys<T, K>, String, TypeInformation<T>, TypeInformation<Tuple2<K, T>>) - Constructor for class org.apache.flink.api.java.operators.translation.PlanUnwrappingReduceOperator
 
PlanUnwrappingReduceOperator.ReduceWrapper<T,K> - Class in org.apache.flink.api.java.operators.translation
 
Point() - Constructor for class org.apache.flink.example.java.clustering.KMeans.Point
 
Point(double, double) - Constructor for class org.apache.flink.example.java.clustering.KMeans.Point
 
PojoComparator<T> - Class in org.apache.flink.api.java.typeutils.runtime
 
PojoComparator(Field[], TypeComparator<?>[], TypeSerializer<T>, Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
PojoPairComparator<T1,T2> - Class in org.apache.flink.api.java.typeutils.runtime
 
PojoPairComparator(int[], Field[], int[], Field[], TypeComparator<Object>[], TypeComparator<Object>[]) - Constructor for class org.apache.flink.api.java.typeutils.runtime.PojoPairComparator
 
PojoSerializer<T> - Class in org.apache.flink.api.java.typeutils.runtime
 
PojoSerializer(Class<T>, TypeSerializer<?>[], Field[]) - Constructor for class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
PojoTypeInfo<T> - Class in org.apache.flink.api.java.typeutils
 
PojoTypeInfo(Class<T>, List<PojoField>) - Constructor for class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
poll() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Removes and returns the least element of the PriorityQueue in log(size) time.
pos - Variable in class org.apache.flink.api.java.record.io.TextInputFormat
 
position() - Method in class org.apache.flink.core.fs.FileChannelWrapper
 
position(long) - Method in class org.apache.flink.core.fs.FileChannelWrapper
 
possibleProperties - Variable in class org.apache.flink.compiler.dag.TwoInputNode
 
postPass(OptimizedPlan) - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
postPass(OptimizedPlan) - Method in class org.apache.flink.compiler.postpass.JavaApiPostPass
 
postPass(OptimizedPlan) - Method in interface org.apache.flink.compiler.postpass.OptimizerPostPass
Central post processing function.
postPassHelper - Variable in class org.apache.flink.compiler.plan.BulkPartialSolutionPlanNode
 
postPassHelper - Variable in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
postPassHelper - Variable in class org.apache.flink.compiler.plan.SolutionSetPlanNode
 
postPassHelper - Variable in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
postPassHelper - Variable in class org.apache.flink.compiler.plan.WorksetPlanNode
 
postPassHelper1 - Variable in class org.apache.flink.compiler.plan.DualInputPlanNode
 
postPassHelper2 - Variable in class org.apache.flink.compiler.plan.DualInputPlanNode
 
PostPassUtils - Class in org.apache.flink.compiler.postpass
 
PostPassUtils() - Constructor for class org.apache.flink.compiler.postpass.PostPassUtils
 
postSubmit() - Method in class org.apache.flink.test.util.JavaProgramTestBase
 
postSubmit() - Method in class org.apache.flink.test.util.RecordAPITestBase
 
postSuperstep() - Method in class org.apache.flink.spargel.java.MessagingFunction
This method is executed one per superstep after the vertex update function has been invoked for each vertex.
postSuperstep() - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
postSuperstep() - Method in class org.apache.flink.spargel.java.record.VertexUpdateFunction
 
postSuperstep() - Method in class org.apache.flink.spargel.java.VertexUpdateFunction
This method is executed one per superstep after the vertex update function has been invoked for each vertex.
postVisit(Operator<?>) - Method in class org.apache.flink.compiler.contextcheck.ContextChecker
 
postVisit(PlanNode) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockPreventer
 
postVisit(OptimizerNode) - Method in class org.apache.flink.compiler.PactCompiler.InterestingPropertyVisitor
 
postVisit(PlanNode) - Method in class org.apache.flink.compiler.plantranslate.NepheleJobGraphGenerator
This method implements the post-visit during the depth-first traversal.
postVisit(Operator<?>) - Method in class org.apache.flink.test.compiler.util.OperatorResolver
 
postVisit(T) - Method in interface org.apache.flink.util.Visitor
 
prepare() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.MapDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
prepare() - Method in interface org.apache.flink.runtime.operators.PactDriver
This method is called before the user code is opened.
prepare() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
prepareNextPartition() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
prepareNextPartition() - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
prepareProbePhase(IOManager, Channel.Enumerator, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
preSubmit() - Method in class org.apache.flink.test.util.JavaProgramTestBase
 
preSubmit() - Method in class org.apache.flink.test.util.RecordAPITestBase
 
preSuperstep() - Method in class org.apache.flink.spargel.java.examples.SpargelPageRankCountingVertices.VertexRankUpdater
 
preSuperstep() - Method in class org.apache.flink.spargel.java.MessagingFunction
This method is executed one per superstep before the vertex update function is invoked for each vertex.
preSuperstep() - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
preSuperstep() - Method in class org.apache.flink.spargel.java.record.VertexUpdateFunction
 
preSuperstep() - Method in class org.apache.flink.spargel.java.VertexUpdateFunction
This method is executed one per superstep before the vertex update function is invoked for each vertex.
PreviewPlanEnvironment() - Constructor for class org.apache.flink.client.program.PackagedProgram.PreviewPlanEnvironment
 
preVisit(Operator<?>) - Method in class org.apache.flink.compiler.contextcheck.ContextChecker
Checks whether the node is correctly connected to its input.
preVisit(PlanNode) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockPreventer
 
preVisit(OptimizerNode) - Method in class org.apache.flink.compiler.PactCompiler.InterestingPropertyVisitor
 
preVisit(PlanNode) - Method in class org.apache.flink.compiler.plantranslate.NepheleJobGraphGenerator
This methods implements the pre-visiting during a depth-first traversal.
preVisit(Operator<?>) - Method in class org.apache.flink.test.compiler.util.OperatorResolver
 
preVisit(T) - Method in interface org.apache.flink.util.Visitor
 
PrimitiveArrayTypeInfo<T> - Class in org.apache.flink.api.java.typeutils
 
print() - Method in class org.apache.flink.api.java.DataSet
Writes a DataSet to the standard output stream (stdout).
For each element of the DataSet the result of Object.toString() is written.
PrintingOutputFormat<T> - Class in org.apache.flink.api.java.io
 
PrintingOutputFormat() - Constructor for class org.apache.flink.api.java.io.PrintingOutputFormat
Instantiates a printing output format that prints to standard out.
PrintingOutputFormat(boolean) - Constructor for class org.apache.flink.api.java.io.PrintingOutputFormat
Instantiates a printing output format that prints to standard out.
PrintingOutputFormat() - Constructor for class org.apache.flink.api.java.record.io.avro.example.ReflectiveAvroTypeExample.PrintingOutputFormat
 
printPage(PrintWriter, Map<String, String[]>, HttpServletRequest) - Method in class org.apache.flink.client.web.GUIServletStub
This method must be overridden by the subclass.
printPage(PrintWriter, Map<String, String[]>, HttpServletRequest) - Method in class org.apache.flink.client.web.PlanDisplayServlet
 
printPlan - Variable in class org.apache.flink.test.util.RecordAPITestBase
 
printToErr() - Method in class org.apache.flink.api.java.DataSet
Writes a DataSet to the standard error stream (stderr).
For each element of the DataSet the result of Object.toString() is written.
probeIterator - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
Iterator over the elements from the probe side.
probeSideBuffer - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
probeSideChannel - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
probeSideRecordCounter - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
probeSideSerializer - Variable in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
probeSideSerializer - Variable in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
probeSideSerializer - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The utilities to serialize the probe side data types.
probeTypeComparator - Variable in class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
 
processIncomingAccumulators(JobID, Map<String, Accumulator<?, ?>>) - Method in class org.apache.flink.runtime.jobmanager.accumulators.AccumulatorManager
Merges the new accumulators with the existing accumulators collected for the job.
processNew(Map<String, Accumulator<?, ?>>) - Method in class org.apache.flink.runtime.jobmanager.accumulators.JobAccumulators
 
processProbeIter() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
processProfilingEvents(ProfilingEvent) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
 
processProfilingEvents(ProfilingEvent) - Method in interface org.apache.flink.runtime.profiling.ProfilingListener
 
PROFILE_JOB_KEY - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
The key to check whether job profiling should be enabled for a specific job.
ProfilerImplProtocol - Interface in org.apache.flink.runtime.profiling.impl
 
ProfilingDataContainer - Class in org.apache.flink.runtime.profiling.impl.types
 
ProfilingDataContainer() - Constructor for class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
ProfilingEvent - Class in org.apache.flink.runtime.profiling.types
A profiling event is a special type of event.
ProfilingEvent(JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.ProfilingEvent
Constructs a new profiling event.
ProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.ProfilingEvent
Default constructor for serialization/deserialization.
ProfilingException - Exception in org.apache.flink.runtime.profiling
A profiling exception is thrown if an error occur during profiling execution.
ProfilingException(String) - Constructor for exception org.apache.flink.runtime.profiling.ProfilingException
Constructs a new profiling exception with the given error message.
ProfilingListener - Interface in org.apache.flink.runtime.profiling
 
ProfilingUtils - Class in org.apache.flink.runtime.profiling
This class contains utility functions to load and configure Nephele's profiling component.
ProfilingUtils() - Constructor for class org.apache.flink.runtime.profiling.ProfilingUtils
 
Program - Interface in org.apache.flink.api.common
A Program represents and end-to-end Flink program.
ProgramAbortException() - Constructor for error org.apache.flink.client.program.Client.ProgramAbortException
 
ProgramDescription - Interface in org.apache.flink.api.common
Implementing this interface allows a Program to have a description of the plan which can be shown to the user.
ProgramInvocationException - Exception in org.apache.flink.client.program
Exception used to indicate that there is an error during the invocation of a Flink program.
ProgramInvocationException(String) - Constructor for exception org.apache.flink.client.program.ProgramInvocationException
Creates a ProgramInvocationException with the given message.
ProgramInvocationException(Throwable) - Constructor for exception org.apache.flink.client.program.ProgramInvocationException
Creates a ProgramInvocationException for the given exception.
ProgramInvocationException(String, Throwable) - Constructor for exception org.apache.flink.client.program.ProgramInvocationException
Creates a ProgramInvocationException for the given exception with an additional message.
progress() - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyProgressable
 
progress() - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyReporter
 
project(int...) - Method in class org.apache.flink.api.java.DataSet
Initiates a Project transformation on a Tuple DataSet.
Note: Only Tuple DataSets can be projected.
The transformation projects each Tuple of the DataSet onto a (sub)set of fields.
This method returns a ProjectOperator.Projection on which Projection#types() needs to be called to completed the transformation.
projectFirst(int...) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Continues a ProjectCross transformation and adds fields of the first cross input.
If the first cross input is a Tuple DataSet, fields can be selected by their index.
projectFirst(int...) - Method in class org.apache.flink.api.java.operators.CrossOperator.DefaultCross
Initiates a ProjectCross transformation and projects the first cross input
If the first cross input is a Tuple DataSet, fields can be selected by their index.
projectFirst(int...) - Method in class org.apache.flink.api.java.operators.JoinOperator.DefaultJoin
Initiates a ProjectJoin transformation and projects the first join input
If the first join input is a Tuple DataSet, fields can be selected by their index.
projectFirst(int...) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Continues a ProjectJoin transformation and adds fields of the first join input.
If the first join input is a Tuple DataSet, fields can be selected by their index.
Projection(DataSet<T>, int[]) - Constructor for class org.apache.flink.api.java.operators.ProjectOperator.Projection
 
ProjectJoin(DataSet<I1>, DataSet<I2>, Keys<I1>, Keys<I2>, JoinOperator.JoinHint, int[], boolean[], TupleTypeInfo<OUT>) - Constructor for class org.apache.flink.api.java.operators.JoinOperator.ProjectJoin
 
ProjectOperator<IN,OUT extends Tuple> - Class in org.apache.flink.api.java.operators
This operator represents the application of a projection operation on a data set, and the result data set produced by the function.
ProjectOperator(DataSet<IN>, int[], TupleTypeInfo<OUT>) - Constructor for class org.apache.flink.api.java.operators.ProjectOperator
 
ProjectOperator.Projection<T> - Class in org.apache.flink.api.java.operators
 
projectSecond(int...) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Continues a ProjectCross transformation and adds fields of the second cross input.
If the second cross input is a Tuple DataSet, fields can be selected by their index.
projectSecond(int...) - Method in class org.apache.flink.api.java.operators.CrossOperator.DefaultCross
Initiates a ProjectCross transformation and projects the second cross input
If the second cross input is a Tuple DataSet, fields can be selected by their index.
projectSecond(int...) - Method in class org.apache.flink.api.java.operators.JoinOperator.DefaultJoin
Initiates a ProjectJoin transformation and projects the second join input
If the second join input is a Tuple DataSet, fields can be selected by their index.
projectSecond(int...) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Continues a ProjectJoin transformation and adds fields of the second join input.
If the second join input is a Tuple DataSet, fields can be selected by their index.
prunePlanAlternatives(List<PlanNode>) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
prunePlanAlternativesWithCommonBranching(List<PlanNode>) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
publishEvent(AbstractTaskEvent) - Method in class org.apache.flink.runtime.io.network.api.AbstractSingleGateRecordReader
Publishes an event.
publishEvent(AbstractTaskEvent) - Method in class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
 
publishEvent(AbstractTaskEvent) - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
Publishes an event.
publishEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.gates.Gate
Publishes an event.
publishEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
publishEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
pushDownPages() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
put(int, Object) - Method in class org.apache.flink.api.java.record.io.avro.example.User
 
put(int, byte) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given byte into this buffer at the given position.
put(int, byte[]) - Method in class org.apache.flink.core.memory.MemorySegment
Bulk put method.
put(int, byte[], int, int) - Method in class org.apache.flink.core.memory.MemorySegment
Bulk put method.
put(DataInput, int, int) - Method in class org.apache.flink.core.memory.MemorySegment
Bulk put method.
put(int, ByteBuffer, int) - Method in class org.apache.flink.core.memory.MemorySegment
Bulk put method.
put(int, byte) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
put(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
put(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
put(DataInput, int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
put(int, byte) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
put(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
put(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
put(DataInput, int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
put(int, byte) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
put(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
put(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
put(DataInput, int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
put(T) - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Adds a buffer to a PriorityQueue in log(size) time.
put(K, V) - Method in class org.apache.flink.types.MapValue
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.flink.types.MapValue
 
putBoolean(int, boolean) - Method in class org.apache.flink.core.memory.MemorySegment
Writes one byte containing the byte value into this buffer at the given position.
putBoolean(int, boolean) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putBoolean(int, boolean) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putBoolean(int, boolean) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putChar(int, char) - Method in class org.apache.flink.core.memory.MemorySegment
Writes two memory containing the given char value, in the current byte order, into this buffer at the given position.
putChar(int, char) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putChar(int, char) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putChar(int, char) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putDouble(int, double) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given double-precision floating-point value (64bit, 8 bytes) to the given position in the system's native byte order.
putDouble(int, double) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putDouble(int, double) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putDouble(int, double) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putDoubleBigEndian(int, double) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given double-precision floating-point value (64bit, 8 bytes) to the given position in big endian byte order.
putDoubleBigEndian(int, double) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putDoubleLittleEndian(int, double) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given double-precision floating-point value (64bit, 8 bytes) to the given position in little endian byte order.
putDoubleLittleEndian(int, double) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putFloat(int, float) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given single-precision float value (32bit, 4 bytes) to the given position in the system's native byte order.
putFloat(int, float) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putFloat(int, float) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putFloat(int, float) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putFloatBigEndian(int, float) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given single-precision float value (32bit, 4 bytes) to the given position in big endian byte order.
putFloatBigEndian(int, float) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putFloatLittleEndian(int, float) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given single-precision float value (32bit, 4 bytes) to the given position in little endian byte order.
putFloatLittleEndian(int, float) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putInt(int, int) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given int value (32bit, 4 bytes) to the given position in the system's native byte order.
putInt(int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putInt(int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putInt(int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putIntBigEndian(int, int) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given int value (32bit, 4 bytes) to the given position in big endian byte order.
putIntBigEndian(int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putIntBigEndian(int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putIntBigEndian(int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putIntLittleEndian(int, int) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given int value (32bit, 4 bytes) to the given position in little endian byte order.
putIntLittleEndian(int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putIntLittleEndian(int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putIntLittleEndian(int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putLong(int, long) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given long value (64bit, 8 bytes) to the given position in the system's native byte order.
putLong(int, long) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putLong(int, long) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putLong(int, long) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putLongBigEndian(int, long) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given long value (64bit, 8 bytes) to the given position in big endian byte order.
putLongBigEndian(int, long) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putLongBigEndian(int, long) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putLongBigEndian(int, long) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putLongLittleEndian(int, long) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given long value (64bit, 8 bytes) to the given position in little endian byte order.
putLongLittleEndian(int, long) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putLongLittleEndian(int, long) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putLongLittleEndian(int, long) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putNormalizedKey(Boolean, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.base.BooleanComparator
 
putNormalizedKey(Byte, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.base.ByteComparator
 
putNormalizedKey(Character, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.base.CharComparator
 
putNormalizedKey(Double, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.base.DoubleComparator
 
putNormalizedKey(Float, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.base.FloatComparator
 
putNormalizedKey(Integer, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.base.IntComparator
 
putNormalizedKey(Long, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.base.LongComparator
 
putNormalizedKey(Short, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.base.ShortComparator
 
putNormalizedKey(String, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.base.StringComparator
 
putNormalizedKey(T, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Writes a normalized key for the given record into the target byte array, starting at the specified position an writing exactly the given number of bytes.
putNormalizedKey(T, MemorySegment, int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
putNormalizedKey(T, MemorySegment, int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
putNormalizedKey(T, MemorySegment, int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
putNormalizedKey(Record, MemorySegment, int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
putNormalizedKey(T, MemorySegment, int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
putNormalizedKey(T, MemorySegment, int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldComparator
 
putNormalizedKey(T, MemorySegment, int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
putNormalizedKey(T, MemorySegment, int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
putShort(int, short) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given short value into this buffer at the given position, using the native byte order of the system.
putShort(int, short) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putShort(int, short) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putShort(int, short) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 

Q

QUERY_KEY - Variable in class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
 
QUERY_KEY - Static variable in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
 
queueEnvelope(Envelope) - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
queueEnvelope(Envelope) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
queueEnvelope(Envelope) - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
queues - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
The queue of empty buffer that can be used for reading;
QuickSort - Class in org.apache.flink.runtime.operators.sort
 
QuickSort() - Constructor for class org.apache.flink.runtime.operators.sort.QuickSort
 

R

RandomAccessInputView - Class in org.apache.flink.runtime.io.disk
 
RandomAccessInputView(ArrayList<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessInputView
 
RandomAccessInputView(ArrayList<MemorySegment>, int, int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessInputView
 
RandomAccessOutputView - Class in org.apache.flink.runtime.io.disk
 
RandomAccessOutputView(MemorySegment[], int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessOutputView
 
RandomAccessOutputView(MemorySegment[], int, int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessOutputView
 
RankAssigner(double) - Constructor for class org.apache.flink.example.java.graph.PageRankBasic.RankAssigner
 
RankMessenger() - Constructor for class org.apache.flink.spargel.java.examples.SpargelPageRank.RankMessenger
 
RankMessenger() - Constructor for class org.apache.flink.spargel.java.examples.SpargelPageRankCountingVertices.RankMessenger
 
RANKS_AFTER_3_ITERATIONS - Static variable in class org.apache.flink.test.testdata.PageRankData
 
RANKS_AFTER_EPSILON_0_0001_CONVERGENCE - Static variable in class org.apache.flink.test.testdata.PageRankData
 
reachedEnd() - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
Checks whether the current split is at its end.
reachedEnd() - Method in interface org.apache.flink.api.common.io.InputFormat
Method used to check if the end of the input is reached.
reachedEnd() - Method in class org.apache.flink.api.java.io.AvroInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.java.io.CollectionInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.java.io.IteratorInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
Checks whether all data has been read.
reachedEnd() - Method in class org.apache.flink.api.java.io.ParallelIteratorInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.java.record.io.avro.AvroInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.java.record.io.avro.AvroRecordInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.java.record.io.avro.example.ReflectiveAvroTypeExample.UserGeneratingInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.java.record.io.CollectionInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.java.record.io.ExternalProcessFixedLengthInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.java.record.io.FixedLengthInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
Checks whether all data has been read.
reachedEnd() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
reachedEnd() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
reachedEnd() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
read(DataInputView) - Method in class org.apache.flink.api.avro.AvroBaseValue
 
read(byte[], int, int) - Method in class org.apache.flink.api.avro.FSDataInputStreamWrapper
 
read(DataInputView) - Method in class org.apache.flink.api.common.accumulators.DoubleCounter
 
read(DataInputView) - Method in class org.apache.flink.api.common.accumulators.Histogram
 
read(DataInputView) - Method in class org.apache.flink.api.common.accumulators.IntCounter
 
read(DataInputView) - Method in class org.apache.flink.api.common.accumulators.LongCounter
 
read(DataInputView) - Method in class org.apache.flink.api.common.distributions.SimpleDistribution
 
read(DataInputView) - Method in class org.apache.flink.api.common.distributions.SimpleIntegerDistribution
 
read(DataInputView) - Method in class org.apache.flink.api.common.distributions.UniformDoubleDistribution
 
read(DataInputView) - Method in class org.apache.flink.api.common.distributions.UniformIntegerDistribution
 
read() - Method in class org.apache.flink.api.common.io.BinaryInputFormat.BlockBasedInput
 
read(byte[]) - Method in class org.apache.flink.api.common.io.BinaryInputFormat.BlockBasedInput
 
read(byte[], int, int) - Method in class org.apache.flink.api.common.io.BinaryInputFormat.BlockBasedInput
 
read(DataInputView) - Method in class org.apache.flink.api.common.io.BlockInfo
 
read() - Method in class org.apache.flink.api.common.io.InflaterInputStreamFSInputWrapper
 
read(byte[], int, int) - Method in class org.apache.flink.api.common.io.InflaterInputStreamFSInputWrapper
 
read(byte[]) - Method in class org.apache.flink.api.common.io.InflaterInputStreamFSInputWrapper
 
read(DataInputView) - Method in class org.apache.flink.api.java.record.io.ExternalProcessInputSplit
 
read(DataInputView) - Method in class org.apache.flink.configuration.Configuration
 
read(ByteBuffer) - Method in class org.apache.flink.core.fs.FileChannelWrapper
 
read(ByteBuffer, long) - Method in class org.apache.flink.core.fs.FileChannelWrapper
 
read(ByteBuffer[], int, int) - Method in class org.apache.flink.core.fs.FileChannelWrapper
 
read(DataInputView) - Method in class org.apache.flink.core.fs.FileInputSplit
 
read() - Method in class org.apache.flink.core.fs.local.LocalDataInputStream
 
read(byte[], int, int) - Method in class org.apache.flink.core.fs.local.LocalDataInputStream
 
read(DataInputView) - Method in class org.apache.flink.core.fs.Path
 
read(DataInputView) - Method in class org.apache.flink.core.io.GenericInputSplit
 
read(DataInputView) - Method in interface org.apache.flink.core.io.IOReadableWritable
Reads the object's internal data from the given data input view.
read(DataInputView) - Method in class org.apache.flink.core.io.LocatableInputSplit
 
read(DataInputView) - Method in class org.apache.flink.core.io.StringRecord
deserialize
read(byte[], int, int) - Method in interface org.apache.flink.core.memory.DataInputView
Reads up to len bytes of memory and stores it into b starting at offset off.
read(byte[]) - Method in interface org.apache.flink.core.memory.DataInputView
Tries to fill the given byte array b.
read(byte[], int, int) - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
read(byte[]) - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
read(byte[], int, int) - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
read(byte[]) - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
read(DataInputView) - Method in class org.apache.flink.example.java.relational.EmptyFieldsCountAccumulator.VectorAccumulator
 
read(DataInputView) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableWrapper
 
read(DataInputView) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopInputSplit
 
read(DataInputView) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.wrapper.HadoopInputSplit
 
read(DataInputView) - Method in class org.apache.flink.runtime.AbstractID
 
read(DataInputView) - Method in class org.apache.flink.runtime.accumulators.AccumulatorEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.client.AbstractJobResult
 
read(DataInputView) - Method in class org.apache.flink.runtime.client.JobProgressResult
 
read(DataInputView) - Method in class org.apache.flink.runtime.client.JobSubmissionResult
 
read(DataInputView) - Method in class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
 
read(DataInputView) - Method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
 
read(DataInputView) - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.JobEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.VertexAssignmentEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.VertexEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.task.IntegerTaskEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.task.StringTaskEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileRequest
 
read(DataInputView) - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileResponse
 
read(DataInputView) - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheUpdate
 
read() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
 
read() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
read(byte[]) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
read(DataInputView) - Method in class org.apache.flink.runtime.instance.HardwareDescription
 
read(DataInputView) - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.channels.ChannelCloseEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.channels.EndOfSuperstepEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.SenderHintEvent
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
read(byte[]) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
read(DataInputView) - Method in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
read(DataInputView) - Method in class org.apache.flink.runtime.iterative.event.TerminationEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
read(DataInputView) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
 
read(DataInputView) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.InputSplitWrapper
 
read(DataInputView) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
 
read(DataInputView) - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
 
read(DataInputView) - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
 
read(byte[]) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
read() - Method in class org.apache.flink.runtime.net.SocketInputStream
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.net.SocketInputStream
 
read(ByteBuffer) - Method in class org.apache.flink.runtime.net.SocketInputStream
 
read(DataInputView) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
read(DataInputView) - Method in class org.apache.flink.runtime.plugable.DeserializationDelegate
 
read(DataInputView) - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInputGateProfilingData
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalOutputGateProfilingData
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.InputGateProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.OutputGateProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.taskmanager.AbstractTaskResult
 
read(DataInputView) - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
 
read(DataInputView) - Method in class org.apache.flink.runtime.taskmanager.transferenvelope.RegisterTaskManagerResult
 
read(DataInputView) - Method in class org.apache.flink.runtime.topology.NetworkNode
 
read(DataInputView) - Method in class org.apache.flink.runtime.topology.NetworkTopology
 
read(DataInputView) - Method in class org.apache.flink.runtime.types.FileRecord
 
read(DataInputView) - Method in class org.apache.flink.runtime.types.IntegerRecord
 
read(DataInputView) - Method in class org.apache.flink.runtime.util.SerializableArrayList
 
read(DataInputView) - Method in class org.apache.flink.runtime.util.SerializableHashMap
 
read(DataInputView) - Method in class org.apache.flink.runtime.util.SerializableHashSet
 
read(DataInputView) - Method in class org.apache.flink.types.BooleanValue
 
read(DataInputView) - Method in class org.apache.flink.types.ByteValue
 
read(DataInputView) - Method in class org.apache.flink.types.CharValue
 
read(DataInputView) - Method in class org.apache.flink.types.DoubleValue
 
read(DataInputView) - Method in class org.apache.flink.types.FloatValue
 
read(DataInputView) - Method in class org.apache.flink.types.IntValue
 
read(DataInputView) - Method in class org.apache.flink.types.ListValue
 
read(DataInputView) - Method in class org.apache.flink.types.LongValue
 
read(DataInputView) - Method in class org.apache.flink.types.MapValue
 
read(DataInputView) - Method in class org.apache.flink.types.NullValue
 
read(DataInputView) - Method in class org.apache.flink.types.Pair
 
read(DataInputView) - Method in class org.apache.flink.types.Record
 
read(DataInputView) - Method in class org.apache.flink.types.ShortValue
 
read(DataInputView) - Method in class org.apache.flink.types.StringValue
 
READ_WHOLE_SPLIT_FLAG - Static variable in class org.apache.flink.api.common.io.FileInputFormat
The splitLength is set to -1L for reading the whole split.
readAllResultLines(List<String>, String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
readAllResultLines(List<String>, String, boolean) - Method in class org.apache.flink.test.util.AbstractTestBase
 
readAndSetBroadcastInput(int, String, RuntimeUDFContext) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
readArrayStart() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readArrayStart() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readBlock(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
Issues a read request, which will asynchronously fill the given segment with the next block in the underlying file channel.
readBoolean() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readBoolean() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readBoolean() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readBoolean() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readBoolean() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readBoolean() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readByte() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readByte() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readByte() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readByte() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readBytes(ByteBuffer) - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readBytes(Record, byte[], int) - Method in class org.apache.flink.api.java.record.io.ExternalProcessFixedLengthInputFormat
Reads a record out of the given buffer.
readBytes(Record, byte[], int) - Method in class org.apache.flink.api.java.record.io.FixedLengthInputFormat
Reads a record out of the given buffer.
readBytes(ByteBuffer) - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readChar() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readChar() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readChar() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readChar() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readCsvFile(String) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a CSV reader to read a comma separated value (CSV) file.
readDouble() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readDouble() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readDouble() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readDouble() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readDouble() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readDouble() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readDualConstantAnnotations(Class<?>) - Static method in class org.apache.flink.api.java.functions.FunctionAnnotation
Reads the annotations of a user defined function with two inputs and returns semantic properties according to the constant fields annotated.
readDualConstantAnnotations(UserCodeWrapper<?>) - Static method in class org.apache.flink.api.java.record.functions.FunctionAnnotation
 
readEnum() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readEnum() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readEnum(DataInput, Class<T>) - Static method in class org.apache.flink.runtime.util.EnumUtils
Reads a value from the given enumeration from the specified input stream.
reader - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
 
Reader<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.api
A reader interface to read records from an input.
ReaderBase - Interface in org.apache.flink.runtime.io.network.api
 
ReaderIterator<T> - Class in org.apache.flink.runtime.operators.util
A MutableObjectIterator that wraps a Nephele Reader producing records of a certain type.
ReaderIterator(MutableReader<DeserializationDelegate<T>>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.operators.util.ReaderIterator
Creates a new iterator, wrapping the given reader.
readFields(DataInput) - Method in interface org.apache.hadoop.io.Writable
Deserialize the fields of this object from in.
readFile(FileInputFormat<X>, String) - Method in class org.apache.flink.api.java.ExecutionEnvironment
 
readFileInfoFromConfig(Configuration) - Static method in class org.apache.flink.api.common.cache.DistributedCache
 
readFixed(byte[], int, int) - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readFixed(byte[], int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readFloat() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readFloat() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readFloat() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readFloat() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readFloat() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readFloat() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readFully(byte[]) - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readFully(byte[], int, int) - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readFully(byte[]) - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readFully(byte[], int, int) - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readFully(byte[]) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readFully(byte[], int, int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readFully(byte[]) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readFully(byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readFully(InputStream, byte[], int, int) - Static method in class org.apache.flink.runtime.util.IOUtils
Reads len bytes in a loop.
readIndex() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readIndex() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
ReadingThread(ExceptionHandler<IOException>, MutableObjectIterator<E>, UnilateralSortMerger.CircularQueues<E>, E, AbstractInvokable, long) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ReadingThread
Creates a new reading thread.
readInt() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readInt() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readInt() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readInt() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readInt() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readInt() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readLibraryFromStream(DataInput) - Static method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Reads library data from the given stream.
readLine() - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
readLine() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readLine() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readLine() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readLine() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readLong() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readLong() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readLong() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readLong() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readLong() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readLong() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readMapStart() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readMapStart() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readNull() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readNull() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readObjectFromConfig(Configuration, String, ClassLoader) - Static method in class org.apache.flink.util.InstantiationUtil
 
readParametersFromConfig(Configuration, ClassLoader) - Method in interface org.apache.flink.api.common.typeutils.TypeComparatorFactory
 
readParametersFromConfig(Configuration, ClassLoader) - Method in interface org.apache.flink.api.common.typeutils.TypeSerializerFactory
 
readParametersFromConfig(Configuration, ClassLoader) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparatorFactory
 
readParametersFromConfig(Configuration, ClassLoader) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordSerializerFactory
 
readParametersFromConfig(Configuration, ClassLoader) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeComparatorFactory
 
readParametersFromConfig(Configuration, ClassLoader) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatefulSerializerFactory
 
readParametersFromConfig(Configuration, ClassLoader) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatelessSerializerFactory
 
readRecord(OT, byte[], int, int) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
This function parses the given byte array which represents a serialized records.
readRecord(OUT, byte[], int, int) - Method in class org.apache.flink.api.java.io.CsvInputFormat
 
readRecord(String, byte[], int, int) - Method in class org.apache.flink.api.java.io.TextInputFormat
 
readRecord(StringValue, byte[], int, int) - Method in class org.apache.flink.api.java.io.TextValueInputFormat
 
readRecord(Record, byte[], int, int) - Method in class org.apache.flink.api.java.record.io.CsvInputFormat
 
readRecord(Record, byte[], int, int) - Method in class org.apache.flink.api.java.record.io.DelimitedInputFormat
This function parses the given byte array which represents a serialized key/value pair.
readRecord(Record, byte[], int, int) - Method in class org.apache.flink.api.java.record.io.TextInputFormat
 
readRecord(T) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
readRecord(T) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Reads a record from one of the associated input channels.
readRecordAt(long, T) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
readShort() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readShort() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readShort() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readShort() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readSingleConstantAnnotations(Class<?>) - Static method in class org.apache.flink.api.java.functions.FunctionAnnotation
Reads the annotations of a user defined function with one input and returns semantic properties according to the constant fields annotated.
readSingleConstantAnnotations(UserCodeWrapper<?>) - Static method in class org.apache.flink.api.java.record.functions.FunctionAnnotation
 
readString(Utf8) - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readString() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readString(Utf8) - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readString() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readString(DataInput) - Static method in class org.apache.flink.core.io.StringRecord
Read a UTF8 encoded string from in
readString(DataInput) - Static method in class org.apache.flink.types.StringValue
 
readStubAnnotations() - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
readStubAnnotations() - Method in class org.apache.flink.compiler.dag.BinaryUnionNode
 
readStubAnnotations() - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
readStubAnnotations() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Reads all stub annotations, i.e.
readStubAnnotations() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
readTextFile(String) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a DataSet that represents the Strings produced by reading the given file line wise.
readTextFile(String, String) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a DataSet that represents the Strings produced by reading the given file line wise.
readTextFileWithValue(String) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a DataSet that represents the Strings produced by reading the given file line wise.
readTextFileWithValue(String, String, boolean) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a DataSet that represents the Strings produced by reading the given file line wise.
readUniqueFieldsAnnotation() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
readUnsignedByte() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readUnsignedByte() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readUnsignedByte() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readUnsignedByte() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readUnsignedShort() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readUnsignedShort() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readUnsignedShort() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readUnsignedShort() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readUTF() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readUTF() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readUTF() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readUTF() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readVarLongCount(DataInput) - Static method in class org.apache.flink.api.avro.DataInputDecoder
 
readVarLongCount(DataInput) - Static method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readWithKeyDenormalization(T, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
readWithKeyDenormalization(T, DataInputView) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Reads the record back while de-normalizing the key fields.
readWithKeyDenormalization(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
readWithKeyDenormalization(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
readWithKeyDenormalization(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
readWithKeyDenormalization(Record, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
readWithKeyDenormalization(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
readWithKeyDenormalization(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldComparator
 
readWithKeyDenormalization(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
readWithKeyDenormalization(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
ReceiverAlreadyClosedException - Exception in org.apache.flink.runtime.io.network.channels
 
ReceiverAlreadyClosedException() - Constructor for exception org.apache.flink.runtime.io.network.channels.ReceiverAlreadyClosedException
 
receiverNotFound() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
receiverNotReady() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
receiverReady() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
RecentJobEvent - Class in org.apache.flink.runtime.event.job
A RecentJobEvent provides a summary of a job which is either currently running or has been running recently.
RecentJobEvent(JobID, String, JobStatus, boolean, long, long) - Constructor for class org.apache.flink.runtime.event.job.RecentJobEvent
Constructs a new event.
RecentJobEvent() - Constructor for class org.apache.flink.runtime.event.job.RecentJobEvent
Constructor for serialization/deserialization.
Record - Class in org.apache.flink.types
The Record represents a multi-valued data record and forms the base of the "Record API" The record is a tuple of arbitrary values.
Record() - Constructor for class org.apache.flink.types.Record
Required nullary constructor for instantiation by serialization logic.
Record(Value) - Constructor for class org.apache.flink.types.Record
Creates a new record containing only a single field, which is the given value.
Record(Value, Value) - Constructor for class org.apache.flink.types.Record
Creates a new record containing exactly two fields, which are the given values.
Record(int) - Constructor for class org.apache.flink.types.Record
Creates a new record, containing the given number of fields.
RECORD_DELIMITER - Static variable in class org.apache.flink.api.common.io.DelimitedInputFormat
The configuration key to set the record delimiter.
RECORD_DELIMITER - Static variable in class org.apache.flink.api.java.record.io.DelimitedOutputFormat
The configuration key for the entry that defines the record delimiter.
RECORD_DELIMITER_PARAMETER - Static variable in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
RECORD_POSITION_PARAMETER_PREFIX - Static variable in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
RecordAPITestBase - Class in org.apache.flink.test.util
 
RecordAPITestBase() - Constructor for class org.apache.flink.test.util.RecordAPITestBase
 
RecordAPITestBase(Configuration) - Constructor for class org.apache.flink.test.util.RecordAPITestBase
 
RecordAvailabilityListener<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.gates
This interface can be implemented by a class which shall be notified by an input gate when one of the its connected input channels has at least one record available for reading.
RecordComparator - Class in org.apache.flink.api.java.typeutils.runtime.record
Implementation of the TypeComparator interface for the pact record.
RecordComparator(int[], Class<? extends Key<?>>[]) - Constructor for class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
Creates a new comparator that compares Pact Records by the subset of fields as described by the given key positions and types.
RecordComparator(int[], Class<? extends Key<?>>[], boolean[]) - Constructor for class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
Creates a new comparator that compares Pact Records by the subset of fields as described by the given key positions and types.
RecordComparatorFactory - Class in org.apache.flink.api.java.typeutils.runtime.record
A factory for a TypeComparator for Record.
RecordComparatorFactory() - Constructor for class org.apache.flink.api.java.typeutils.runtime.record.RecordComparatorFactory
 
RecordComparatorFactory(int[], Class<? extends Key<?>>[]) - Constructor for class org.apache.flink.api.java.typeutils.runtime.record.RecordComparatorFactory
 
RecordComparatorFactory(int[], Class<? extends Key<?>>[], boolean[]) - Constructor for class org.apache.flink.api.java.typeutils.runtime.record.RecordComparatorFactory
 
recordDelimiter(char) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat.AbstractConfigBuilder
Sets the delimiter to be a single character, namely the given one.
recordDelimiter(String) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat.AbstractConfigBuilder
Sets the delimiter to be the given string.
recordDelimiter(String, String) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat.AbstractConfigBuilder
Sets the delimiter to be the given string.
recordDelimiter(char) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat.AbstractConfigBuilder
Sets the delimiter to be a single character, namely the given one.
recordDelimiter(String) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat.AbstractConfigBuilder
Sets the delimiter to be the given string.
recordDelimiter(String, String) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat.AbstractConfigBuilder
Sets the delimiter to be the given string.
recordDelimiter(char) - Method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat.AbstractConfigBuilder
Sets the delimiter to be a single character, namely the given one.
recordDelimiter(String) - Method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat.AbstractConfigBuilder
Sets the delimiter to be the given string.
recordDelimiter(String, String) - Method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat.AbstractConfigBuilder
Sets the delimiter to be the given string.
RecordDeserializer<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.serialization
Interface for turning sequences of memory segments into records.
RecordDeserializer.DeserializationResult - Enum in org.apache.flink.runtime.io.network.serialization
 
recordLength - Variable in class org.apache.flink.api.java.record.io.ExternalProcessFixedLengthInputFormat
fixed length of all records
RECORDLENGTH_PARAMETER_KEY - Static variable in class org.apache.flink.api.java.record.io.ExternalProcessFixedLengthInputFormat
The config parameter which defines the fixed length of a record.
RECORDLENGTH_PARAMETER_KEY - Static variable in class org.apache.flink.api.java.record.io.FixedLengthInputFormat
The config parameter which defines the fixed length of a record.
RecordModelPostPass - Class in org.apache.flink.compiler.postpass
Post pass implementation for the Record data model.
RecordModelPostPass() - Constructor for class org.apache.flink.compiler.postpass.RecordModelPostPass
 
RecordOperator - Interface in org.apache.flink.api.common.operators
Interface marking operators to be referring to the Record data model.
RecordOutputCollector - Class in org.apache.flink.runtime.operators.shipping
The OutputCollector collects Records, and emits the pair to a set of Nephele RecordWriters.
RecordOutputCollector(List<RecordWriter<Record>>) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
Initializes the output collector with a set of writers.
RecordOutputEmitter - Class in org.apache.flink.runtime.operators.shipping
 
RecordOutputEmitter(ShipStrategyType) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...).
RecordOutputEmitter(ShipStrategyType, TypeComparator<Record>) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...) and uses the supplied comparator to hash / compare records for partitioning them deterministically.
RecordOutputEmitter(ShipStrategyType, TypeComparator<Record>, DataDistribution) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...) and uses the supplied comparator to hash / compare records for partitioning them deterministically.
RecordPairComparator - Class in org.apache.flink.api.java.typeutils.runtime.record
Implementation of the TypePairComparator interface for Pact Records.
RecordPairComparator(int[], int[], Class<? extends Key<?>>[]) - Constructor for class org.apache.flink.api.java.typeutils.runtime.record.RecordPairComparator
 
RecordPairComparatorFactory - Class in org.apache.flink.api.java.typeutils.runtime.record
A factory for a TypePairComparator for Record.
RecordPairComparatorFactory() - Constructor for class org.apache.flink.api.java.typeutils.runtime.record.RecordPairComparatorFactory
 
recordReader - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
RecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
A record writer connects an input gate to an application.
RecordReader(AbstractInvokable, Class<T>) - Constructor for class org.apache.flink.runtime.io.network.api.RecordReader
Constructs a new record reader and registers a new input gate with the application's environment.
RecordReaderIterator - Class in org.apache.flink.runtime.operators.util
A MutableObjectIterator that wraps a Nephele Reader producing Records.
RecordReaderIterator(MutableReader<Record>) - Constructor for class org.apache.flink.runtime.operators.util.RecordReaderIterator
Creates a new iterator, wrapping the given reader.
RecordSerializer - Class in org.apache.flink.api.java.typeutils.runtime.record
Implementation of the (de)serialization and copying logic for the Record.
RecordSerializer<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.serialization
Interface for turning records into sequences of memory segments.
RecordSerializer.SerializationResult - Enum in org.apache.flink.runtime.io.network.serialization
 
RecordSerializerFactory - Class in org.apache.flink.api.java.typeutils.runtime.record
A factory that create a serializer for the Record data type.
RecordSerializerFactory() - Constructor for class org.apache.flink.api.java.typeutils.runtime.record.RecordSerializerFactory
 
RecordTypeInfo - Class in org.apache.flink.api.java.typeutils
Type information for the record API.
RecordTypeInfo() - Constructor for class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
recordWriter - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
RecordWriter<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
A record writer connects the application to an output gate.
RecordWriter(AbstractInvokable) - Constructor for class org.apache.flink.runtime.io.network.api.RecordWriter
 
RecordWriter(AbstractInvokable, ChannelSelector<T>) - Constructor for class org.apache.flink.runtime.io.network.api.RecordWriter
 
recursionLevel - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
recycle(MemorySegment) - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
recycle(MemorySegment) - Method in interface org.apache.flink.runtime.io.network.BufferRecycler
Called by Buffer to return a MemorySegment to its original buffer pool.
recycle(MemorySegment) - Method in class org.apache.flink.runtime.util.BufferPoolConnector
 
recycleBuffer() - Method in class org.apache.flink.runtime.io.network.Buffer
 
reduce(Iterable<T>, Collector<O>) - Method in interface org.apache.flink.api.common.functions.GroupReduceFunction
The reduce method.
reduce(T, T) - Method in interface org.apache.flink.api.common.functions.ReduceFunction
The core method of ReduceFunction, combining two values into one value of the same type.
reduce(ReduceFunction<T>) - Method in class org.apache.flink.api.java.DataSet
Applies a Reduce transformation on a non-grouped DataSet.
The transformation consecutively calls a RichReduceFunction until only a single element remains which is the result of the transformation.
reduce(Iterable<IN>, Collector<OUT>) - Method in class org.apache.flink.api.java.functions.GroupReduceIterator
 
reduce(Iterable<IN>, Collector<OUT>) - Method in class org.apache.flink.api.java.functions.RichGroupReduceFunction
 
reduce(T, T) - Method in class org.apache.flink.api.java.functions.RichReduceFunction
 
reduce(Iterable<T>, Collector<T>) - Method in class org.apache.flink.api.java.operators.AggregateOperator.AggregatingUdf
 
reduce(Iterable<T>, Collector<T>) - Method in class org.apache.flink.api.java.operators.DistinctOperator.DistinctFunction
 
reduce(Iterable<Tuple2<K, IN>>, Collector<OUT>) - Method in class org.apache.flink.api.java.operators.translation.PlanUnwrappingReduceGroupOperator.TupleUnwrappingFlatCombinableGroupReducer
 
reduce(Iterable<Tuple2<K, IN>>, Collector<OUT>) - Method in class org.apache.flink.api.java.operators.translation.PlanUnwrappingReduceGroupOperator.TupleUnwrappingNonCombinableGroupReducer
 
reduce(Tuple2<K, T>, Tuple2<K, T>) - Method in class org.apache.flink.api.java.operators.translation.PlanUnwrappingReduceOperator.ReduceWrapper
 
reduce(ReduceFunction<T>) - Method in class org.apache.flink.api.java.operators.UnsortedGrouping
Applies a Reduce transformation on a grouped DataSet.
For each group, the transformation consecutively calls a RichReduceFunction until only a single element for each group remains.
reduce(Iterator<Record>, Collector<Record>) - Method in class org.apache.flink.api.java.record.functions.ReduceFunction
The central function to be implemented for a reducer.
reduce(Iterator<Record>, Collector<Record>) - Method in class org.apache.flink.api.java.record.io.avro.example.ReflectiveAvroTypeExample.ConcatenatingReducer
 
reduce(Iterable<Record>, Collector<Record>) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.WrappingReduceFunction
 
reduce(Tuple3<Integer, KMeans.Point, Long>, Tuple3<Integer, KMeans.Point, Long>) - Method in class org.apache.flink.example.java.clustering.KMeans.CentroidAccumulator
 
reduce(Iterable<Tuple2<Long, Long>>, Collector<Tuple2<Long, Long[]>>) - Method in class org.apache.flink.example.java.graph.PageRankBasic.BuildOutgoingEdgeList
 
reduce(Tuple2<LinearRegression.Params, Integer>, Tuple2<LinearRegression.Params, Integer>) - Method in class org.apache.flink.example.java.ml.LinearRegression.UpdateAccumulator
 
reduce(Iterator<Record>, Collector<Record>) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCount.CountWords
 
reduce(Iterator<Record>, Collector<Record>) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat.CountWords
 
ReduceCombineDriver<T> - Class in org.apache.flink.runtime.operators
Combine operator for Reduce functions, standalone (not chained).
ReduceCombineDriver() - Constructor for class org.apache.flink.runtime.operators.ReduceCombineDriver
 
ReduceDriver<T> - Class in org.apache.flink.runtime.operators
Reduce task which is executed by a Nephele task manager.
ReduceDriver() - Constructor for class org.apache.flink.runtime.operators.ReduceDriver
 
ReduceFunction<T> - Interface in org.apache.flink.api.common.functions
Base interface for Reduce functions.
ReduceFunction - Class in org.apache.flink.api.java.record.functions
The ReduceFunction must be extended to provide a reducer implementation, as invoked by a ReduceOperator.
ReduceFunction() - Constructor for class org.apache.flink.api.java.record.functions.ReduceFunction
 
reduceGroup(GroupReduceFunction<T, R>) - Method in class org.apache.flink.api.java.DataSet
Applies a GroupReduce transformation on a non-grouped DataSet.
The transformation calls a RichGroupReduceFunction once with the full DataSet.
reduceGroup(Iterable<IN>) - Method in class org.apache.flink.api.java.functions.GroupReduceIterator
 
reduceGroup(GroupReduceFunction<T, R>) - Method in class org.apache.flink.api.java.operators.SortedGrouping
Applies a GroupReduce transformation on a grouped and sorted DataSet.
The transformation calls a RichGroupReduceFunction for each group of the DataSet.
reduceGroup(GroupReduceFunction<T, R>) - Method in class org.apache.flink.api.java.operators.UnsortedGrouping
Applies a GroupReduce transformation on a grouped DataSet.
The transformation calls a RichGroupReduceFunction for each group of the DataSet.
ReduceNode - Class in org.apache.flink.compiler.dag
The Optimizer representation of a Reduce operator.
ReduceNode(ReduceOperatorBase<?, ?>) - Constructor for class org.apache.flink.compiler.dag.ReduceNode
 
ReduceNode(ReduceNode) - Constructor for class org.apache.flink.compiler.dag.ReduceNode
 
ReduceOperator<IN> - Class in org.apache.flink.api.java.operators
This operator represents the application of a "reduce" function on a data set, and the result data set produced by the function.
ReduceOperator(DataSet<IN>, ReduceFunction<IN>) - Constructor for class org.apache.flink.api.java.operators.ReduceOperator
This is the case for a reduce-all case (in contrast to the reduce-per-group case).
ReduceOperator(Grouping<IN>, ReduceFunction<IN>) - Constructor for class org.apache.flink.api.java.operators.ReduceOperator
 
ReduceOperator - Class in org.apache.flink.api.java.record.operators
ReduceOperator evaluating a ReduceFunction over each group of records that share the same key.
ReduceOperator(ReduceOperator.Builder) - Constructor for class org.apache.flink.api.java.record.operators.ReduceOperator
The private constructor that only gets invoked from the Builder.
ReduceOperator.Builder - Class in org.apache.flink.api.java.record.operators
Builder pattern, straight from Joshua Bloch's Effective Java (2nd Edition).
ReduceOperator.Combinable - Annotation Type in org.apache.flink.api.java.record.operators
This annotation marks reduce stubs as eligible for the usage of a combiner.
ReduceOperator.WrappingClassReduceFunction - Class in org.apache.flink.api.java.record.operators
 
ReduceOperator.WrappingReduceFunction - Class in org.apache.flink.api.java.record.operators
 
ReduceOperatorBase<T,FT extends ReduceFunction<T>> - Class in org.apache.flink.api.common.operators.base
Base data flow operator for Reduce user-defined functions.
ReduceOperatorBase(UserCodeWrapper<FT>, UnaryOperatorInformation<T, T>, int[], String) - Constructor for class org.apache.flink.api.common.operators.base.ReduceOperatorBase
Creates a grouped reduce data flow operator.
ReduceOperatorBase(FT, UnaryOperatorInformation<T, T>, int[], String) - Constructor for class org.apache.flink.api.common.operators.base.ReduceOperatorBase
Creates a grouped reduce data flow operator.
ReduceOperatorBase(Class<? extends FT>, UnaryOperatorInformation<T, T>, int[], String) - Constructor for class org.apache.flink.api.common.operators.base.ReduceOperatorBase
Creates a grouped reduce data flow operator.
ReduceOperatorBase(UserCodeWrapper<FT>, UnaryOperatorInformation<T, T>, String) - Constructor for class org.apache.flink.api.common.operators.base.ReduceOperatorBase
Creates a non-grouped reduce data flow operator (all-reduce).
ReduceOperatorBase(FT, UnaryOperatorInformation<T, T>, String) - Constructor for class org.apache.flink.api.common.operators.base.ReduceOperatorBase
Creates a non-grouped reduce data flow operator (all-reduce).
ReduceOperatorBase(Class<? extends FT>, UnaryOperatorInformation<T, T>, String) - Constructor for class org.apache.flink.api.common.operators.base.ReduceOperatorBase
Creates a non-grouped reduce data flow operator (all-reduce).
ReduceProperties - Class in org.apache.flink.compiler.operators
 
ReduceProperties(FieldSet) - Constructor for class org.apache.flink.compiler.operators.ReduceProperties
 
ReflectionUtil - Class in org.apache.flink.util
 
ReflectionUtil() - Constructor for class org.apache.flink.util.ReflectionUtil
 
ReflectiveAvroTypeExample - Class in org.apache.flink.api.java.record.io.avro.example
 
ReflectiveAvroTypeExample() - Constructor for class org.apache.flink.api.java.record.io.avro.example.ReflectiveAvroTypeExample
 
ReflectiveAvroTypeExample.ConcatenatingReducer - Class in org.apache.flink.api.java.record.io.avro.example
 
ReflectiveAvroTypeExample.NumberExtractingMapper - Class in org.apache.flink.api.java.record.io.avro.example
 
ReflectiveAvroTypeExample.PrintingOutputFormat - Class in org.apache.flink.api.java.record.io.avro.example
 
ReflectiveAvroTypeExample.UserGeneratingInputFormat - Class in org.apache.flink.api.java.record.io.avro.example
 
register(JobID, Path[]) - Static method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Registers a job ID with a set of library paths that are required to run the job.
register(JobID, String[]) - Static method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Registers a job ID with a set of library paths that are required to run the job.
register(Task) - Method in class org.apache.flink.runtime.io.network.ChannelManager
Registers the given task with the channel manager.
registerAggregationConvergenceCriterion(String, Aggregator<T>, ConvergenceCriterion<T>) - Method in class org.apache.flink.api.common.aggregators.AggregatorRegistry
 
registerAggregationConvergenceCriterion(String, Aggregator<X>, ConvergenceCriterion<X>) - Method in class org.apache.flink.api.java.IterativeDataSet
Registers an Aggregator for the iteration together with a ConvergenceCriterion.
registerAggregator(String, Aggregator<?>) - Method in class org.apache.flink.api.common.aggregators.AggregatorRegistry
 
registerAggregator(String, Aggregator<?>) - Method in class org.apache.flink.api.java.DeltaIteration
Registers an Aggregator for the iteration.
registerAggregator(String, Aggregator<?>) - Method in class org.apache.flink.api.java.IterativeDataSet
Registers an Aggregator for the iteration.
registerAggregator(String, Aggregator<?>) - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Registers a new aggregator.
registerArchivist(ArchiveListener) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
Register Archivist to archive
registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
Registers the given BufferAvailabilityListener with an empty buffer pool.
registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
registerCachedFile(String, DistributedCache.DistributedCacheEntry) - Method in class org.apache.flink.api.common.Plan
register cache files in program level
registerCachedFile(String, String) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Registers a file at the distributed cache under the given name.
registerCachedFile(String, String, boolean) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Registers a file at the distributed cache under the given name.
registerCachedFilesWithPlan(Plan) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Registers all files that were registered at this execution environment's cache registry of the given plan's cache registry.
registerChannelToBeRemovedAtShudown(Channel.ID) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Adds a channel to the list of channels that are to be removed at shutdown.
registerEnvelopeDispatcher(EnvelopeDispatcher) - Method in class org.apache.flink.runtime.io.network.channels.Channel
Registers an EnvelopeDispatcher with this channel at runtime.
registerExecutionListener(ExecutionListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Registers the ExecutionListener object for this vertex.
registerExecutionListener(Task, Configuration) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
registerExecutionListener(Task, Configuration) - Method in interface org.apache.flink.runtime.profiling.TaskManagerProfiler
Registers an ExecutionListener object for profiling.
registerExecutionListener(ExecutionListener) - Method in class org.apache.flink.runtime.taskmanager.Task
Registers the ExecutionListener object for this task.
registerExecutionStageListener(ExecutionStageListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Registers a new ExecutionStageListener object with this execution graph.
registerForProfilingData(JobID, ProfilingListener) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
registerForProfilingData(JobID, ProfilingListener) - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
Registers the given ProfilingListener object to receive profiling data for the job with the given job ID.
registerGlobalBufferPool(GlobalBufferPool) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
registerGlobalBufferPool(GlobalBufferPool) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
 
registerGlobalBufferPool(GlobalBufferPool) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
registerGroupVertex(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.DefaultInputSplitAssigner
 
registerGroupVertex(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.file.FileInputSplitAssigner
 
registerGroupVertex(ExecutionGroupVertex) - Method in interface org.apache.flink.runtime.jobmanager.splitassigner.InputSplitAssigner
Registers an input vertex with the input split assigner.
registerGroupVertex(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.LocatableInputSplitAssigner
 
registerInputOutput() - Method in class org.apache.flink.runtime.iterative.io.FakeOutputTask
 
registerInputOutput() - Method in class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
 
registerInputOutput() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Must be overwritten by the concrete task to instantiate the required record reader and record writer.
registerInputOutput() - Method in class org.apache.flink.runtime.operators.DataSinkTask
 
registerInputOutput() - Method in class org.apache.flink.runtime.operators.DataSourceTask
 
registerInputOutput() - Method in class org.apache.flink.runtime.operators.RegularPactTask
Initialization method.
registerJob(ExecutionGraph, boolean, long) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
Registers a job in form of its execution graph representation with the job progress collector.
registerJob(ExecutionGraph) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.InputSplitManager
Registers a new job represented by its ExecutionGraph with the input split manager.
registerJobStatusListener(JobStatusListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Registers a new JobStatusListener object with this execution graph.
registerMainThreadForCPUProfiling(Environment, Thread, ExecutionVertexID) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
registerOpenChannelToBeRemovedAtShudown(BlockChannelAccess<?, ?>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Adds a channel reader/writer to the list of channels that are to be removed at shutdown.
registerProfiler(TaskManagerProfiler, Configuration) - Method in class org.apache.flink.runtime.taskmanager.Task
Registers the task manager profiler with the task.
registerProfilingJob(ExecutionGraph) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
registerProfilingJob(ExecutionGraph) - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
Registers the given ExecutionGraph for profiling.
registerRecordAvailabilityListener(RecordAvailabilityListener<T>) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Registers a RecordAvailabilityListener with this input gate.
registerTaskManager(InstanceConnectionInfo, HardwareDescription, int) - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
 
registerTaskManager(InstanceConnectionInfo, HardwareDescription, int) - Method in interface org.apache.flink.runtime.instance.InstanceManager
 
registerTaskManager(InstanceConnectionInfo, HardwareDescription, IntegerRecord) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
registerTaskManager(InstanceConnectionInfo, HardwareDescription, IntegerRecord) - Method in interface org.apache.flink.runtime.protocols.JobManagerProtocol
Registers a task manager at the JobManager.
RegisterTaskManagerResult - Class in org.apache.flink.runtime.taskmanager.transferenvelope
 
RegisterTaskManagerResult() - Constructor for class org.apache.flink.runtime.taskmanager.transferenvelope.RegisterTaskManagerResult
 
RegisterTaskManagerResult(RegisterTaskManagerResult.ReturnCode) - Constructor for class org.apache.flink.runtime.taskmanager.transferenvelope.RegisterTaskManagerResult
 
RegisterTaskManagerResult.ReturnCode - Enum in org.apache.flink.runtime.taskmanager.transferenvelope
 
registerUserThreadForCPUProfiling(Environment, Thread) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
registerVertexAssignmentListener(VertexAssignmentListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Registers the VertexAssignmentListener object for this vertex.
RegularPactTask<S extends Function,OT> - Class in org.apache.flink.runtime.operators
The abstract base class for all tasks.
RegularPactTask() - Constructor for class org.apache.flink.runtime.operators.RegularPactTask
 
RegularToMutableObjectIterator<T> - Class in org.apache.flink.runtime.util
 
RegularToMutableObjectIterator(Iterator<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.util.RegularToMutableObjectIterator
 
RelationalQuery - Class in org.apache.flink.example.java.relational
This program implements the following relational query on the TPC-H data set.
RelationalQuery() - Constructor for class org.apache.flink.example.java.relational.RelationalQuery
 
release(MemorySegment) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
release(Collection<T>) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
release(MemorySegment) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Tries to release the memory for the specified segment.
release(Collection<T>) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Tries to release the memory for the specified collection of segments.
releaseAll(AbstractInvokable) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
releaseAll(AbstractInvokable) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Releases all memory segments for the given task.
releaseAllChannelResources() - Method in class org.apache.flink.runtime.io.network.gates.Gate
Releases the allocated resources (particularly buffer) of all channels attached to this gate.
releaseAllChannelResources() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
releaseAllChannelResources() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
releaseAllocatedResource(AllocatedResource) - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
 
releaseAllocatedResource(AllocatedResource) - Method in interface org.apache.flink.runtime.instance.InstanceManager
 
releaseAllResources() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
releaseAllResources() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
releaseAllResources() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
releaseSlot(AllocationID) - Method in class org.apache.flink.runtime.instance.Instance
 
releaseTable() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Releases the table (the array of buckets) and returns the occupied memory segments to the list of free segments.
releaseTable() - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
remainingCapacity() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Returns the remaining capacity of the backing array.
remappedKeys - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
RemoteEnvironment - Class in org.apache.flink.api.java
An ExecutionEnvironment that sends programs to a cluster for execution.
RemoteEnvironment(String, int, String...) - Constructor for class org.apache.flink.api.java.RemoteEnvironment
Creates a new RemoteEnvironment that points to the master (JobManager) described by the given host name and port.
RemoteException - Exception in org.apache.flink.runtime.ipc
 
RemoteException(String, String) - Constructor for exception org.apache.flink.runtime.ipc.RemoteException
 
RemoteExecutor - Class in org.apache.flink.client
 
RemoteExecutor(String, int) - Constructor for class org.apache.flink.client.RemoteExecutor
 
RemoteExecutor(String, int, String) - Constructor for class org.apache.flink.client.RemoteExecutor
 
RemoteExecutor(String, String) - Constructor for class org.apache.flink.client.RemoteExecutor
 
RemoteExecutor(String, int, List<String>) - Constructor for class org.apache.flink.client.RemoteExecutor
 
RemoteExecutor(InetSocketAddress, List<String>) - Constructor for class org.apache.flink.client.RemoteExecutor
 
RemoteReceiver - Class in org.apache.flink.runtime.io.network
Objects of this class uniquely identify a connection to a remote TaskManager.
RemoteReceiver(InetSocketAddress, int) - Constructor for class org.apache.flink.runtime.io.network.RemoteReceiver
Constructs a new remote receiver object.
RemoteReceiver() - Constructor for class org.apache.flink.runtime.io.network.RemoteReceiver
Default constructor for serialization/deserialization.
remove() - Method in class org.apache.flink.api.java.operators.translation.TupleUnwrappingIterator
 
remove() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraphIterator
 
remove() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertexIterator
 
remove(String) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
blocking retrieval and removal of the object to share
remove() - Method in class org.apache.flink.runtime.jobgraph.tasks.InputSplitIterator
 
remove() - Method in class org.apache.flink.runtime.managementgraph.ManagementGraphIterator
 
remove() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertexIterator
 
remove() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
remove() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
remove() - Method in class org.apache.flink.runtime.topology.NetworkNode
 
remove() - Method in class org.apache.flink.runtime.topology.NetworkTopologyIterator
 
remove() - Method in class org.apache.flink.runtime.util.EmptyIterator
remove() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator.ValuesIterator
 
remove() - Method in class org.apache.flink.runtime.util.MutableToRegularIteratorWrapper
 
remove() - Method in class org.apache.flink.runtime.util.SingleElementIterator
 
remove() - Method in class org.apache.flink.runtime.util.UnmodifiableIterator
 
remove() - Method in class org.apache.flink.spargel.java.MessageIterator
 
remove() - Method in class org.apache.flink.spargel.java.record.MessageIterator
 
remove(int) - Method in class org.apache.flink.types.ListValue
 
remove(Object) - Method in class org.apache.flink.types.ListValue
 
remove(Object) - Method in class org.apache.flink.types.MapValue
 
remove() - Method in class org.apache.flink.util.NumberSequenceIterator
 
removeAll(Collection<?>) - Method in class org.apache.flink.types.ListValue
 
removeAllocatedSlots() - Method in class org.apache.flink.runtime.instance.Instance
 
removeClosedBranches(List<OptimizerNode.UnclosedBranchDescriptor>) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
removeField(int) - Method in class org.apache.flink.types.Record
Removes the field at the given position.
removeInt(int) - Method in class org.apache.flink.runtime.util.IntArrayList
 
removeLong(int) - Method in class org.apache.flink.runtime.util.LongArrayList
 
removeStageMember(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
Removes the specified group vertex from the execution stage.
removeUserThread(Thread) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
removeVertexFromResource(ExecutionVertex) - Method in class org.apache.flink.runtime.instance.AllocatedResource
Removes the given execution vertex from this allocated resource.
rename(Path, Path) - Method in class org.apache.flink.core.fs.FileSystem
Renames the file/directory src to dst.
rename(Path, Path) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
rename(Path, Path) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
rename(Path, Path) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
reopen(Iterator<T>) - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
ReOpenableHashPartition<BT,PT> - Class in org.apache.flink.runtime.operators.hash
 
ReOpenableMutableHashTable<BT,PT> - Class in org.apache.flink.runtime.operators.hash
 
ReOpenableMutableHashTable(TypeSerializer<BT>, TypeSerializer<PT>, TypeComparator<BT>, TypeComparator<PT>, TypePairComparator<PT, BT>, List<MemorySegment>, IOManager) - Constructor for class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
reopenProbe(MutableObjectIterator<V2>) - Method in class org.apache.flink.runtime.operators.hash.BuildFirstReOpenableHashMatchIterator
Set new input for probe side
reopenProbe(MutableObjectIterator<V1>) - Method in class org.apache.flink.runtime.operators.hash.BuildSecondReOpenableHashMatchIterator
Set new input for probe side
reopenProbe(MutableObjectIterator<PT>) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
repairInstanceAssignment() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
repairInstanceSharing() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
repairStages() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
replaceNonWordChars(StringValue, char) - Static method in class org.apache.flink.util.SimpleStringUtils
Replaces all non-word characters in a string by a given character.
replayCheckpointsFromPreviousStage(ExecutionGraph) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
 
reportAccumulatorResult(AccumulatorEvent) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
reportAccumulatorResult(AccumulatorEvent) - Method in interface org.apache.flink.runtime.protocols.AccumulatorProtocol
Report accumulators that were collected in a task.
reportAndClearAccumulators(Environment, Map<String, Accumulator<?, ?>>, ArrayList<ChainedDriver<?, ?>>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
This method is called at the end of a task, receiving the accumulators of the task and the chained tasks.
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
reportAsynchronousEvent() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
Reports an asynchronous event and interrupts each blocking method of this buffer provider in order to allow the blocked thread to respond to the event.
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
reportAsynchronousEvent() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
Reports an asynchronous event.
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
reportHeartBeat(InstanceConnectionInfo) - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
 
reportHeartBeat() - Method in class org.apache.flink.runtime.instance.Instance
Updates the time of last received heart beat to the current system time.
reportHeartBeat(InstanceConnectionInfo) - Method in interface org.apache.flink.runtime.instance.InstanceManager
 
reportIOException(IOException) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
reportProfilingData(ProfilingDataContainer) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
reportProfilingData(ProfilingDataContainer) - Method in interface org.apache.flink.runtime.profiling.impl.ProfilerImplProtocol
 
reportRecordAvailability(InputGate<T>) - Method in class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
 
reportRecordAvailability(InputGate<T>) - Method in interface org.apache.flink.runtime.io.network.gates.RecordAvailabilityListener
This method is called by an input gate when one of its connected input channels has at least one record available for reading.
requestBuffer(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
requestBuffer(int) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
Requests a buffer with a minimum size of minBufferSize.
requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
requestBuffer() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
Requests a buffer from the pool.
requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
requestBufferBlocking(int) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
Requests a buffer with a minimum size of minBufferSize.
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
requestClose() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
requestClose() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
RequestedGlobalProperties - Class in org.apache.flink.compiler.dataproperties
This class represents global properties of the data that an operator is interested in, because it needs those properties for its contract.
RequestedGlobalProperties() - Constructor for class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Initializes the global properties with no partitioning.
RequestedLocalProperties - Class in org.apache.flink.compiler.dataproperties
This class represents local properties of the data.
RequestedLocalProperties() - Constructor for class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Default constructor for trivial local properties.
RequestedLocalProperties(Ordering) - Constructor for class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Creates interesting properties for the given ordering.
RequestedLocalProperties(FieldSet) - Constructor for class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Creates interesting properties for the given grouping.
requestInstance(JobID, Configuration, int) - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
 
requestInstance(JobID, Configuration, int) - Method in interface org.apache.flink.runtime.instance.InstanceManager
 
requestInstances(ExecutionStage) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
Collects the instances required to run the job from the given ExecutionStage and requests them at the loaded instance manager.
requestNextInputSplit(JobID, ExecutionVertexID, IntegerRecord) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
requestNextInputSplit(JobID, ExecutionVertexID, IntegerRecord) - Method in interface org.apache.flink.runtime.protocols.InputSplitProviderProtocol
Requests the next split to be consumed by the task with the given execution vertex ID.
requestQueue - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
A request queue for submitting asynchronous requests to the corresponding IO worker thread.
RequestQueue<E> - Class in org.apache.flink.runtime.io.disk.iomanager
A LinkedBlockingQueue that is extended with closing methods.
RequestQueue() - Constructor for class org.apache.flink.runtime.io.disk.iomanager.RequestQueue
 
requestsNotReturned - Variable in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
An atomic integer that counts the number of buffers we still wait for to return.
requestTermination() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
requestTermination() - Method in class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
 
requestTermination() - Method in interface org.apache.flink.runtime.iterative.task.Terminable
 
requiresComparator() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
requiresComparator() - Method in enum org.apache.flink.runtime.operators.shipping.ShipStrategyType
 
requiresComparator() - Method in enum org.apache.flink.runtime.operators.util.LocalStrategy
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.MapDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
requiresComparatorOnInput() - Method in interface org.apache.flink.runtime.operators.PactDriver
Flag indicating whether the inputs require always comparators or not.
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
reset() - Method in interface org.apache.flink.api.common.aggregators.Aggregator
Resets the internal state of the aggregator.
reset() - Method in class org.apache.flink.api.common.aggregators.DoubleSumAggregator
 
reset() - Method in class org.apache.flink.api.common.aggregators.LongSumAggregator
 
reset() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionAggregator
 
reset() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
This method resets the properties to a state where no properties are given.
reset() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
This method resets the properties to a state where no properties are given.
reset() - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
This method resets the local properties to a state where no properties are given.
reset() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
reset() - Method in class org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
 
reset() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
reset() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
reset() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
reset() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.HashBucketIterator
 
reset() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
reset() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
reset() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
reset() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
 
reset() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
reset() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
reset() - Method in interface org.apache.flink.runtime.operators.ResettablePactDriver
 
reset() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Resets the sort buffer back to the state where it is empty.
reset() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Resets the sort buffer back to the state where it is empty.
reset() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Resets the sort buffer back to the state where it is empty.
reset() - Method in interface org.apache.flink.runtime.util.ResettableIterator
Resets the iterator.
reset() - Method in interface org.apache.flink.runtime.util.ResettableMutableObjectIterator
Resets the iterator.
resetAllInputs() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
resetAndClearAccumulators(Map<String, Accumulator<?, ?>>) - Static method in class org.apache.flink.api.common.accumulators.AccumulatorHelper
 
resetEndOfSuperstep() - Method in class org.apache.flink.runtime.iterative.task.SyncEventHandler
 
resetLocal() - Method in interface org.apache.flink.api.common.accumulators.Accumulator
Reset the local value.
resetLocal() - Method in class org.apache.flink.api.common.accumulators.DoubleCounter
 
resetLocal() - Method in class org.apache.flink.api.common.accumulators.Histogram
 
resetLocal() - Method in class org.apache.flink.api.common.accumulators.IntCounter
 
resetLocal() - Method in class org.apache.flink.api.common.accumulators.LongCounter
 
resetLocal() - Method in class org.apache.flink.example.java.relational.EmptyFieldsCountAccumulator.VectorAccumulator
 
resetOverflowBuckets() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
resets overflow bucket counters and returns freed memory and should only be used for resizing
resetRecordCounter() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
sets record counter to zero and should only be used on compaction partition
resetRWViews() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
resets read and write views and should only be used on compaction partition
resettableInputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The resettable inputs in the case where no temp barrier is needed.
ResettableIterator<E> - Interface in org.apache.flink.runtime.util
The resettable iterator is a specialization of the iterator, allowing to reset the iterator and re-retrieve elements.
ResettableMutableObjectIterator<E> - Interface in org.apache.flink.runtime.util
The resettable iterator is a specialization of the iterator, allowing to reset the iterator and re-retrieve elements.
ResettablePactDriver<S extends Function,OT> - Interface in org.apache.flink.runtime.operators
This interface marks a PactDriver as resettable, meaning that will reset part of their internal state but otherwise reuse existing data structures.
ResettableValue<T extends Value> - Interface in org.apache.flink.types
 
resolveDeadlocks(List<? extends PlanNode>) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockPreventer
 
resourcesAllocated(JobID, List<AllocatedResource>) - Method in interface org.apache.flink.runtime.instance.InstanceListener
Called if one or more requested resources have become available.
resourcesAllocated(JobID, List<AllocatedResource>) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
 
ResultTypeQueryable<T> - Interface in org.apache.flink.api.java.typeutils
This interface can be implemented by functions and input formats to tell the framework about their produced data type.
retainAll(Collection<?>) - Method in class org.apache.flink.types.ListValue
 
returnBuffer(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
 
returnBuffer(T) - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
This method is invoked by the asynchronous I/O thread to return a buffer after the I/O request completed.
returnBuffer(MemorySegment) - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
Returns a buffer to the pool.
returnBuffers - Variable in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
The collection gathering the processed buffers that are ready to be (re)used.
RevisionInformation() - Constructor for class org.apache.flink.runtime.util.EnvironmentInformation.RevisionInformation
 
RichCoGroupFunction<IN1,IN2,OUT> - Class in org.apache.flink.api.java.functions
Rich variant of the CoGroupFunction.
RichCoGroupFunction() - Constructor for class org.apache.flink.api.java.functions.RichCoGroupFunction
 
RichCrossFunction<IN1,IN2,OUT> - Class in org.apache.flink.api.java.functions
Rich variant of the CrossFunction.
RichCrossFunction() - Constructor for class org.apache.flink.api.java.functions.RichCrossFunction
 
RichFilterFunction<T> - Class in org.apache.flink.api.java.functions
Rich variant of the FilterFunction.
RichFilterFunction() - Constructor for class org.apache.flink.api.java.functions.RichFilterFunction
 
RichFlatCombineFunction<T> - Class in org.apache.flink.api.java.functions
Rich variant of the FlatCombineFunction.
RichFlatCombineFunction() - Constructor for class org.apache.flink.api.java.functions.RichFlatCombineFunction
 
RichFlatJoinFunction<IN1,IN2,OUT> - Class in org.apache.flink.api.java.functions
Rich variant of the FlatJoinFunction.
RichFlatJoinFunction() - Constructor for class org.apache.flink.api.java.functions.RichFlatJoinFunction
 
RichFlatMapFunction<IN,OUT> - Class in org.apache.flink.api.java.functions
Rich variant of the FlatMapFunction.
RichFlatMapFunction() - Constructor for class org.apache.flink.api.java.functions.RichFlatMapFunction
 
RichFunction - Interface in org.apache.flink.api.common.functions
An base interface for all rich user-defined functions.
RichGroupReduceFunction<IN,OUT> - Class in org.apache.flink.api.java.functions
Rich variant of the GroupReduceFunction.
RichGroupReduceFunction() - Constructor for class org.apache.flink.api.java.functions.RichGroupReduceFunction
 
RichGroupReduceFunction.Combinable - Annotation Type in org.apache.flink.api.java.functions
This annotation can be added to classes that extend RichGroupReduceFunction, in oder to mark them as "combinable".
RichJoinFunction<IN1,IN2,OUT> - Class in org.apache.flink.api.java.functions
Rich variant of the JoinFunction.
RichJoinFunction() - Constructor for class org.apache.flink.api.java.functions.RichJoinFunction
 
RichMapFunction<IN,OUT> - Class in org.apache.flink.api.java.functions
Rich variant of the MapFunction.
RichMapFunction() - Constructor for class org.apache.flink.api.java.functions.RichMapFunction
 
RichReduceFunction<T> - Class in org.apache.flink.api.java.functions
Rich variant of the ReduceFunction.
RichReduceFunction() - Constructor for class org.apache.flink.api.java.functions.RichReduceFunction
 
RightSemiFlatJoinFunction() - Constructor for class org.apache.flink.api.java.operators.JoinOperator.RightSemiFlatJoinFunction
 
roundDownToPageSizeMultiple(long) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
roundDownToPageSizeMultiple(long) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Rounds the given value down to a multiple of the memory manager's page size.
roundDownToPowerOf2(int) - Static method in class org.apache.flink.runtime.util.MathUtils
Decrements the given number down to the closest power of two.
RoundRobinChannelSelector<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
This is the default implementation of the ChannelSelector interface.
RoundRobinChannelSelector() - Constructor for class org.apache.flink.runtime.io.network.api.RoundRobinChannelSelector
Constructs a new default channel selector.
RPC - Class in org.apache.flink.runtime.ipc
A simple RPC mechanism.
RPC.Server - Class in org.apache.flink.runtime.ipc
An RPC Server.
run() - Method in class org.apache.flink.api.common.io.FileInputFormat.InputSplitOpenThread
 
run(String[]) - Method in class org.apache.flink.client.CliFrontend
Executions the run action.
run(PackagedProgram, int, boolean) - Method in class org.apache.flink.client.program.Client
 
run(PackagedProgram, OptimizedPlan, boolean) - Method in class org.apache.flink.client.program.Client
 
run(JobWithJars, int, boolean) - Method in class org.apache.flink.client.program.Client
Runs a program on the nephele system whose job-manager is configured in this client's configuration.
run(OptimizedPlan, List<File>, boolean) - Method in class org.apache.flink.client.program.Client
 
run(JobGraph, boolean) - Method in class org.apache.flink.client.program.Client
 
run() - Method in class org.apache.flink.runtime.client.JobClient.JobCleanUp
 
run() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
run() - Method in class org.apache.flink.runtime.instance.InstanceNotifier
 
run() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
run() - Method in class org.apache.flink.runtime.iterative.task.IterationHeadPactTask
 
run() - Method in class org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask
 
run() - Method in class org.apache.flink.runtime.iterative.task.IterationTailPactTask
 
run() - Method in class org.apache.flink.runtime.jobmanager.EventCollector
This method will periodically be called to clean up expired collected events.
run() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
run() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
run() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
run() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
run() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
run() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
run() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
run() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
run() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
run() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
run() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
run() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
run() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
run() - Method in class org.apache.flink.runtime.operators.MapDriver
 
run() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
run() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
run() - Method in interface org.apache.flink.runtime.operators.PactDriver
The main operation method of the task.
run() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
run() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
run() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
run() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
Implements exception handling and delegates to go().
run() - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
running - Variable in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
running - Variable in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
running - Variable in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
running - Variable in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
running - Variable in class org.apache.flink.runtime.operators.MatchDriver
 
running - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The flag that tags the task as still running.
runOperation(CustomUnaryOperation<T, X>) - Method in class org.apache.flink.api.java.DataSet
Runs a CustomUnaryOperation on the data set.
RuntimeAggregatorRegistry - Class in org.apache.flink.runtime.iterative.task
 
RuntimeAggregatorRegistry(Collection<AggregatorWithName<?>>) - Constructor for class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
 
RuntimeComparatorFactory<T> - Class in org.apache.flink.api.java.typeutils.runtime
 
RuntimeComparatorFactory() - Constructor for class org.apache.flink.api.java.typeutils.runtime.RuntimeComparatorFactory
 
RuntimeComparatorFactory(TypeComparator<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.RuntimeComparatorFactory
 
RuntimeContext - Interface in org.apache.flink.api.common.functions
A RuntimeContext contains information about the context in which functions are executed.
RuntimeEnvironment - Class in org.apache.flink.runtime.execution
The user code of every Nephele task runs inside a RuntimeEnvironment object.
RuntimeEnvironment(TaskDeploymentDescriptor, MemoryManager, IOManager, InputSplitProvider, AccumulatorProtocol, Map<String, FutureTask<Path>>) - Constructor for class org.apache.flink.runtime.execution.RuntimeEnvironment
Constructs a runtime environment from a task deployment description.
RuntimePairComparatorFactory<T1 extends Tuple,T2 extends Tuple> - Class in org.apache.flink.api.java.typeutils.runtime
 
RuntimePairComparatorFactory() - Constructor for class org.apache.flink.api.java.typeutils.runtime.RuntimePairComparatorFactory
 
RuntimeStatefulSerializerFactory<T> - Class in org.apache.flink.api.java.typeutils.runtime
 
RuntimeStatefulSerializerFactory() - Constructor for class org.apache.flink.api.java.typeutils.runtime.RuntimeStatefulSerializerFactory
 
RuntimeStatefulSerializerFactory(TypeSerializer<T>, Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.RuntimeStatefulSerializerFactory
 
RuntimeStatelessSerializerFactory<T> - Class in org.apache.flink.api.java.typeutils.runtime
 
RuntimeStatelessSerializerFactory() - Constructor for class org.apache.flink.api.java.typeutils.runtime.RuntimeStatelessSerializerFactory
 
RuntimeStatelessSerializerFactory(TypeSerializer<T>, Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.RuntimeStatelessSerializerFactory
 
runtimeUdfContext - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The udf's runtime context.
RuntimeUDFContext - Class in org.apache.flink.runtime.operators.udf
 
RuntimeUDFContext(String, int, int) - Constructor for class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
 
RuntimeUDFContext(String, int, int, Map<String, FutureTask<Path>>) - Constructor for class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
 

S

S3_ACCESS_KEY_KEY - Static variable in class org.apache.flink.runtime.fs.s3.S3FileSystem
The configuration key to access the S3 access key.
S3_HOST_KEY - Static variable in class org.apache.flink.runtime.fs.s3.S3FileSystem
The configuration key to access the S3 host.
S3_PORT_KEY - Static variable in class org.apache.flink.runtime.fs.s3.S3FileSystem
The configuration key to access the S3 port.
S3_RRS_KEY - Static variable in class org.apache.flink.runtime.fs.s3.S3FileSystem
The configuration key to access the S3 Reduced Redundancy Storage setting.
S3_SCHEME - Static variable in class org.apache.flink.runtime.fs.s3.S3FileSystem
The scheme which is used by this file system.
S3_SECRET_KEY_KEY - Static variable in class org.apache.flink.runtime.fs.s3.S3FileSystem
The configuration key to access the S3 secret key.
S3BlockLocation - Class in org.apache.flink.runtime.fs.s3
 
S3BucketObjectPair - Class in org.apache.flink.runtime.fs.s3
An S3 bucket-object pair identifies either a bucket in S3 or an object.
S3DataInputStream - Class in org.apache.flink.runtime.fs.s3
This class implements an FSDataInputStream that downloads its data from Amazon S3 in the background.
S3DataOutputStream - Class in org.apache.flink.runtime.fs.s3
 
S3DirectoryStructure - Class in org.apache.flink.runtime.fs.s3
 
S3FileStatus - Class in org.apache.flink.runtime.fs.s3
 
S3FileSystem - Class in org.apache.flink.runtime.fs.s3
This class provides a FileSystem implementation which is backed by Amazon's Simple Storage Service (S3).
S3FileSystem() - Constructor for class org.apache.flink.runtime.fs.s3.S3FileSystem
 
scheduleJob(ExecutionGraph) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
Adds a job represented by an ExecutionGraph object to the scheduler.
SchedulingException - Exception in org.apache.flink.runtime.jobmanager.scheduler
Scheduling exceptions are thrown to indicate problems or errors related to Nephele's scheduler.
SchedulingException(String) - Constructor for exception org.apache.flink.runtime.jobmanager.scheduler.SchedulingException
Constructs a new scheduling exception object.
SCHEMA$ - Static variable in class org.apache.flink.api.java.record.io.avro.example.User
 
secondaryOrder(Ordering) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.Builder
Sets the order of the elements within a group.
secondaryOrder1(Ordering) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Sets the order of the elements within a group for the first input.
secondaryOrder2(Ordering) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Sets the order of the elements within a group for the second input.
secondDam() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
seek(long) - Method in class org.apache.flink.api.avro.FSDataInputStreamWrapper
 
seek(long) - Method in class org.apache.flink.api.common.io.InflaterInputStreamFSInputWrapper
 
seek(long) - Method in class org.apache.flink.core.fs.FSDataInputStream
Seek to the given offset from the start of the file.
seek(long) - Method in class org.apache.flink.core.fs.local.LocalDataInputStream
 
seek(long) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
 
seek(long) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
SeekableDataInputView - Interface in org.apache.flink.core.memory
Interface marking a DataInputView as seekable.
SeekableDataOutputView - Interface in org.apache.flink.core.memory
Interface marking a DataOutputView as seekable.
seekInput(MemorySegment, int, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Sets the internal state of the view such that the next bytes will be read from the given memory segment, starting at the given position.
seekOutput(MemorySegment, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Sets the internal state to the given memory segment and the given position within the segment.
segmentSize - Variable in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
segmentSize - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The size of the segments used by the hash join buckets.
selectChannels(T, int) - Method in interface org.apache.flink.runtime.io.network.api.ChannelSelector
Called to determine to which attached OutputChannel objects the given record shall be forwarded.
selectChannels(T, int) - Method in class org.apache.flink.runtime.io.network.api.RoundRobinChannelSelector
 
selectChannels(Record, int, int[]) - Method in class org.apache.flink.runtime.operators.shipping.HistogramPartitionFunction
 
selectChannels(SerializationDelegate<T>, int) - Method in class org.apache.flink.runtime.operators.shipping.OutputEmitter
 
selectChannels(Record, int, int[]) - Method in interface org.apache.flink.runtime.operators.shipping.PartitionFunction
 
selectChannels(Record, int) - Method in class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
 
SelectNearestCenter() - Constructor for class org.apache.flink.example.java.clustering.KMeans.SelectNearestCenter
 
SelectorFunctionKeys(KeySelector<T, K>, TypeInformation<T>) - Constructor for class org.apache.flink.api.java.operators.Keys.SelectorFunctionKeys
 
SemanticProperties - Class in org.apache.flink.api.common.operators
Container for the semantic properties associated to an operator.
SemanticProperties() - Constructor for class org.apache.flink.api.common.operators.SemanticProperties
 
SemanticPropUtil - Class in org.apache.flink.api.java.functions
 
SemanticPropUtil() - Constructor for class org.apache.flink.api.java.functions.SemanticPropUtil
 
sendBuffer(Buffer, int) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
sendBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
sendBuffer(Buffer, int) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
sendBufferAndEvent(Buffer, AbstractEvent, int) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
sendBufferAndEvent(Buffer, AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
sendBufferAndEvent(Buffer, AbstractEvent, int) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
sendEndOfSuperstep() - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
sendEndOfSuperstep() - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
 
SenderHintEvent - Class in org.apache.flink.runtime.io.network
 
SenderHintEvent() - Constructor for class org.apache.flink.runtime.io.network.SenderHintEvent
 
sendEvent(AbstractEvent, int) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
sendEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
sendEvent(AbstractEvent, int) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
sendHeartbeat(InstanceConnectionInfo) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
sendHeartbeat(InstanceConnectionInfo) - Method in interface org.apache.flink.runtime.protocols.JobManagerProtocol
Sends a heart beat to the job manager.
sendMessages(Long, Long) - Method in class org.apache.flink.spargel.java.examples.SpargelConnectedComponents.CCMessager
 
sendMessages(Long, Double) - Method in class org.apache.flink.spargel.java.examples.SpargelPageRank.RankMessenger
 
sendMessages(Long, Double) - Method in class org.apache.flink.spargel.java.examples.SpargelPageRankCountingVertices.RankMessenger
 
sendMessages(VertexKey, VertexValue) - Method in class org.apache.flink.spargel.java.MessagingFunction
This method is invoked once per superstep for each vertex that was changed in that superstep.
sendMessages(VertexKey, VertexValue) - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
sendMessageTo(VertexKey, Message) - Method in class org.apache.flink.spargel.java.MessagingFunction
Sends the given message to the vertex identified by the given key.
sendMessageTo(VertexKey, Message) - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
sendMessageToAllNeighbors(Message) - Method in class org.apache.flink.spargel.java.MessagingFunction
Sends the given message to all vertices that are targets of an outgoing edge of the changed vertex.
sendMessageToAllNeighbors(Message) - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
sendReadRequest(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
Sends a new read requests, if further requests remain.
SEPARATOR - Static variable in class org.apache.flink.core.fs.Path
The directory separator, a slash.
SEPARATOR_CHAR - Static variable in class org.apache.flink.core.fs.Path
The directory separator, a slash (character).
SerializableArrayList<E extends IOReadableWritable> - Class in org.apache.flink.runtime.util
This class extends a standard ArrayList by implementing the IOReadableWritable interface.
SerializableArrayList() - Constructor for class org.apache.flink.runtime.util.SerializableArrayList
Constructs an empty list with an initial capacity of ten.
SerializableArrayList(int) - Constructor for class org.apache.flink.runtime.util.SerializableArrayList
Constructs an empty list with the specified initial capacity.
SerializableHashMap<K extends IOReadableWritable,V extends IOReadableWritable> - Class in org.apache.flink.runtime.util
This class extends a standard HashMap by implementing the IOReadableWritable interface.
SerializableHashMap() - Constructor for class org.apache.flink.runtime.util.SerializableHashMap
 
SerializableHashSet<T extends IOReadableWritable> - Class in org.apache.flink.runtime.util
This class extends a standard HashSet by implementing the IOReadableWritable interface.
SerializableHashSet() - Constructor for class org.apache.flink.runtime.util.SerializableHashSet
 
SerializationDelegate<T> - Class in org.apache.flink.runtime.plugable
 
SerializationDelegate(TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.plugable.SerializationDelegate
 
serialize(T, DataOutputView) - Method in class org.apache.flink.api.common.io.BinaryOutputFormat
 
serialize(IOReadableWritable, DataOutputView) - Method in class org.apache.flink.api.common.io.SerializedOutputFormat
 
serialize(boolean[], DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
serialize(byte[], DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
serialize(char[], DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
serialize(double[], DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
serialize(float[], DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
serialize(int[], DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
serialize(long[], DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
serialize(short[], DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
serialize(String[], DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
serialize(Boolean, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
serialize(BooleanValue, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
serialize(Byte, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
serialize(ByteValue, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
serialize(Character, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
serialize(CharValue, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
serialize(Double, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
serialize(DoubleValue, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
serialize(Float, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
serialize(FloatValue, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
serialize(Integer, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
serialize(IntValue, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
serialize(Long, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
serialize(LongValue, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
serialize(Short, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
serialize(ShortValue, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
serialize(String, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
serialize(StringValue, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
serialize(T, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
Serializes the given record to the given target output view.
serialize(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
serialize(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
serialize(C[], DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericArraySerializer
 
serialize(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
serialize(Record, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordSerializer
 
serialize(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializer
 
serialize(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
serialize(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
serialize(DataOutputView) - Method in class org.apache.flink.types.Record
Writes this record to the given output view.
SerializedInputFormat<T extends IOReadableWritable> - Class in org.apache.flink.api.common.io
Reads elements by deserializing them with their regular serialization/deserialization functionality.
SerializedInputFormat() - Constructor for class org.apache.flink.api.common.io.SerializedInputFormat
 
SerializedOutputFormat - Class in org.apache.flink.api.common.io
Stores elements by serializing them with their regular serialization/deserialization functionality.
SerializedOutputFormat() - Constructor for class org.apache.flink.api.common.io.SerializedOutputFormat
 
SerializedUpdateBuffer - Class in org.apache.flink.runtime.iterative.io
 
SerializedUpdateBuffer() - Constructor for class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
 
SerializedUpdateBuffer(List<MemorySegment>, int, IOManager) - Constructor for class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
 
serializeEventList(List<? extends AbstractEvent>) - Method in class org.apache.flink.runtime.io.network.Envelope
 
serializeObject(Object) - Static method in class org.apache.flink.util.InstantiationUtil
 
serializer - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
serializer - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
serializer - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
serializeRecord(Record, byte[]) - Method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat
This method is called for every record so serialize itself into the given target array.
Server(Object, String, int) - Constructor for class org.apache.flink.runtime.ipc.RPC.Server
Construct an RPC server.
Server(Object, String, int, int) - Constructor for class org.apache.flink.runtime.ipc.RPC.Server
Construct an RPC server.
Server - Class in org.apache.flink.runtime.ipc
An abstract IPC service.
Server(String, int, Class<? extends IOReadableWritable>, int) - Constructor for class org.apache.flink.runtime.ipc.Server
 
Server(String, int, Class<? extends IOReadableWritable>, int, String) - Constructor for class org.apache.flink.runtime.ipc.Server
Constructs a server listening on the named port and address.
set(Iterator<Tuple2<K, T>>) - Method in class org.apache.flink.api.java.operators.translation.TupleUnwrappingIterator
 
set(Collector<Tuple2<K, IN>>) - Method in class org.apache.flink.api.java.operators.translation.TupleWrappingCollector
 
set(String) - Method in class org.apache.flink.core.io.StringRecord
Set to contain the contents of a string.
set(byte[]) - Method in class org.apache.flink.core.io.StringRecord
Set to a utf8 byte array
set(StringRecord) - Method in class org.apache.flink.core.io.StringRecord
copy a text.
set(byte[], int, int) - Method in class org.apache.flink.core.io.StringRecord
Set the Text to range of bytes
set(T) - Method in class org.apache.flink.runtime.util.AtomicEnum
Sets to the given value.
set(E) - Method in class org.apache.flink.runtime.util.SingleElementIterator
Resets the element.
set(boolean) - Method in class org.apache.flink.types.BooleanValue
 
set(int, V) - Method in class org.apache.flink.types.ListValue
 
setAccumulatedRecordCount(long) - Method in class org.apache.flink.api.common.io.BlockInfo
Sets the accumulatedRecordCount to the specified value.
setAllocatedResource(AllocatedResource) - Method in class org.apache.flink.runtime.executiongraph.ExecutionPipeline
Sets the given allocated resource for all vertices included in this pipeline.
setAllocatedResource(AllocatedResource) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Assigns the execution vertex with an AllocatedResource.
setAllowNullValues(boolean) - Method in class org.apache.flink.api.java.io.CsvOutputFormat
Configures the format to either allow null values (writing an empty field), or to throw an exception when encountering a null field.
setAnyPartitioning(FieldList) - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
setAnyPartitioning(FieldSet) - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
 
setAsContext() - Method in class org.apache.flink.client.program.ContextEnvironment
 
setAsContext() - Method in class org.apache.flink.client.program.PackagedProgram.PreviewPlanEnvironment
 
setAttachment(Object) - Method in class org.apache.flink.runtime.managementgraph.ManagementAttachment
Sets an attachment for this part of the ManagementGraph.
setAttachment(Object) - Method in class org.apache.flink.runtime.topology.NetworkTopology
 
setAvgOutputRecordSize(float) - Method in class org.apache.flink.api.common.operators.CompilerHints
 
setBatchInterval(int) - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat.JDBCOutputFormatBuilder
 
setBoolean(String, boolean) - Method in class org.apache.flink.configuration.Configuration
Adds the given key/value pair to the configuration object.
setBoolean(String, boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setBroadcastGateIterativeWithNumberOfEventsUntilInterrupt(int, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setBroadcastInputName(String, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setBroadcastInputs(Map<Operator<?>, OptimizerNode>) - Method in class org.apache.flink.compiler.dag.OptimizerNode
This function is for plan translation purposes.
setBroadcastInputs(List<NamedChannel>) - Method in class org.apache.flink.compiler.plan.PlanNode
Sets a list of all broadcast inputs attached to this node.
setBroadcastInputSerializer(TypeSerializerFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setBroadcastVariable(String, Operator<?>) - Method in class org.apache.flink.api.common.operators.AbstractUdfOperator
Binds the result produced by a plan rooted at root to a variable used by the UDF wrapped in this operator.
setBroadcastVariable(String, Operator<?>) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
The BulkIteration meta operator cannot have broadcast inputs.
setBroadcastVariable(String, Operator<?>) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
The DeltaIteration meta operator cannot have broadcast inputs.
setBroadcastVariable(String, Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Binds the result produced by a plan rooted at root to a variable used by the UDF wrapped in this operator.
setBroadcastVariable(String, Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Binds the result produced by a plan rooted at root to a variable used by the UDF wrapped in this operator.
setBroadcastVariable(String, Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Binds the result produced by a plan rooted at root to a variable used by the UDF wrapped in this operator.
setBroadcastVariable(String, Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.MapOperator.Builder
Binds the result produced by a plan rooted at root to a variable used by the UDF wrapped in this operator.
setBroadcastVariable(String, Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.Builder
Binds the result produced by a plan rooted at root to a variable used by the UDF wrapped in this operator.
setBroadcastVariable(String, Collection<?>) - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
 
setBroadcastVariables(Map<String, Operator<T>>) - Method in class org.apache.flink.api.common.operators.AbstractUdfOperator
Clears all previous broadcast inputs and binds the given inputs as broadcast variables of this operator.
setBroadcastVariables(Map<String, Operator<X>>) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
The BulkIteration meta operator cannot have broadcast inputs.
setBroadcastVariables(Map<String, Operator<X>>) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
The DeltaIteration meta operator cannot have broadcast inputs.
setBroadcastVariables(Map<String, Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Binds multiple broadcast variables.
setBroadcastVariables(Map<String, Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Binds multiple broadcast variables.
setBroadcastVariables(Map<String, Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Binds multiple broadcast variables.
setBroadcastVariables(Map<String, Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.MapOperator.Builder
Binds multiple broadcast variables.
setBroadcastVariables(Map<String, Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.Builder
Binds multiple broadcast variables.
setBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.Envelope
 
setBuffer(ByteBuffer) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
setBuffer(byte[], int, int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
setBufferedMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setBufferSize(int) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
setBytes(String, byte[]) - Method in class org.apache.flink.configuration.Configuration
Adds the given byte array to the configuration object.
setBytes(String, byte[]) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setCached(int, boolean) - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileResponse
Sets the cache status of the library at the given position.
setCachedMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setCachedSwapMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setCandidateProperties(GlobalProperties, LocalProperties, Channel) - Method in class org.apache.flink.compiler.dag.BulkPartialSolutionNode
 
setCandidateProperties(GlobalProperties, LocalProperties, Channel) - Method in class org.apache.flink.compiler.dag.SolutionSetNode
 
setCandidateProperties(GlobalProperties, LocalProperties, Channel) - Method in class org.apache.flink.compiler.dag.WorksetNode
 
setChannelType(ChannelType) - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
setCharsetName(String) - Method in class org.apache.flink.api.java.io.CsvOutputFormat
Sets the charset with which the CSV strings are written to the file.
setCharsetName(String) - Method in class org.apache.flink.api.java.io.TextInputFormat
 
setCharsetName(String) - Method in class org.apache.flink.api.java.io.TextOutputFormat
 
setCharsetName(String) - Method in class org.apache.flink.api.java.io.TextValueInputFormat
 
setClass(Class<? extends Value>) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat.AbstractConfigBuilder
Sets the type of a column.
setClass(String, Class<?>) - Method in class org.apache.flink.configuration.Configuration
Adds the given key/value pair to the configuration object.
setClass(String, Class<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setClassLoader(ClassLoader) - Method in class org.apache.flink.configuration.Configuration
Sets the class loader that knows where to locate user classes
setClassLoader(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setCombinable(boolean) - Method in class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
Marks the group reduce operation as combinable.
setCombinable(boolean) - Method in class org.apache.flink.api.java.operators.GroupReduceOperator
 
setCombinableFirst(boolean) - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
 
setCombinableSecond(boolean) - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
 
setCompaction(boolean) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
sets compaction status (should only be set true directly after compaction and false when garbage was created)
setComparator(TypeComparatorFactory<?>) - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
Sets the comparator for this PlanNode.
setComparator1(TypeComparatorFactory<?>) - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
setComparator2(TypeComparatorFactory<?>) - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
setConfigDir(String) - Method in class org.apache.flink.client.LocalExecutor
 
setConfigDir(String) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setConfiguration(Configuration) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
setConfiguration(Configuration) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopOutputFormat
 
setConsoleStreamForReporting(PrintStream) - Method in class org.apache.flink.runtime.client.JobClient
 
setContainingIterationNode(BulkIterationPlanNode) - Method in class org.apache.flink.compiler.plan.BulkPartialSolutionPlanNode
 
setContainingIterationNode(WorksetIterationPlanNode) - Method in class org.apache.flink.compiler.plan.SolutionSetPlanNode
 
setContainingIterationNode(WorksetIterationPlanNode) - Method in class org.apache.flink.compiler.plan.WorksetPlanNode
 
setConvergenceCriterion(String, ConvergenceCriterion<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setCopyTasks(Map<String, FutureTask<Path>>) - Method in class org.apache.flink.api.common.cache.DistributedCache
 
setCosts(Costs) - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
setCosts(Costs) - Method in class org.apache.flink.compiler.plan.PlanNode
Sets the basic cost for this node to the given value, and sets the cumulative costs to those costs plus the cost shares of all inputs (regular and broadcast).
setCosts(Costs) - Method in class org.apache.flink.compiler.plan.SinkJoinerPlanNode
 
setCosts(Costs) - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
setCpuCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Sets the cost for the CPU.
setData(Collection<?>) - Method in class org.apache.flink.api.java.record.io.CollectionInputFormat
 
setDataDistribution(DataDistribution) - Method in class org.apache.flink.compiler.plan.Channel
 
setDBUrl(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat.JDBCInputFormatBuilder
 
setDBUrl(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat.JDBCOutputFormatBuilder
 
setDefaultAlwaysCreateDirectory(boolean) - Method in class org.apache.flink.client.LocalExecutor
 
setDefaultAlwaysCreateDirectory(boolean) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setDefaultDegreeOfParallelism(int) - Method in class org.apache.flink.compiler.PactCompiler
 
setDefaultLocalParallelism(int) - Static method in class org.apache.flink.api.java.ExecutionEnvironment
Sets the default parallelism that will be used for the local execution environment created by ExecutionEnvironment.createLocalEnvironment().
setDefaultOverwriteFiles(boolean) - Method in class org.apache.flink.client.LocalExecutor
 
setDefaultOverwriteFiles(boolean) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setDefaultParallelism(int) - Method in class org.apache.flink.api.common.Plan
Sets the default degree of parallelism for this plan.
setDegreeOfParallelism(int) - Method in class org.apache.flink.api.common.operators.Operator
Sets the degree of parallelism for this contract instance.
setDegreeOfParallelism(int) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Sets the degree of parallelism (DOP) for operations executed through this environment.
setDegreeOfParallelism(int) - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
setDegreeOfParallelism(int) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Sets the degree of parallelism for the contract represented by this optimizer node.
setDegreeOfParallelism(int) - Method in class org.apache.flink.compiler.plan.PlanNode
 
setDegreeOfParallelism(int) - Method in class org.apache.flink.spargel.java.record.SpargelIteration
 
setDegreeOfParallelism(int) - Method in class org.apache.flink.test.util.JavaProgramTestBase
 
setDelimiter(byte[]) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
setDelimiter(char) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
setDelimiter(String) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
setDelimiter(String, String) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
setDelimiter(String, Charset) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
setDescription(String) - Method in class org.apache.flink.runtime.taskmanager.AbstractTaskResult
Sets a description for this abstract task result.
setDesignatedNumberOfBuffers(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
setDesignatedNumberOfBuffers(int) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
Sets the designated number of buffers the local buffer pool owner is allowed to fetch from the global buffer pool and manage locally by means of the LocalBufferPool.
setDesignatedNumberOfBuffers(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
setDestination(DeadlockVertex) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockEdge
 
setDiskCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Sets the costs for disk for this Costs object.
setDouble(String, double) - Method in class org.apache.flink.configuration.Configuration
Adds the given key/value pair to the configuration object.
setDouble(String, double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setDriver(String) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat.AbstractConfigBuilder
Sets the driver field.
setDriver(Class<? extends PactDriver>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setDriverComparator(TypeComparatorFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setDrivername(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat.JDBCInputFormatBuilder
 
setDrivername(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat.JDBCOutputFormatBuilder
 
setDriverPairComparator(TypePairComparatorFactory<?, ?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setDriverStrategy(DriverStrategy) - Method in class org.apache.flink.compiler.plan.PlanNode
Sets the driver strategy for this node.
setDriverStrategy(DriverStrategy) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setEdgesInput(Operator<Record>) - Method in class org.apache.flink.spargel.java.record.SpargelIteration
 
setEnvironment(Environment) - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Sets the environment of this task.
setErrorState(FieldParser.ParseErrorState) - Method in class org.apache.flink.types.parser.FieldParser
Sets the error state of the parser.
setEstimatedNumRecords(long) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
setEstimatedOutputSize(long) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
setEventsSerialized(ByteBuffer) - Method in class org.apache.flink.runtime.io.network.Envelope
 
setExecutionObserver(ExecutionObserver) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
Sets the execution observer for this environment.
setExecutionStage(ExecutionStage) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Sets the execution stage this group vertex is associated with.
setExecutionState(ExecutionState) - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
Sets the current execution state of this management vertex.
setFavoriteColor(CharSequence) - Method in class org.apache.flink.api.java.record.io.avro.example.User.Builder
Sets the value of the 'favorite_color' field
setFavoriteColor(CharSequence) - Method in class org.apache.flink.api.java.record.io.avro.example.User
Sets the value of the 'favorite_color' field.
setFavoriteNumber(Integer) - Method in class org.apache.flink.api.java.record.io.avro.example.User.Builder
Sets the value of the 'favorite_number' field
setFavoriteNumber(Integer) - Method in class org.apache.flink.api.java.record.io.avro.example.User
Sets the value of the 'favorite_number' field.
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple
Sets the field at the specified position.
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple1
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple10
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple11
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple12
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple13
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple14
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple15
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple16
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple17
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple18
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple19
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple2
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple20
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple21
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple22
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple23
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple24
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple25
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple3
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple4
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple5
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple6
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple7
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple8
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple9
 
setField(int, Value) - Method in class org.apache.flink.types.Record
Sets the field at the given position to the given value.
setFieldDelimiter(char) - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
setFields(int[], Class<?>[]) - Method in class org.apache.flink.api.java.io.CsvInputFormat
 
setFields(boolean[], Class<?>[]) - Method in class org.apache.flink.api.java.io.CsvInputFormat
 
setFields(int[], Class<? extends Value>[]) - Method in class org.apache.flink.api.java.record.io.CsvInputFormat
 
setFields(T0) - Method in class org.apache.flink.api.java.tuple.Tuple1
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.apache.flink.api.java.tuple.Tuple10
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in class org.apache.flink.api.java.tuple.Tuple11
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in class org.apache.flink.api.java.tuple.Tuple12
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in class org.apache.flink.api.java.tuple.Tuple13
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in class org.apache.flink.api.java.tuple.Tuple14
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in class org.apache.flink.api.java.tuple.Tuple15
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in class org.apache.flink.api.java.tuple.Tuple16
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in class org.apache.flink.api.java.tuple.Tuple17
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in class org.apache.flink.api.java.tuple.Tuple18
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in class org.apache.flink.api.java.tuple.Tuple19
Sets new values to all fields of the tuple.
setFields(T0, T1) - Method in class org.apache.flink.api.java.tuple.Tuple2
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in class org.apache.flink.api.java.tuple.Tuple20
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in class org.apache.flink.api.java.tuple.Tuple21
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in class org.apache.flink.api.java.tuple.Tuple22
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in class org.apache.flink.api.java.tuple.Tuple23
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23) - Method in class org.apache.flink.api.java.tuple.Tuple24
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24) - Method in class org.apache.flink.api.java.tuple.Tuple25
Sets new values to all fields of the tuple.
setFields(T0, T1, T2) - Method in class org.apache.flink.api.java.tuple.Tuple3
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3) - Method in class org.apache.flink.api.java.tuple.Tuple4
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4) - Method in class org.apache.flink.api.java.tuple.Tuple5
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5) - Method in class org.apache.flink.api.java.tuple.Tuple6
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6) - Method in class org.apache.flink.api.java.tuple.Tuple7
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7) - Method in class org.apache.flink.api.java.tuple.Tuple8
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.apache.flink.api.java.tuple.Tuple9
Sets new values to all fields of the tuple.
setFieldsGeneric(int[], Class<?>[]) - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
setFieldsGeneric(boolean[], Class<?>[]) - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
setFieldTypes(Class<?>...) - Method in class org.apache.flink.api.java.io.CsvInputFormat
 
setFieldTypes(Class<? extends Value>...) - Method in class org.apache.flink.api.java.record.io.CsvInputFormat
 
setFieldTypesArray(Class<? extends Value>[]) - Method in class org.apache.flink.api.java.record.io.CsvInputFormat
 
setFieldTypesGeneric(Class<?>...) - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
setFilehandlesDriver(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setFilehandlesInput(int, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setFileName(String) - Method in class org.apache.flink.runtime.types.FileRecord
 
setFilePath(String) - Method in class org.apache.flink.api.common.io.FileInputFormat
 
setFilePath(Path) - Method in class org.apache.flink.api.common.io.FileInputFormat
 
setFilterFactor(float) - Method in class org.apache.flink.api.common.operators.CompilerHints
 
setFirst(U) - Method in class org.apache.flink.types.Pair
Sets the first encapsulated pair element to the specified value.
setFirstDegree(Integer) - Method in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
setFirstInput(Operator<IN1>) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Clears all previous connections and connects the first input to the task wrapped in this contract
setFirstInput(Operator<IN1>...) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setFirstInputs(List<Operator<IN1>>) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setFirstRecordStart(long) - Method in class org.apache.flink.api.common.io.BlockInfo
Sets the firstRecordStart to the specified value.
setFirstVertex(Integer) - Method in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.Edge
 
setFirstVertex(Integer) - Method in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
setFirstVertex(Integer) - Method in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.Triad
 
setFloat(String, float) - Method in class org.apache.flink.configuration.Configuration
Adds the given key/value pair to the configuration object.
setFloat(String, float) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setForwardedField(int, FieldSet) - Method in class org.apache.flink.api.common.operators.SingleInputSemanticProperties
Sets a field that is forwarded directly from the source record(s) to multiple fields in the destination record(s).
setForwardedField1(int, FieldSet) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Sets a field that is forwarded directly from the source record(s) in the first input to multiple fields in the destination record(s).
setForwardedField2(int, FieldSet) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Sets a field that is forwarded directly from the source record(s) in the second input to multiple fields in the destination record(s).
setFreeMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setFullyReplicated() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
setFullyReplicated() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
 
setFunctionRuntimeContext(Function, RuntimeContext) - Static method in class org.apache.flink.api.common.functions.util.FunctionUtils
 
setFurtherPatitioning(boolean) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
setGateIterativeWithNumberOfEventsUntilInterrupt(int, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setGlobalOrder(Ordering) - Method in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
Sets the order in which the sink must write its data.
setGlobalOrder(Ordering, DataDistribution) - Method in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
Sets the order in which the sink must write its data.
setGroupedFields(FieldSet) - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Sets the fields that are grouped in these data properties.
setGroupOrder(int, Ordering) - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
Sets the order of the elements within a group for the given input.
setGroupOrder(Ordering) - Method in class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
Sets the order of the elements within a reduce group.
setGroupOrderForInputOne(Ordering) - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
Sets the order of the elements within a group for the first input.
setGroupOrderForInputTwo(Ordering) - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
Sets the order of the elements within a group for the second input.
setHadoopInputFormat(InputFormat<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
setHadoopInputFormat(InputFormat<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
setHadoopInputFormat(InputFormat<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
setHadoopInputSplit(InputSplit) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopInputSplit
 
setHadoopOutputFormat(OutputFormat<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopOutputFormat
 
setHadoopOutputFormat(OutputFormat<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
setHadoopOutputFormat(OutputFormat<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopOutputFormat
 
setHardIrqCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setHashPartitioned(FieldList) - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
Sets the partitioning property for the global properties.
setHashPartitioned(FieldSet) - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Sets the partitioning property for the global properties.
setHdfsConfig(String) - Method in class org.apache.flink.client.LocalExecutor
 
setHdfsConfigFile(String) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setHeuristicCpuCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Sets the heuristic cost for the CPU.
setHeuristicDiskCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Sets the heuristic costs for disk for this Costs object.
setHeuristicNetworkCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Sets the heuristic network cost for this Costs object.
setID(AbstractID) - Method in class org.apache.flink.runtime.AbstractID
Sets an ID from another ID by copying its internal byte representation.
setIdleCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setImmediateSolutionSetUpdate(boolean) - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
setIn(DataInput) - Method in class org.apache.flink.api.avro.DataInputDecoder
 
setIn(DataInput) - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
setIncomingConnection(PactConnection) - Method in class org.apache.flink.compiler.dag.SingleInputNode
Sets the PactConnection through which this node receives its input.
setInDegree(int) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
setInitialSolutionSet(Operator<ST>) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Sets the given input as the initial solution set.
setInitialWorkset(Operator<WT>) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Sets the given input as the initial workset.
setInput(Operator<IN>) - Method in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
Sets the given operator as the input to this operator.
setInput(Operator<IN>) - Method in class org.apache.flink.api.common.operators.SingleInputOperator
Sets the given operator as the input to this operator.
setInput(Operator<IN>...) - Method in class org.apache.flink.api.common.operators.SingleInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setInput(DataSet<IN>) - Method in interface org.apache.flink.api.java.operators.CustomUnaryOperation
 
setInput(Map<Operator<?>, OptimizerNode>) - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
setInput(Map<Operator<?>, OptimizerNode>) - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
setInput(Map<Operator<?>, OptimizerNode>) - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
setInput(Map<Operator<?>, OptimizerNode>) - Method in class org.apache.flink.compiler.dag.OptimizerNode
This function is for plan translation purposes.
setInput(Map<Operator<?>, OptimizerNode>) - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
setInput(Map<Operator<?>, OptimizerNode>) - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
setInput(DataSet<Tuple2<VertexKey, VertexValue>>) - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Sets the input data set for this operator.
setInputAsynchronouslyMaterialized(int, boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setInputCached(int, boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setInputComparator(TypeComparatorFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setInputFormat(InputFormat<?, ?>) - Method in class org.apache.flink.runtime.jobgraph.JobInputVertex
 
setInputLocalStrategy(int, LocalStrategy) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setInputs(Operator<IN>...) - Method in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setInputs(List<Operator<IN>>) - Method in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setInputs(List<Operator<IN>>) - Method in class org.apache.flink.api.common.operators.SingleInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setInputs(Operator<?>, List<List<Operator>>) - Static method in class org.apache.flink.api.common.operators.util.OperatorUtil
Sets the inputs of the given Operator.
Currently, the list can have 0, 1, or 2 elements and the number of elements must match the type of the contract.
setInputs(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setInputs(List<Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setInputs(PactConnection, PactConnection) - Method in class org.apache.flink.compiler.dag.WorksetIterationNode.SingleRootJoiner
 
setInputSerializer(TypeSerializerFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setInputSplits(InputSplit[]) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Sets the input splits that should be assigned to this group vertex.
setInputSplitType(Class<? extends InputSplit>) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Sets the input split type class
setInputType(TypeInformation<?>) - Method in class org.apache.flink.api.java.io.CsvOutputFormat
The purpose of this method is solely to check whether the data type to be processed is in fact a tuple type.
setInputType(TypeInformation<?>) - Method in class org.apache.flink.api.java.io.LocalCollectionOutputFormat
 
setInputType(TypeInformation<?>) - Method in interface org.apache.flink.api.java.typeutils.InputTypeConfigurable
Method that is called on an OutputFormat when it is passed to the DataSet's output method.
setInstance(T) - Method in class org.apache.flink.runtime.plugable.DeserializationDelegate
 
setInstance(T) - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
 
setInstanceListener(InstanceListener) - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
 
setInstanceListener(InstanceListener) - Method in interface org.apache.flink.runtime.instance.InstanceManager
 
setInstanceName(String) - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
Sets the name of the instance this vertex currently runs on.
setInstanceTypeName(String) - Method in class org.apache.flink.compiler.plan.OptimizedPlan
Sets the name of the instance type that should be used for this PACT job.
setInteger(String, int) - Method in class org.apache.flink.configuration.Configuration
Adds the given key/value pair to the configuration object.
setInteger(String, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setInterestingProperties(InterestingProperties) - Method in class org.apache.flink.compiler.dag.PactConnection
Sets the interesting properties for this pact connection.
setInvokableClass(Class<? extends AbstractInvokable>) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
setIoWaitCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setIsSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIsSolutionSetUpdateWithoutReprobe() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIsWorksetIteration() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIsWorksetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setItemCount(long) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
setItemCount(long) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
setIter(T) - Method in class org.apache.flink.api.java.record.io.CollectionInputFormat
 
setIterationHeadFinalOutputConfig(TaskConfig) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIterationHeadIndexOfSyncOutput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIterationHeadPartialSolutionOrWorksetInputIndex(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIterationHeadSolutionSetInputIndex(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIterationId(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIterative(int) - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
 
setIterative(int) - Method in class org.apache.flink.runtime.io.network.api.MutableRecordReader
 
setIterative(int) - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
 
setJobConf(JobConf) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
setJobConf(JobConf) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopOutputFormat
 
setJobConf(JobConf) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
setJobConf(JobConf) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
setJobManagerRpcPort(int) - Method in class org.apache.flink.client.LocalExecutor
 
setJobManagerRpcPort(int) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setJobName(String) - Method in class org.apache.flink.api.common.Plan
Sets the jobName for this Plan.
setL_Orderkey(Integer) - Method in class org.apache.flink.example.java.relational.TPCHQuery3.ShippingPriorityItem
 
setLastOutputCollector(Collector<OT>) - Method in class org.apache.flink.runtime.operators.RegularPactTask
Sets the last output Collector of the collector chain of this RegularPactTask.
setLazyMemoryAllocation(boolean) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setLength(int) - Method in class org.apache.flink.types.StringValue
Sets a new length for the string.
setLenient(boolean) - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
setLenient(boolean) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
setLineLengthLimit(int) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
setLocalOrder(Ordering) - Method in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
Sets the order in which the sink must write its data within each fragment in the distributed file system.
setLocalStrategy(LocalStrategy) - Method in class org.apache.flink.compiler.plan.Channel
 
setLocalStrategy(LocalStrategy, FieldList) - Method in class org.apache.flink.compiler.plan.Channel
 
setLocalStrategy(LocalStrategy, FieldList, boolean[]) - Method in class org.apache.flink.compiler.plan.Channel
 
setLocalStrategyComparator(TypeComparatorFactory<?>) - Method in class org.apache.flink.compiler.plan.Channel
Sets the local strategy comparator for this Channel.
setLoggingLevel(Level) - Static method in class org.apache.flink.client.LocalExecutor
Utility method for logging
setLong(String, long) - Method in class org.apache.flink.configuration.Configuration
Adds the given key/value pair to the configuration object.
setLong(String, long) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setMaterializationMode(TempMode) - Method in class org.apache.flink.compiler.dag.PactConnection
 
setMaximumNumberOfIterations(int) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
setMaximumNumberOfIterations(int) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
 
setMemorySize(long) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setMinSplitSize(long) - Method in class org.apache.flink.api.common.io.FileInputFormat
 
setName(String) - Method in class org.apache.flink.api.common.operators.Operator
Sets the name of the contract instance.
setName(CharSequence) - Method in class org.apache.flink.api.java.record.io.avro.example.User.Builder
Sets the value of the 'name' field
setName(CharSequence) - Method in class org.apache.flink.api.java.record.io.avro.example.User
Sets the value of the 'name' field.
setName(String) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Sets the name of the vertex.
setName(String) - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Sets the name for the vertex-centric iteration.
setNameIfUnset() - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
 
setNetworkCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Sets the network cost for this Costs object.
setNewVertexValue(VertexValue) - Method in class org.apache.flink.spargel.java.record.VertexUpdateFunction
 
setNewVertexValue(VertexValue) - Method in class org.apache.flink.spargel.java.VertexUpdateFunction
Sets the new value of this vertex.
setNextBuffer(Buffer) - Method in interface org.apache.flink.runtime.io.network.serialization.RecordSerializer
 
setNextBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
 
setNextMemorySegment(MemorySegment, int) - Method in class org.apache.flink.runtime.io.network.serialization.AdaptiveSpanningRecordDeserializer
 
setNextMemorySegment(MemorySegment, int) - Method in interface org.apache.flink.runtime.io.network.serialization.RecordDeserializer
 
setNextPartialSolution(Operator<T>) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
setNextPartialSolution(OptimizerNode, OptimizerNode) - Method in class org.apache.flink.compiler.dag.BulkIterationNode
Sets the nextPartialSolution for this BulkIterationNode.
setNextPartialSolution(OptimizerNode, OptimizerNode) - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
setNextWorkset(Operator<WT>) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Sets the contract of the step function that represents the next workset.
setNull(int) - Method in class org.apache.flink.types.Record
Sets the field at the given position to null.
setNull(long) - Method in class org.apache.flink.types.Record
Sets the fields to null using the given bit mask.
setNull(long[]) - Method in class org.apache.flink.types.Record
Sets the fields to null using the given bit mask.
setNumberOfExecutionRetries(int) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Sets the number of retries in case of an error before the task represented by this vertex is considered as failed.
setNumberOfIterations(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setNumberOfIterations(int) - Method in class org.apache.flink.spargel.java.record.SpargelIteration
 
setNumberOfSubtasks(int) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Sets the number of subtasks the task this vertex represents should be split into at runtime.
setNumDesignatedBuffers(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
Sets the designated number of buffers for this local buffer pool and returns excess buffers to the global buffer pool.
setNumFields(int) - Method in class org.apache.flink.compiler.postpass.DenseValueSchema
 
setNumFields(int) - Method in class org.apache.flink.types.Record
Sets the number of fields in the record.
setNumLineSamples(int) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
setNumSplits(int) - Method in class org.apache.flink.api.common.io.FileInputFormat
 
setNumTaskTracker(int) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setNumTaskTracker(int) - Method in class org.apache.flink.test.util.AbstractTestBase
 
setOpenTimeout(long) - Method in class org.apache.flink.api.common.io.FileInputFormat
 
setOptMessage(String) - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
 
setOrdering(Ordering) - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Sets the order for these interesting local properties.
setOriginal(PlanNode) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
setOut(DataOutput) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
setOut(DataOutput) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
setOutEdges(List<DeadlockEdge>) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
setOutputCardinality(long) - Method in class org.apache.flink.api.common.operators.CompilerHints
 
setOutputCollector(Collector<?>) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
setOutputComparator(TypeComparatorFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setOutputDataDistribution(DataDistribution, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setOutputDirectoryMode(FileOutputFormat.OutputDirectoryMode) - Method in class org.apache.flink.api.common.io.FileOutputFormat
 
setOutputFilePath(Path) - Method in class org.apache.flink.api.common.io.FileOutputFormat
 
setOutputFormat(OutputFormat<?>) - Method in class org.apache.flink.runtime.jobgraph.JobOutputVertex
 
setOutputSerializer(TypeSerializerFactory<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setOutputSize(long) - Method in class org.apache.flink.api.common.operators.CompilerHints
 
setOverwriteFilesByDefault(boolean) - Static method in class org.apache.flink.client.LocalExecutor
By default, local environments do not overwrite existing files.
setPairComparator(TypePairComparatorFactory<?, ?>) - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
setParallelism(int) - Method in class org.apache.flink.api.java.operators.DataSink
Sets the degree of parallelism for this data sink.
setParallelism(int) - Method in class org.apache.flink.api.java.operators.DataSource
Sets the degree of parallelism for this data source.
setParallelism(int) - Method in class org.apache.flink.api.java.operators.Operator
Sets the degree of parallelism for this operator.
setParallelism(int) - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Sets the degree of parallelism for the iteration.
setParameter(String, String) - Method in class org.apache.flink.api.common.operators.Operator
Sets a stub parameters in the configuration of this contract.
setParameter(String, int) - Method in class org.apache.flink.api.common.operators.Operator
Sets a stub parameters in the configuration of this contract.
setParameter(String, boolean) - Method in class org.apache.flink.api.common.operators.Operator
Sets a stub parameters in the configuration of this contract.
setPartialSolution(BulkPartialSolutionNode) - Method in class org.apache.flink.compiler.dag.BulkIterationNode
Sets the partialSolution for this BulkIterationNode.
setPartialSolution(SolutionSetNode, WorksetNode) - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
setPartitionNumber(int) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
overwrites partition number and should only be used on compaction partition
setPassword(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat.JDBCInputFormatBuilder
 
setPassword(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat.JDBCOutputFormatBuilder
 
setPassword(String) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat.AbstractConfigBuilder
Sets the password field.
setPrintStatusDuringExecution(boolean) - Method in class org.apache.flink.client.program.Client
 
setPropagateParentSchemaDown(boolean) - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
setPruningMarker() - Method in class org.apache.flink.compiler.plan.PlanNode
Sets the pruning marker to true.
setQuery(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat.JDBCInputFormatBuilder
 
setQuery(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat.JDBCOutputFormatBuilder
 
setQuery(String) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat.AbstractConfigBuilder
Sets the query field.
setQuoteStrings(boolean) - Method in class org.apache.flink.api.java.io.CsvOutputFormat
Configures whether the output format should quote string values.
setRandomDistribution() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
setRandomDistribution() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
 
setRangePartitioned(Ordering) - Method in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
Sets the sink to partition the records into ranges over the given ordering.
setRangePartitioned(Ordering, DataDistribution) - Method in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
Sets the sink to partition the records into ranges over the given ordering.
setRangePartitioned(Ordering) - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
setRangePartitioned(Ordering) - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
 
setRangePartitioned(Ordering, DataDistribution) - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
 
setReadFields(FieldSet) - Method in class org.apache.flink.api.common.operators.SingleInputSemanticProperties
Sets the field(s) that are read in the source record(s).
setReadFields1(FieldSet) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Sets the field(s) that are read in the source record(s) from the first input.
setReadFields2(FieldSet) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Sets the field(s) that are read in the source record(s) from the second input.
setReadPosition(long) - Method in interface org.apache.flink.core.memory.SeekableDataInputView
Sets the read pointer to the given position.
setReadPosition(long) - Method in class org.apache.flink.runtime.io.disk.RandomAccessInputView
 
setReadPosition(long) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
setReceivedBytes(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setRecordCount(long) - Method in class org.apache.flink.api.common.io.BlockInfo
Sets the recordCount to the specified value.
setReference(T) - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
setReference(T) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Sets the given element as the comparison reference for future calls to TypeComparator.equalToReference(Object) and TypeComparator.compareToReference(TypeComparator).
setReference(T1) - Method in class org.apache.flink.api.common.typeutils.TypePairComparator
Sets the reference for comparisons.
setReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
setReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
setReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
setReference(T1) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoPairComparator
 
setReference(Record) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
setReference(Record) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordPairComparator
 
setReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
setReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldComparator
 
setReference(T1) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldPairComparator
 
setReference(T1) - Method in class org.apache.flink.api.java.typeutils.runtime.TuplePairComparator
 
setReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
setReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
setRelativeBackChannelMemory(double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setRelativeInputMaterializationMemory(int, double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setRelativeMemoryDriver(double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setRelativeMemoryGlobalStrategy(double) - Method in class org.apache.flink.compiler.plan.Channel
 
setRelativeMemoryInput(int, double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setRelativeMemoryLocalStrategy(double) - Method in class org.apache.flink.compiler.plan.Channel
 
setRelativeMemoryPerSubtask(double) - Method in class org.apache.flink.compiler.plan.PlanNode
Sets the memory dedicated to each task for this node.
setRelativeSolutionSetMemory(double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setRelativeTempMemory(double) - Method in class org.apache.flink.compiler.plan.Channel
Sets the memory for materializing the channel's result from this Channel.
setReplicationFactor(int) - Method in class org.apache.flink.compiler.plan.Channel
Sets the replication factor of the connection.
setRequiredGlobalProps(RequestedGlobalProperties) - Method in class org.apache.flink.compiler.plan.Channel
 
setRequiredLibraries(String[]) - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileRequest
Sets the names of libraries whose cache status is to be retrieved.
setRequiredLocalProps(RequestedLocalProperties) - Method in class org.apache.flink.compiler.plan.Channel
 
setResultIterator(MutableObjectIterator<E>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Sets the result iterator.
setResultIteratorException(IOException) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Reports an exception to all threads that are waiting for the result iterator.
setReuseAvroValue(boolean) - Method in class org.apache.flink.api.java.io.AvroInputFormat
Sets the flag whether to reuse the Avro value instance for all records.
setRevenue(Double) - Method in class org.apache.flink.example.java.relational.TPCHQuery3.ShippingPriorityItem
 
setRuntimeContext(RuntimeContext) - Method in class org.apache.flink.api.common.functions.AbstractRichFunction
 
setRuntimeContext(RuntimeContext) - Method in interface org.apache.flink.api.common.functions.RichFunction
Sets the function's runtime context.
setRuntimeContext(RuntimeContext) - Method in class org.apache.flink.api.java.operators.translation.WrappingFunction
 
setSchema(Schema) - Method in class org.apache.flink.api.java.io.AvroOutputFormat
 
setSecond(V) - Method in class org.apache.flink.types.Pair
Sets the second encapsulated pair element to the specified value.
setSecondDegree(Integer) - Method in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
setSecondInput(Operator<IN2>) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Clears all previous connections and connects the second input to the task wrapped in this contract
setSecondInput(Operator<IN2>...) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setSecondInputs(List<Operator<IN2>>) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setSecondVertex(Integer) - Method in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.Edge
 
setSecondVertex(Integer) - Method in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
setSecondVertex(Integer) - Method in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.Triad
 
setSemanticProperties(DualInputSemanticProperties) - Method in class org.apache.flink.api.common.operators.DualInputOperator
 
setSemanticProperties(SingleInputSemanticProperties) - Method in class org.apache.flink.api.common.operators.SingleInputOperator
 
setSemanticProperties(SingleInputSemanticProperties) - Method in class org.apache.flink.api.java.operators.SingleInputUdfOperator
Sets the semantic properties for the user-defined function (UDF).
setSemanticProperties(DualInputSemanticProperties) - Method in class org.apache.flink.api.java.operators.TwoInputUdfOperator
Sets the semantic properties for the user-defined function (UDF).
setSerializer(TypeSerializerFactory<?>) - Method in class org.apache.flink.compiler.plan.Channel
Sets the serializer for this Channel.
setSerializer(TypeSerializerFactory<?>) - Method in class org.apache.flink.compiler.plan.SourcePlanNode
Sets the serializer for this PlanNode.
setSerializerForIterationChannel(TypeSerializerFactory<?>) - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
setSerializerForIterationChannel(TypeSerializerFactory<?>) - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
setShipStrategy(ShipStrategyType) - Method in class org.apache.flink.compiler.dag.PactConnection
Sets the shipping strategy for this connection.
setShipStrategy(ShipStrategyType) - Method in class org.apache.flink.compiler.plan.Channel
 
setShipStrategy(ShipStrategyType, FieldList) - Method in class org.apache.flink.compiler.plan.Channel
 
setShipStrategy(ShipStrategyType, FieldList, boolean[]) - Method in class org.apache.flink.compiler.plan.Channel
 
setShipStrategyComparator(TypeComparatorFactory<?>) - Method in class org.apache.flink.compiler.plan.Channel
Sets the ship strategy comparator for this Channel.
setSkipFirstLineAsHeader(boolean) - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
setSkipInvalidLines(boolean) - Method in class org.apache.flink.api.java.io.TextValueInputFormat
 
setSocketSendBufSize(int) - Method in class org.apache.flink.runtime.ipc.Server
Sets the socket buffer size used for responding to RPCs
setSoftIrqCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setSolutionSetComparator(TypeComparatorFactory<?>) - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
setSolutionSetComparator(TypeComparatorFactory<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setSolutionSetDelta(Operator<ST>) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Sets the contract of the step function that represents the solution set delta.
setSolutionSetSerializer(TypeSerializerFactory<?>) - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
setSolutionSetSerializer(TypeSerializerFactory<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setSource(Iterator<Record>) - Method in class org.apache.flink.spargel.java.record.MessageIterator
 
setSourceStatistics(GenericDataSourceBase<?, ?>, long, float) - Method in class org.apache.flink.test.compiler.util.CompilerTestBase
 
setSourceStatistics(GenericDataSourceBase<?, ?>, FileInputFormat.FileBaseStatistics) - Method in class org.apache.flink.test.compiler.util.CompilerTestBase
 
setSpillingThresholdDriver(float) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setSpillingThresholdInput(int, float) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setSplitNumber(int) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopInputSplit
 
setSplitNumber(int) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.wrapper.HadoopInputSplit
 
setStageNumber(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
Sets the number of this execution stage.
setStatisticsKey(String) - Method in class org.apache.flink.api.common.operators.base.GenericDataSourceBase
Sets the key under which statistics about this data source may be obtained from the statistics cache.
setStatus(String) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyReporter
 
setString(String, String) - Method in class org.apache.flink.configuration.Configuration
Adds the given key/value pair to the configuration object.
setString(String, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setStringToTokenize(StringValue) - Method in class org.apache.flink.util.SimpleStringUtils.WhitespaceTokenizer
Sets the string to be tokenized and resets the state of the tokenizer.
setStubParameter(String, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setStubParameters(Configuration) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setStubWrapper(UserCodeWrapper<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setSystemCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setTarget(PlanNode) - Method in class org.apache.flink.compiler.plan.Channel
Sets the target of this Channel.
setTargetReadBufferSize(int) - Method in class org.apache.flink.api.java.record.io.ExternalProcessFixedLengthInputFormat
Sets the target size of the buffer to be used to read from the stdout stream.
setTargetToStandardErr() - Method in class org.apache.flink.api.java.io.PrintingOutputFormat
 
setTargetToStandardOut() - Method in class org.apache.flink.api.java.io.PrintingOutputFormat
 
setTaskManagerDataPort(int) - Method in class org.apache.flink.client.LocalExecutor
 
setTaskManagerDataPort(int) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setTaskManagerNumSlots(int) - Method in class org.apache.flink.client.LocalExecutor
 
setTaskManagerNumSlots(int) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setTaskManagerNumSlots(int) - Method in class org.apache.flink.test.util.AbstractTestBase
 
setTaskManagerRpcPort(int) - Method in class org.apache.flink.client.LocalExecutor
 
setTaskManagerRpcPort(int) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setTaskName(String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setTempMode(TempMode) - Method in class org.apache.flink.compiler.plan.Channel
Sets the temp mode of the connection.
setTerminationCriterion(Operator<X>) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
setTheta0(double) - Method in class org.apache.flink.example.java.ml.LinearRegression.Params
 
setTheta1(double) - Method in class org.apache.flink.example.java.ml.LinearRegression.Params
 
setThirdVertex(Integer) - Method in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.Triad
 
setTotalMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setTransmittedBytes(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setTypes(Class<? extends Value>...) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
setUdfConfiguration(Configuration) - Method in class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger
 
setup() - Method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrier
 
setup() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
setup the barrier, has to be called at the beginning of each superstep
setup(PactTaskContext<GroupReduceFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
setup(PactTaskContext<ReduceFunction<T>, T>) - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
setup(TaskConfig, String, Collector<OT>, AbstractInvokable, ClassLoader) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
setup(PactTaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
setup(PactTaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
setup(PactTaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
setup(PactTaskContext<GenericCollectorMap<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
setup(PactTaskContext<CrossFunction<T1, T2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CrossDriver
 
setup(PactTaskContext<FlatMapFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
setup(PactTaskContext<FlatCombineFunction<T>, T>) - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
setup(PactTaskContext<GroupReduceFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
setup(PactTaskContext<FlatJoinFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
setup(PactTaskContext<FlatJoinFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
setup(PactTaskContext<MapFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.MapDriver
 
setup(PactTaskContext<FlatJoinFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.MatchDriver
 
setup(PactTaskContext<AbstractRichFunction, T>) - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
setup(PactTaskContext<S, OT>) - Method in interface org.apache.flink.runtime.operators.PactDriver
 
setup(PactTaskContext<ReduceFunction<T>, T>) - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
setup(PactTaskContext<ReduceFunction<T>, T>) - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
setup(Configuration) - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
setup(Configuration) - Method in class org.apache.flink.spargel.java.record.VertexUpdateFunction
 
setup() - Method in class org.apache.flink.test.compiler.util.CompilerTestBase
 
SetupInfoServlet - Class in org.apache.flink.runtime.jobmanager.web
A Servlet that displays the Configruation in the webinterface.
SetupInfoServlet(JobManager) - Constructor for class org.apache.flink.runtime.jobmanager.web.SetupInfoServlet
 
setupJob(JobConf) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.HadoopFileOutputCommitter
 
setUrl(String) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat.AbstractConfigBuilder
Sets the url field.
setUserCodeClassLoader(ClassLoader) - Method in class org.apache.flink.runtime.operators.DataSinkTask
Sets the class-loader to be used to load the user code.
setUserCodeClassLoader(ClassLoader) - Method in class org.apache.flink.runtime.operators.DataSourceTask
Sets the class-loader to be used to load the user code.
setUserCodeClassLoader(ClassLoader) - Method in class org.apache.flink.runtime.operators.RegularPactTask
Sets the class-loader to be used to load the user code.
setUserCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setUsername(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat.JDBCInputFormatBuilder
 
setUsername(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat.JDBCOutputFormatBuilder
 
setUsername(String) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat.AbstractConfigBuilder
Sets the username field.
setValue(int) - Method in class org.apache.flink.runtime.types.IntegerRecord
Set the value of this integer record.
setValue(boolean) - Method in class org.apache.flink.types.BooleanValue
 
setValue(BooleanValue) - Method in class org.apache.flink.types.BooleanValue
 
setValue(byte) - Method in class org.apache.flink.types.ByteValue
Sets the encapsulated byte to the specified value.
setValue(ByteValue) - Method in class org.apache.flink.types.ByteValue
 
setValue(char) - Method in class org.apache.flink.types.CharValue
Sets the encapsulated char to the specified value.
setValue(CharValue) - Method in class org.apache.flink.types.CharValue
 
setValue(double) - Method in class org.apache.flink.types.DoubleValue
Sets the value of the encapsulated primitive double.
setValue(DoubleValue) - Method in class org.apache.flink.types.DoubleValue
 
setValue(float) - Method in class org.apache.flink.types.FloatValue
Sets the value of the encapsulated primitive float.
setValue(FloatValue) - Method in class org.apache.flink.types.FloatValue
 
setValue(int) - Method in class org.apache.flink.types.IntValue
Sets the encapsulated int to the specified value.
setValue(IntValue) - Method in class org.apache.flink.types.IntValue
 
setValue(long) - Method in class org.apache.flink.types.LongValue
Sets the value of the encapsulated long to the specified value.
setValue(LongValue) - Method in class org.apache.flink.types.LongValue
 
setValue(T) - Method in interface org.apache.flink.types.ResettableValue
Sets the encapsulated value to another value
setValue(short) - Method in class org.apache.flink.types.ShortValue
Sets the encapsulated short to the specified value.
setValue(ShortValue) - Method in class org.apache.flink.types.ShortValue
 
setValue(CharSequence) - Method in class org.apache.flink.types.StringValue
Sets the value of the StringValue to the given string.
setValue(StringValue) - Method in class org.apache.flink.types.StringValue
Sets the value of the StringValue to the given string.
setValue(StringValue, int, int) - Method in class org.apache.flink.types.StringValue
Sets the value of the StringValue to a substring of the given string.
setValue(CharSequence, int, int) - Method in class org.apache.flink.types.StringValue
Sets the value of the StringValue to a substring of the given string.
setValue(CharBuffer) - Method in class org.apache.flink.types.StringValue
Sets the contents of this string to the contents of the given CharBuffer.
setValue(char[], int, int) - Method in class org.apache.flink.types.StringValue
Sets the value of the StringValue to a substring of the given value.
setValueAscii(byte[], int, int) - Method in class org.apache.flink.types.StringValue
Sets the value of this StringValue, assuming that the binary data is ASCII coded.
setVertexInput(Operator<Record>) - Method in class org.apache.flink.spargel.java.record.SpargelIteration
 
setVertexToShareInstancesWith(AbstractJobVertex) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Sets the vertex this vertex should share its instances with at runtime.
setWaitForSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setWorksetSerializer(TypeSerializerFactory<?>) - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
setWriteMode(FileSystem.WriteMode) - Method in class org.apache.flink.api.common.io.FileOutputFormat
 
setWritePosition(long) - Method in interface org.apache.flink.core.memory.SeekableDataOutputView
Sets the write pointer to the given position.
setWritePosition(long) - Method in class org.apache.flink.runtime.io.disk.RandomAccessOutputView
 
setWrittenFields(FieldSet) - Method in class org.apache.flink.api.common.operators.SemanticProperties
Sets the field(s) that are written in the destination record(s).
ShippingPriorityItem() - Constructor for class org.apache.flink.example.java.relational.TPCHQuery3.ShippingPriorityItem
 
ShippingPriorityItem(Integer, Double, String, Integer, Integer) - Constructor for class org.apache.flink.example.java.relational.TPCHQuery3.ShippingPriorityItem
 
ShipStrategyType - Enum in org.apache.flink.runtime.operators.shipping
Enumeration defining the different shipping types of the output, such as local forward, re-partitioning by hash, or re-partitioning by range.
SHORT_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.BasicArrayTypeInfo
 
SHORT_PRIMITIVE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.PrimitiveArrayTypeInfo
 
SHORT_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
ShortComparator - Class in org.apache.flink.api.common.typeutils.base
 
ShortComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.ShortComparator
 
ShortParser - Class in org.apache.flink.types.parser
Parses a decimal text field into a Short.
ShortParser() - Constructor for class org.apache.flink.types.parser.ShortParser
 
ShortPrimitiveArraySerializer - Class in org.apache.flink.api.common.typeutils.base.array
A serializer for long arrays.
ShortPrimitiveArraySerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
ShortSerializer - Class in org.apache.flink.api.common.typeutils.base
 
ShortSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
ShortSumAgg() - Constructor for class org.apache.flink.api.java.aggregation.SumAggregationFunction.ShortSumAgg
 
ShortValue - Class in org.apache.flink.types
Boxed serializable and comparable short integer type, representing the primitive type short.
ShortValue() - Constructor for class org.apache.flink.types.ShortValue
Initializes the encapsulated short with 0.
ShortValue(short) - Constructor for class org.apache.flink.types.ShortValue
Initializes the encapsulated short with the provided value.
ShortValueParser - Class in org.apache.flink.types.parser
Parses a decimal text field into a ShortValue.
ShortValueParser() - Constructor for class org.apache.flink.types.parser.ShortValueParser
 
ShortValueSerializer - Class in org.apache.flink.api.common.typeutils.base
 
ShortValueSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
showControlCharacters(String) - Static method in class org.apache.flink.util.StringUtils
Replaces control characters by their escape-coded version.
shutdown() - Method in class org.apache.flink.runtime.filecache.FileCache
 
shutdown() - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
 
shutdown() - Method in interface org.apache.flink.runtime.instance.InstanceManager
 
shutdown() - Method in class org.apache.flink.runtime.instance.LocalInstanceManager
 
shutdown() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Close method.
shutdown() - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
shutdown() - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
 
shutdown() - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
 
shutdown() - Method in interface org.apache.flink.runtime.io.network.NetworkConnectionManager
 
shutdown() - Method in class org.apache.flink.runtime.jobmanager.EventCollector
Stops the timer thread and cleans up the data structure which stores the collected events.
shutdown() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
shutdown() - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
Shuts the scheduler down.
shutdown() - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
shutdown() - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Shuts the memory manager down, trying to release all the memory it managed.
shutdown() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
Forces an immediate shutdown of the thread.
shutdown() - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
shutdown() - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
shutdown() - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
Shuts done the job manager's profiling component and stops all its internal processes.
shutdown() - Method in interface org.apache.flink.runtime.profiling.TaskManagerProfiler
Shuts done the task manager's profiling component and stops all its internal processes.
shutdown() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
Shuts the task manager down.
signalTermination() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch
 
SimpleAccumulator<T> - Interface in org.apache.flink.api.common.accumulators
Similar to Accumulator, but the type of items to add and the result value must be the same.
SimpleCloseableInputProvider<E> - Class in org.apache.flink.runtime.operators.util
A simple iterator provider that returns a supplied iterator and does nothing when closed.
SimpleCloseableInputProvider(MutableObjectIterator<E>) - Constructor for class org.apache.flink.runtime.operators.util.SimpleCloseableInputProvider
Creates a new simple input provider that will return the given iterator.
SimpleCollectingOutputView - Class in org.apache.flink.runtime.io.disk
The list with the full segments contains at any point all completely full segments, plus the segment that is currently filled.
SimpleCollectingOutputView(List<MemorySegment>, MemorySegmentSource, int) - Constructor for class org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
 
SimpleDistribution - Class in org.apache.flink.api.common.distributions
 
SimpleDistribution() - Constructor for class org.apache.flink.api.common.distributions.SimpleDistribution
 
SimpleDistribution(Key<?>[]) - Constructor for class org.apache.flink.api.common.distributions.SimpleDistribution
 
SimpleDistribution(Key<?>[][]) - Constructor for class org.apache.flink.api.common.distributions.SimpleDistribution
 
SimpleIntegerDistribution - Class in org.apache.flink.api.common.distributions
 
SimpleIntegerDistribution() - Constructor for class org.apache.flink.api.common.distributions.SimpleIntegerDistribution
 
SimpleIntegerDistribution(int[]) - Constructor for class org.apache.flink.api.common.distributions.SimpleIntegerDistribution
 
SimpleIntegerDistribution(IntValue[]) - Constructor for class org.apache.flink.api.common.distributions.SimpleIntegerDistribution
 
SimpleIntegerDistribution(IntValue[][]) - Constructor for class org.apache.flink.api.common.distributions.SimpleIntegerDistribution
 
SimpleMemorySegment - Class in org.apache.flink.runtime.memorymanager
This class represents a piece of memory allocated from the memory manager.
SimpleMemorySegment(byte[]) - Constructor for class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Creates a new memory segment of given size with the provided views.
SimpleStringUtils - Class in org.apache.flink.util
Utility class for efficient string operations on strings.
SimpleStringUtils.WhitespaceTokenizer - Class in org.apache.flink.util
A tokenizer for string values that uses whitespace characters as token delimiters.
SingleElementIterator<E> - Class in org.apache.flink.runtime.util
An Iterator that contains only a single element.
SingleElementIterator() - Constructor for class org.apache.flink.runtime.util.SingleElementIterator
 
SingleInputNode - Class in org.apache.flink.compiler.dag
A node in the optimizer's program representation for a PACT with a single input.
SingleInputNode(SingleInputOperator<?, ?, ?>) - Constructor for class org.apache.flink.compiler.dag.SingleInputNode
Creates a new node with a single input for the optimizer plan.
SingleInputNode(FieldSet) - Constructor for class org.apache.flink.compiler.dag.SingleInputNode
 
SingleInputNode() - Constructor for class org.apache.flink.compiler.dag.SingleInputNode
 
SingleInputNode(SingleInputNode) - Constructor for class org.apache.flink.compiler.dag.SingleInputNode
 
SingleInputOperator<IN,OUT,FT extends Function> - Class in org.apache.flink.api.common.operators
Abstract superclass for for all operators that have one input like "map" or "reduce".
SingleInputOperator(UserCodeWrapper<FT>, UnaryOperatorInformation<IN, OUT>, int[], String) - Constructor for class org.apache.flink.api.common.operators.SingleInputOperator
Creates a new abstract single-input operator with the given name wrapping the given user function.
SingleInputOperator(UserCodeWrapper<FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.SingleInputOperator
Creates a new abstract single-input operator with the given name wrapping the given user function.
SingleInputOperator<IN,OUT,O extends SingleInputOperator<IN,OUT,O>> - Class in org.apache.flink.api.java.operators
Base class for operations that operates on a single input data set.
SingleInputOperator(DataSet<IN>, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.java.operators.SingleInputOperator
 
SingleInputPlanNode - Class in org.apache.flink.compiler.plan
 
SingleInputPlanNode(OptimizerNode, String, Channel, DriverStrategy) - Constructor for class org.apache.flink.compiler.plan.SingleInputPlanNode
 
SingleInputPlanNode(OptimizerNode, String, Channel, DriverStrategy, FieldList) - Constructor for class org.apache.flink.compiler.plan.SingleInputPlanNode
 
SingleInputPlanNode(OptimizerNode, String, Channel, DriverStrategy, FieldList, boolean[]) - Constructor for class org.apache.flink.compiler.plan.SingleInputPlanNode
 
SingleInputSemanticProperties - Class in org.apache.flink.api.common.operators
Container for the semantic properties associated to a single input operator.
SingleInputSemanticProperties() - Constructor for class org.apache.flink.api.common.operators.SingleInputSemanticProperties
 
SingleInputUdfOperator<IN,OUT,O extends SingleInputUdfOperator<IN,OUT,O>> - Class in org.apache.flink.api.java.operators
The SingleInputUdfOperator is the base class of all unary operators that execute user-defined functions (UDFs).
SingleInputUdfOperator(DataSet<IN>, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.java.operators.SingleInputUdfOperator
Creates a new operators with the given data set as input.
SingleInstanceProfilingEvent - Class in org.apache.flink.runtime.profiling.types
A single instance profiling event encapsulates profiling information for one particular instance.
SingleInstanceProfilingEvent(int, int, int, int, int, int, int, long, long, long, long, long, long, long, JobID, long, long, String) - Constructor for class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
Constructs a new instance profiling event.
SingleInstanceProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
Default constructor for serialization/deserialization.
SinkJoiner - Class in org.apache.flink.compiler.dag
This class represents a utility node that is not part of the actual plan.
SinkJoiner(OptimizerNode, OptimizerNode) - Constructor for class org.apache.flink.compiler.dag.SinkJoiner
 
SinkJoinerPlanNode - Class in org.apache.flink.compiler.plan
 
SinkJoinerPlanNode(SinkJoiner, Channel, Channel) - Constructor for class org.apache.flink.compiler.plan.SinkJoinerPlanNode
 
SinkPlanNode - Class in org.apache.flink.compiler.plan
Plan candidate node for data flow sinks.
SinkPlanNode(DataSinkNode, String, Channel) - Constructor for class org.apache.flink.compiler.plan.SinkPlanNode
Constructs a new sink candidate node that uses NONE as its local strategy.
sinks - Variable in class org.apache.flink.api.common.Plan
A collection of all sinks in the plan.
size() - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
size() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockGraph
 
size() - Method in class org.apache.flink.core.fs.FileChannelWrapper
 
size() - Method in class org.apache.flink.core.memory.MemorySegment
Gets the size of the memory segment, in bytes.
SIZE - Static variable in class org.apache.flink.runtime.AbstractID
The size of the ID in byte
size() - Method in class org.apache.flink.runtime.io.network.Buffer
 
size - Variable in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
The size of the memory segment.
size() - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
size() - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Gets the size of the memory segment, in bytes.
size() - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Gets the size of the memory segment, in bytes.
size() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
 
size() - Method in interface org.apache.flink.runtime.operators.sort.IndexedSortable
Gets the number of elements in the sortable.
size() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
 
size() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Returns the number of elements currently stored in the PriorityQueue.
size() - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
size() - Method in class org.apache.flink.runtime.util.IntArrayList
 
size() - Method in class org.apache.flink.runtime.util.LongArrayList
 
size() - Method in class org.apache.flink.types.ListValue
 
size() - Method in class org.apache.flink.types.MapValue
 
SIZE_UNKNOWN - Static variable in interface org.apache.flink.api.common.io.statistics.BaseStatistics
Constant indicating that the input size is unknown.
skip(long) - Method in class org.apache.flink.core.fs.local.LocalDataInputStream
 
skip(DataInput) - Static method in class org.apache.flink.core.io.StringRecord
Skips over one Text in the input.
skip(long) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
 
skipArray() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
skipArray() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
skipBytes() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
skipBytes() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
skipBytes(int) - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
skipBytes(int) - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
skipBytes(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
skipBytes(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
skipBytesToRead(int) - Method in interface org.apache.flink.core.memory.DataInputView
Skips numBytes bytes of memory.
skipBytesToRead(int) - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
skipBytesToRead(int) - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
skipBytesToRead(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
skipBytesToRead(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
skipBytesToWrite(int) - Method in interface org.apache.flink.core.memory.DataOutputView
Skips numBytes bytes memory.
skipBytesToWrite(int) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
skipBytesToWrite(int) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
skipBytesToWrite(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
skipBytesToWrite(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
skipFields(byte[], int, int, char) - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
skipFirstLineAsHeader - Variable in class org.apache.flink.api.java.io.CsvReader
 
skipFixed(int) - Method in class org.apache.flink.api.avro.DataInputDecoder
 
skipFixed(int) - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
skipFully(DataInput, int) - Static method in class org.apache.flink.core.io.StringRecord
 
skipFully(InputStream, long) - Static method in class org.apache.flink.runtime.util.IOUtils
Similar to readFully().
skipMap() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
skipMap() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
skipString() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
skipString() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
SocketInputStream - Class in org.apache.flink.runtime.net
This implements an input stream that can have a timeout while reading.
SocketInputStream(ReadableByteChannel, long) - Constructor for class org.apache.flink.runtime.net.SocketInputStream
Create a new input stream with the given timeout.
SocketInputStream(Socket, long) - Constructor for class org.apache.flink.runtime.net.SocketInputStream
Same as SocketInputStream(socket.getChannel(), timeout):

Create a new input stream with the given timeout.
SocketInputStream(Socket) - Constructor for class org.apache.flink.runtime.net.SocketInputStream
Same as SocketInputStream(socket.getChannel(), socket.getSoTimeout()) :

Create a new input stream with the given timeout.
SocketOutputStream - Class in org.apache.flink.runtime.net
This implements an output stream that can have a timeout while writing.
SocketOutputStream(WritableByteChannel, long) - Constructor for class org.apache.flink.runtime.net.SocketOutputStream
Create a new ouput stream with the given timeout.
SocketOutputStream(Socket, long) - Constructor for class org.apache.flink.runtime.net.SocketOutputStream
Same as SocketOutputStream(socket.getChannel(), timeout):

Create a new ouput stream with the given timeout.
SolutionSetBroker - Class in org.apache.flink.runtime.iterative.concurrent
Used to hand over the hash-join from the iteration head to the solution-set match.
SolutionSetDeltaOperator - Class in org.apache.flink.compiler.operators
 
SolutionSetDeltaOperator(FieldList) - Constructor for class org.apache.flink.compiler.operators.SolutionSetDeltaOperator
 
SolutionSetFastUpdateOutputCollector<T> - Class in org.apache.flink.runtime.iterative.io
A Collector to update the solution set of a workset iteration.
SolutionSetFastUpdateOutputCollector(CompactingHashTable<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
 
SolutionSetFastUpdateOutputCollector(CompactingHashTable<T>, TypeSerializer<T>, Collector<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
 
SolutionSetNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of the solution set of a workset iteration.
SolutionSetNode(DeltaIterationBase.SolutionSetPlaceHolder<?>, WorksetIterationNode) - Constructor for class org.apache.flink.compiler.dag.SolutionSetNode
 
SolutionSetPlaceHolder(DeltaIterationBase<ST, ?>, OperatorInformation<ST>) - Constructor for class org.apache.flink.api.common.operators.base.DeltaIterationBase.SolutionSetPlaceHolder
 
SolutionSetPlaceHolder(DeltaIterationBase<Record, ?>) - Constructor for class org.apache.flink.api.java.record.operators.DeltaIteration.SolutionSetPlaceHolder
 
SolutionSetPlanNode - Class in org.apache.flink.compiler.plan
Plan candidate node for partial solution of a bulk iteration.
SolutionSetPlanNode(SolutionSetNode, String, GlobalProperties, LocalProperties, Channel) - Constructor for class org.apache.flink.compiler.plan.SolutionSetPlanNode
 
SolutionSetUpdateBarrier - Class in org.apache.flink.runtime.iterative.concurrent
Resettable barrier to synchronize IterationHeadPactTask and IterationTailPactTask in case of iterations that contain a separate solution set tail.
SolutionSetUpdateBarrier() - Constructor for class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrier
 
SolutionSetUpdateBarrierBroker - Class in org.apache.flink.runtime.iterative.concurrent
Broker to hand over SolutionSetUpdateBarrier from IterationHeadPactTask to IterationTailPactTask.
SolutionSetUpdateOutputCollector<T> - Class in org.apache.flink.runtime.iterative.io
A Collector to update the solution set of a workset iteration.
SolutionSetUpdateOutputCollector(CompactingHashTable<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
 
SolutionSetUpdateOutputCollector(CompactingHashTable<T>, TypeSerializer<T>, Collector<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
 
sort(IndexedSortable, int, int) - Method in class org.apache.flink.runtime.operators.sort.HeapSort
 
sort(IndexedSortable) - Method in class org.apache.flink.runtime.operators.sort.HeapSort
 
sort(IndexedSortable, int, int) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSorter
Sort the items accessed through the given IndexedSortable over the given range of logical indices.
sort(IndexedSortable) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSorter
 
sort(IndexedSortable, int, int) - Method in class org.apache.flink.runtime.operators.sort.QuickSort
Sort the given range of items using quick sort.
sort(IndexedSortable) - Method in class org.apache.flink.runtime.operators.sort.QuickSort
 
SortedGrouping<T> - Class in org.apache.flink.api.java.operators
SortedGrouping is an intermediate step for a transformation on a grouped and sorted DataSet.
The following transformation can be applied on sorted groups: SortedGrouping.reduceGroup(org.apache.flink.api.common.functions.GroupReduceFunction),
SortedGrouping(DataSet<T>, Keys<T>, int, Order) - Constructor for class org.apache.flink.api.java.operators.SortedGrouping
 
Sorter<E> - Interface in org.apache.flink.runtime.operators.sort
The SortMerger interface representing the public interface to all specific Sort-Merge implementations.
sortGroup(int, Order) - Method in class org.apache.flink.api.java.operators.SortedGrouping
Sorts Tuple elements within a group on the specified field in the specified Order.
Note: Only groups of Tuple elements can be sorted.
Groups can be sorted by multiple fields by chaining SortedGrouping.sortGroup(int, Order) calls.
sortGroup(int, Order) - Method in class org.apache.flink.api.java.operators.UnsortedGrouping
Sorts Tuple elements within a group on the specified field in the specified Order.
Note: Only groups of Tuple elements can be sorted.
Groups can be sorted by multiple fields by chaining UnsortedGrouping.sortGroup(int, Order) calls.
SortingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SortingThread
Creates a new sorting thread.
SortMergeCoGroupIterator<T1,T2> - Class in org.apache.flink.runtime.operators.sort
 
SortMergeCoGroupIterator(MutableObjectIterator<T1>, MutableObjectIterator<T2>, TypeSerializer<T1>, TypeComparator<T1>, TypeSerializer<T2>, TypeComparator<T2>, TypePairComparator<T1, T2>) - Constructor for class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
 
SortMergeJoinDescriptor - Class in org.apache.flink.compiler.operators
 
SortMergeJoinDescriptor(FieldList, FieldList) - Constructor for class org.apache.flink.compiler.operators.SortMergeJoinDescriptor
 
sortOrders - Variable in class org.apache.flink.compiler.plan.DualInputPlanNode
 
sortOrders - Variable in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
sortReadMemory - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The memory segments used first for sorting and later for reading/pre-fetching during the external merge.
sortReadMemory - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
source() - Static method in class org.apache.flink.api.java.record.operators.OperatorInfoHelper
 
SourcePlanNode - Class in org.apache.flink.compiler.plan
Plan candidate node for data flow sources that have no input and no special strategies.
SourcePlanNode(DataSourceNode, String) - Constructor for class org.apache.flink.compiler.plan.SourcePlanNode
Constructs a new source candidate node that uses NONE as its local strategy.
SpanningRecordSerializer<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.serialization
 
SpanningRecordSerializer() - Constructor for class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
 
SpargelConnectedComponents - Class in org.apache.flink.spargel.java.examples
 
SpargelConnectedComponents() - Constructor for class org.apache.flink.spargel.java.examples.SpargelConnectedComponents
 
SpargelConnectedComponents.CCMessager - Class in org.apache.flink.spargel.java.examples
 
SpargelConnectedComponents.CCUpdater - Class in org.apache.flink.spargel.java.examples
 
SpargelConnectedComponents.IdAssigner - Class in org.apache.flink.spargel.java.examples
A map function that takes a Long value and creates a 2-tuple out of it:
SpargelIteration - Class in org.apache.flink.spargel.java.record
 
SpargelIteration(MessagingFunction<VertexKey, VertexValue, Message, EdgeValue>, VertexUpdateFunction<VertexKey, VertexValue, Message>) - Constructor for class org.apache.flink.spargel.java.record.SpargelIteration
 
SpargelIteration(MessagingFunction<VertexKey, VertexValue, Message, EdgeValue>, VertexUpdateFunction<VertexKey, VertexValue, Message>, String) - Constructor for class org.apache.flink.spargel.java.record.SpargelIteration
 
SpargelIteration.MessagingDriver<K extends Key<K>,V extends Value,M extends Value,E extends Value> - Class in org.apache.flink.spargel.java.record
 
SpargelIteration.VertexUpdateDriver<K extends Key<K>,V extends Value,M extends Value> - Class in org.apache.flink.spargel.java.record
 
SpargelPageRank - Class in org.apache.flink.spargel.java.examples
An implementation of the basic PageRank algorithm in the vertex-centric API (spargel).
SpargelPageRank() - Constructor for class org.apache.flink.spargel.java.examples.SpargelPageRank
 
SpargelPageRank.RankMessenger - Class in org.apache.flink.spargel.java.examples
Distributes the rank of a vertex among all target vertices according to the transition probability, which is associated with an edge as the edge value.
SpargelPageRank.VertexRankUpdater - Class in org.apache.flink.spargel.java.examples
Function that updates the rank of a vertex by summing up the partial ranks from all incoming messages and then applying the dampening formula.
SpargelPageRankCountingVertices - Class in org.apache.flink.spargel.java.examples
An implementation of the basic PageRank algorithm in the vertex-centric API (spargel).
SpargelPageRankCountingVertices() - Constructor for class org.apache.flink.spargel.java.examples.SpargelPageRankCountingVertices
 
SpargelPageRankCountingVertices.RankMessenger - Class in org.apache.flink.spargel.java.examples
Distributes the rank of a vertex among all target vertices according to the transition probability, which is associated with an edge as the edge value.
SpargelPageRankCountingVertices.VertexRankUpdater - Class in org.apache.flink.spargel.java.examples
Function that updates the rank of a vertex by summing up the partial ranks from all incoming messages and then applying the dampening formula.
SparseKeySchema - Class in org.apache.flink.compiler.postpass
Class encapsulating a schema map (int column position -> column type) and a reference counter.
SparseKeySchema() - Constructor for class org.apache.flink.compiler.postpass.SparseKeySchema
 
SpillingBuffer - Class in org.apache.flink.runtime.io.disk
An output view that buffers written data in memory pages and spills them when they are full.
SpillingBuffer(IOManager, MemorySegmentSource, int) - Constructor for class org.apache.flink.runtime.io.disk.SpillingBuffer
 
spillingMarker() - Static method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Gets the element that is passed as marker for signal beginning of spilling.
SpillingResettableIterator<T> - Class in org.apache.flink.runtime.operators.resettable
Implementation of a resettable iterator.
SpillingResettableIterator(Iterator<T>, TypeSerializer<T>, MemoryManager, IOManager, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
SpillingResettableIterator(Iterator<T>, TypeSerializer<T>, MemoryManager, IOManager, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
SpillingResettableMutableObjectIterator<T> - Class in org.apache.flink.runtime.operators.resettable
Implementation of a resettable iterator.
SpillingResettableMutableObjectIterator(MutableObjectIterator<T>, TypeSerializer<T>, MemoryManager, IOManager, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
SpillingResettableMutableObjectIterator(MutableObjectIterator<T>, TypeSerializer<T>, MemoryManager, IOManager, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
SpillingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable, MemoryManager, IOManager, TypeSerializer<E>, TypeComparator<E>, List<MemorySegment>, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Creates the spilling thread.
spillPartition(List<MemorySegment>, IOManager, Channel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
Spills this partition to disk and sets it up such that it continues spilling records that are added to it.
spillPartition() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Selects a partition and spills it.
split(int) - Method in class org.apache.flink.util.NumberSequenceIterator
 
split(int) - Method in interface org.apache.flink.util.SplittableIterator
 
splitLength - Variable in class org.apache.flink.api.common.io.FileInputFormat
The length of the split that this parallel instance must consume.
splitStart - Variable in class org.apache.flink.api.common.io.FileInputFormat
The start of the split that this parallel instance must consume.
SplittableIterator<T> - Interface in org.apache.flink.util
 
splitVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Returns a duplicate of this execution vertex.
start() - Method in class org.apache.flink.client.LocalExecutor
 
start() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
start() - Method in class org.apache.flink.client.web.WebInterfaceServer
Starts the web frontend server.
start(ChannelManager) - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
 
start(ChannelManager) - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
 
start(ChannelManager) - Method in interface org.apache.flink.runtime.io.network.NetworkConnectionManager
 
start() - Method in class org.apache.flink.runtime.ipc.Server
Starts the service.
start() - Method in class org.apache.flink.runtime.jobmanager.web.WebInfoServer
Starts the web frontend server.
START_PAGE_URL - Static variable in class org.apache.flink.client.web.JobSubmissionServlet
 
startCluster() - Method in class org.apache.flink.test.util.AbstractTestBase
 
startExecution() - Method in class org.apache.flink.runtime.taskmanager.Task
Starts the execution of this task.
startInfoServer() - Method in class org.apache.flink.runtime.jobmanager.JobManager
Starts the Jetty Infoserver for the Jobmanager
startItem() - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
startItem() - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
startNextSuperstep() - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
 
startNextSuperstep() - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
 
startReading() - Method in class org.apache.flink.runtime.operators.TempBarrier
 
startRecord() - Method in class org.apache.flink.api.common.io.BinaryOutputFormat.BlockBasedOutput
 
startsWith(CharSequence, int) - Method in class org.apache.flink.types.StringValue
Checks whether the substring, starting at the specified index, starts with the given prefix string.
startsWith(CharSequence) - Method in class org.apache.flink.types.StringValue
Checks whether this StringValue starts with the given prefix string.
startTask() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Deploys and starts the task represented by this vertex on the assigned instance.
startThreads() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Starts all the threads that are used by this sort-merger.
statisticsKey - Variable in class org.apache.flink.api.common.operators.base.GenericDataSourceBase
 
stop() - Method in class org.apache.flink.client.LocalExecutor
Stop the local executor instance.
stop() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
stop() - Method in class org.apache.flink.runtime.ipc.Client
Stop all threads related to this client.
stop() - Method in class org.apache.flink.runtime.ipc.Server
Stops the service.
stopCluster() - Method in class org.apache.flink.test.util.AbstractTestBase
 
stopProxy(VersionedProtocol) - Static method in class org.apache.flink.runtime.ipc.RPC
Stop this proxy and release its invoker's resource
stream - Variable in class org.apache.flink.api.common.io.FileInputFormat
The input stream reading from the input file.
stream - Variable in class org.apache.flink.api.common.io.FileOutputFormat
The stream to which the data is written;
STRING_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.BasicArrayTypeInfo
 
STRING_TYPE_INFO - Static variable in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
StringArraySerializer - Class in org.apache.flink.api.common.typeutils.base.array
A serializer for String arrays.
StringArraySerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
StringComparator - Class in org.apache.flink.api.common.typeutils.base
 
StringComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.StringComparator
 
stringifyException(Throwable) - Static method in class org.apache.flink.util.StringUtils
Makes a string representation of the exception.
StringListValue() - Constructor for class org.apache.flink.api.java.record.io.avro.AvroRecordInputFormat.StringListValue
 
StringMapValue() - Constructor for class org.apache.flink.api.java.record.io.avro.AvroRecordInputFormat.StringMapValue
 
StringParser - Class in org.apache.flink.types.parser
Converts a variable length field of a byte array into a String.
StringParser() - Constructor for class org.apache.flink.types.parser.StringParser
 
StringRecord - Class in org.apache.flink.core.io
This class stores text using standard UTF8 encoding.
StringRecord() - Constructor for class org.apache.flink.core.io.StringRecord
 
StringRecord(String) - Constructor for class org.apache.flink.core.io.StringRecord
Construct from a string.
StringRecord(StringRecord) - Constructor for class org.apache.flink.core.io.StringRecord
Construct from another text.
StringRecord(byte[]) - Constructor for class org.apache.flink.core.io.StringRecord
Construct from a byte array.
StringSerializer - Class in org.apache.flink.api.common.typeutils.base
 
StringSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.StringSerializer
 
StringTaskEvent - Class in org.apache.flink.runtime.event.task
This class provides a simple implementation of an event that holds a string value.
StringTaskEvent() - Constructor for class org.apache.flink.runtime.event.task.StringTaskEvent
The default constructor implementation.
StringTaskEvent(String) - Constructor for class org.apache.flink.runtime.event.task.StringTaskEvent
Constructs a new string task event with the given string message.
StringUtils - Class in org.apache.flink.util
Utility class to convert objects into strings in vice-versa.
StringValue - Class in org.apache.flink.types
Mutable string data type that implements the Key interface.
StringValue() - Constructor for class org.apache.flink.types.StringValue
Initializes the encapsulated String object with an empty string.
StringValue(CharSequence) - Constructor for class org.apache.flink.types.StringValue
Initializes this StringValue to the value of the given string.
StringValue(StringValue) - Constructor for class org.apache.flink.types.StringValue
Initializes this StringValue to a copy the given StringValue.
StringValue(StringValue, int, int) - Constructor for class org.apache.flink.types.StringValue
Initializes the StringValue to a sub-string of the given StringValue.
StringValueParser - Class in org.apache.flink.types.parser
Converts a variable length field of a byte array into a StringValue.
StringValueParser() - Constructor for class org.apache.flink.types.parser.StringValueParser
 
StringValueSerializer - Class in org.apache.flink.api.common.typeutils.base
 
StringValueSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
stub - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The instantiated user code of this task's main operator (driver).
subList(int, int) - Method in class org.apache.flink.types.ListValue
 
submitJob() - Method in class org.apache.flink.runtime.client.JobClient
Submits the job assigned to this job client to the job manager.
submitJob(JobGraph) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
submitJob(JobGraph) - Method in interface org.apache.flink.runtime.protocols.JobManagementProtocol
Submits the specified job to the job manager.
submitJobAndWait() - Method in class org.apache.flink.runtime.client.JobClient
Submits the job assigned to this job client to the job manager and queries the job manager about the progress of the job until it is either finished or aborted.
submitTasks(List<TaskDeploymentDescriptor>) - Method in class org.apache.flink.runtime.instance.Instance
Submits a list of tasks to the instance's TaskManager.
submitTasks(List<TaskDeploymentDescriptor>) - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
Submits a list of tasks to the task manager.
submitTasks(List<TaskDeploymentDescriptor>) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.event.task.EventNotificationManager
Subscribes the given event listener object to the specified event type.
subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
Subscribes the listener object to receive events of the given type.
subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
Subscribes the listener object to receive events of the given type.
subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
subSequence(int, int) - Method in class org.apache.flink.types.StringValue
 
substring(int) - Method in class org.apache.flink.types.StringValue
Returns a new StringValuestring that is a substring of this string.
substring(int, int) - Method in class org.apache.flink.types.StringValue
Returns a new StringValuestring that is a substring of this string.
substring(StringValue, int) - Method in class org.apache.flink.types.StringValue
Copies a substring of this string into the given target StringValue.
substring(StringValue, int, int) - Method in class org.apache.flink.types.StringValue
Copies a substring of this string into the given target StringValue.
subtractCosts(Costs) - Method in class org.apache.flink.compiler.costs.Costs
Subtracts the given costs from these costs.
SubUpdate() - Constructor for class org.apache.flink.example.java.ml.LinearRegression.SubUpdate
 
suffix(String) - Method in class org.apache.flink.core.fs.Path
Adds a suffix to the final name in the path.
sum(int) - Method in class org.apache.flink.api.java.DataSet
Syntactic sugar for aggregate (SUM, field)
sum(int) - Method in class org.apache.flink.api.java.operators.UnsortedGrouping
Syntactic sugar for aggregate (SUM, field)
SumAggregationFunction<T> - Class in org.apache.flink.api.java.aggregation
 
SumAggregationFunction() - Constructor for class org.apache.flink.api.java.aggregation.SumAggregationFunction
 
SumAggregationFunction.ByteSumAgg - Class in org.apache.flink.api.java.aggregation
 
SumAggregationFunction.DoubleSumAgg - Class in org.apache.flink.api.java.aggregation
 
SumAggregationFunction.FloatSumAgg - Class in org.apache.flink.api.java.aggregation
 
SumAggregationFunction.IntSumAgg - Class in org.apache.flink.api.java.aggregation
 
SumAggregationFunction.LongSumAgg - Class in org.apache.flink.api.java.aggregation
 
SumAggregationFunction.ShortSumAgg - Class in org.apache.flink.api.java.aggregation
 
SumAggregationFunction.SumAggregationFunctionFactory - Class in org.apache.flink.api.java.aggregation
 
SumAggregationFunctionFactory() - Constructor for class org.apache.flink.api.java.aggregation.SumAggregationFunction.SumAggregationFunctionFactory
 
SuperstepBarrier - Class in org.apache.flink.runtime.iterative.concurrent
A resettable one-shot latch.
SuperstepBarrier(ClassLoader) - Constructor for class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
 
SuperstepKickoffLatch - Class in org.apache.flink.runtime.iterative.concurrent
 
SuperstepKickoffLatch() - Constructor for class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch
 
SuperstepKickoffLatchBroker - Class in org.apache.flink.runtime.iterative.concurrent
 
supportsCompareAgainstReference() - Method in class org.apache.flink.api.common.typeutils.TypeComparator
 
supportsCompareAgainstReference() - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.BooleanComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.ByteComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.CharComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.DoubleComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.FloatComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.IntComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.LongComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.ShortComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.StringComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Checks whether the data type supports the creation of a normalized key for comparison.
supportsNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.common.typeutils.base.StringComparator
 
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Check whether this comparator supports to serialize the record in a format that replaces its keys by a normalized key.
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldComparator
 
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
SUser - Class in org.apache.flink.api.java.record.io.avro.example
 
SUser() - Constructor for class org.apache.flink.api.java.record.io.avro.example.SUser
 
swap() - Method in class org.apache.flink.api.java.tuple.Tuple2
Returns a shallow copy of the tuple with swapped values.
swap(int, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
 
swap(int, int) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSortable
Swap items at the given addresses.
swap(int, int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
 
swapBytes(MemorySegment, MemorySegment, byte[], int, int, int) - Static method in class org.apache.flink.core.memory.MemorySegment
 
swapUnionNodes(PlanNode) - Method in class org.apache.flink.compiler.plan.Channel
Utility method used while swapping binary union nodes for n-ary union nodes.
switchBuffers() - Method in class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
 
SyncEventHandler - Class in org.apache.flink.runtime.iterative.task
 
SyncEventHandler(int, Map<String, Aggregator<?>>, ClassLoader) - Constructor for class org.apache.flink.runtime.iterative.task.SyncEventHandler
 
SynchronousChainedCombineDriver<T> - Class in org.apache.flink.runtime.operators.chaining
 
SynchronousChainedCombineDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 

T

takeNext(BlockingQueue<UnilateralSortMerger.CircularElement<E>>, Queue<UnilateralSortMerger.CircularElement<E>>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
target() - Method in class org.apache.flink.spargel.java.OutgoingEdge
Gets the target vertex id.
target() - Method in class org.apache.flink.spargel.java.record.Edge
 
Task - Class in org.apache.flink.runtime.taskmanager
 
Task(ExecutionVertexID, RuntimeEnvironment, TaskManager) - Constructor for class org.apache.flink.runtime.taskmanager.Task
 
TASK_MANAGER_DATA_PORT_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the task manager's data port from the configuration.
TASK_MANAGER_DEBUG_MEMORY_USAGE_LOG_INTERVAL_MS - Static variable in class org.apache.flink.configuration.ConfigConstants
The interval (in ms) for the log thread to log the current memory usage.
TASK_MANAGER_DEBUG_MEMORY_USAGE_START_LOG_THREAD - Static variable in class org.apache.flink.configuration.ConfigConstants
Flag indicating whether to start a thread, which repeatedly logs the memory usage of the JVM.
TASK_MANAGER_HEARTBEAT_INTERVAL_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
Parameter for the interval in which the TaskManager sends the periodic heart beat messages to the JobManager (in msecs).
TASK_MANAGER_IPC_PORT_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the task manager's IPC port from the configuration.
TASK_MANAGER_MEMORY_FRACTION_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the fraction of free memory allocated by the memory manager.
TASK_MANAGER_MEMORY_LAZY_ALLOCATION_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The key for the config parameter defining whether the memory manager allocates memory lazy.
TASK_MANAGER_MEMORY_SIZE - Static variable in class org.apache.flink.test.util.AbstractTestBase
 
TASK_MANAGER_MEMORY_SIZE_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the amount of memory to be allocated by the task manager's memory manager (in megabytes).
TASK_MANAGER_NET_NETTY_HIGH_WATER_MARK - Static variable in class org.apache.flink.configuration.ConfigConstants
The high water mark used in NettyConnectionManager for the Bootstrap.
TASK_MANAGER_NET_NETTY_LOW_WATER_MARK - Static variable in class org.apache.flink.configuration.ConfigConstants
The low water mark used in NettyConnectionManager for the Bootstrap.
TASK_MANAGER_NET_NUM_IN_THREADS_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The number of incoming network IO threads (e.g.
TASK_MANAGER_NET_NUM_OUT_THREADS_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The number of outgoing network IO threads (e.g.
TASK_MANAGER_NETWORK_BUFFER_SIZE_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the size of the buffers used in the network stack.
TASK_MANAGER_NETWORK_NUM_BUFFERS_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the number of buffers used in the network stack.
TASK_MANAGER_NUM_TASK_SLOTS - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the number of task slots of a task manager.
TASK_MANAGER_TMP_DIR_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the directories for temporary files.
TaskCancelResult - Class in org.apache.flink.runtime.taskmanager
A TaskCancelResult is used to report the results of a task cancel attempt.
TaskCancelResult(ExecutionVertexID, AbstractTaskResult.ReturnCode) - Constructor for class org.apache.flink.runtime.taskmanager.TaskCancelResult
Constructs a new task cancel result.
TaskCancelResult() - Constructor for class org.apache.flink.runtime.taskmanager.TaskCancelResult
Constructs an empty task cancel result.
TaskConfig - Class in org.apache.flink.runtime.operators.util
Configuration class which stores all relevant parameters required to set up the Pact tasks.
TaskConfig(Configuration) - Constructor for class org.apache.flink.runtime.operators.util.TaskConfig
Creates a new Task Config that wraps the given configuration.
TaskConfig.DelegatingConfiguration - Class in org.apache.flink.runtime.operators.util
A configuration that manages a subset of keys with a common prefix from a given configuration.
taskContext - Variable in class org.apache.flink.runtime.operators.MatchDriver
 
TaskDeploymentDescriptor - Class in org.apache.flink.runtime.deployment
A task deployment descriptor contains all the information necessary to deploy a task on a task manager.
TaskDeploymentDescriptor(JobID, ExecutionVertexID, String, int, int, Configuration, Configuration, Class<? extends AbstractInvokable>, SerializableArrayList<GateDeploymentDescriptor>, SerializableArrayList<GateDeploymentDescriptor>) - Constructor for class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Constructs a task deployment descriptor.
TaskDeploymentDescriptor() - Constructor for class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Default constructor for serialization/deserialization.
TaskExecutionState - Class in org.apache.flink.runtime.taskmanager
This class can be used to propagate updates about a task's execution state from the task manager to the job manager.
TaskExecutionState(JobID, ExecutionVertexID, ExecutionState, String) - Constructor for class org.apache.flink.runtime.taskmanager.TaskExecutionState
Creates a new task execution state.
TaskExecutionState() - Constructor for class org.apache.flink.runtime.taskmanager.TaskExecutionState
Creates an empty task execution state.
TaskInputSplitProvider - Class in org.apache.flink.runtime.taskmanager
The task input split provider is a component of the task manager which implements the InputSplitProvider interface.
TaskKillResult - Class in org.apache.flink.runtime.taskmanager
A TaskKillResult is used to report the results of a task kill attempt.
TaskKillResult(ExecutionVertexID, AbstractTaskResult.ReturnCode) - Constructor for class org.apache.flink.runtime.taskmanager.TaskKillResult
Constructs a new task kill result.
TaskKillResult() - Constructor for class org.apache.flink.runtime.taskmanager.TaskKillResult
Constructs an empty task kill result.
TaskManager - Class in org.apache.flink.runtime.taskmanager
A task manager receives tasks from the job manager and executes them.
TaskManager(ExecutionMode) - Constructor for class org.apache.flink.runtime.taskmanager.TaskManager
All parameters are obtained from the GlobalConfiguration, which must be loaded prior to instantiating the task manager.
TASKMANAGER_CLASSNAME_KEY - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
The class name of the task manager's profiling component to load if profiling is enabled.
TASKMANAGER_REPORTINTERVAL_KEY - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
Key to interval in which a task manager is supposed to send profiling data to the job manager.
taskManagerNumSlots - Variable in class org.apache.flink.test.util.AbstractTestBase
 
TaskManagerProfiler - Interface in org.apache.flink.runtime.profiling
This interface must be implemented by profiling components for the task manager manager.
TaskManagerProfilerImpl - Class in org.apache.flink.runtime.profiling.impl
 
TaskManagerProfilerImpl(InetAddress, InstanceConnectionInfo) - Constructor for class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
taskName - Variable in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
TaskOperationProtocol - Interface in org.apache.flink.runtime.protocols
The task submission protocol is implemented by the task manager and allows the job manager to submit and cancel tasks, as well as to query the task manager for cached libraries and submit these if necessary.
TaskSubmissionResult - Class in org.apache.flink.runtime.taskmanager
A TaskSubmissionResult is used to report the results of a task submission.
TaskSubmissionResult(ExecutionVertexID, AbstractTaskResult.ReturnCode) - Constructor for class org.apache.flink.runtime.taskmanager.TaskSubmissionResult
Constructs a new task submission result.
TaskSubmissionResult() - Constructor for class org.apache.flink.runtime.taskmanager.TaskSubmissionResult
Constructs an empty task submission result.
teardown() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
teardown() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
teardown() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
teardown() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
teardown() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
teardown() - Method in interface org.apache.flink.runtime.operators.ResettablePactDriver
 
tell() - Method in class org.apache.flink.api.avro.FSDataInputStreamWrapper
 
TempBarrier<T> - Class in org.apache.flink.runtime.operators
 
TempBarrier(AbstractInvokable, MutableObjectIterator<T>, TypeSerializerFactory<T>, MemoryManager, IOManager, int) - Constructor for class org.apache.flink.runtime.operators.TempBarrier
 
tempBarriers - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The optional temp barriers on the inputs for dead-lock breaking.
template - Variable in class org.apache.flink.compiler.plan.PlanNode
 
TempMode - Enum in org.apache.flink.compiler.dag
Enumeration to indicate the mode of temporarily materializing the data that flows across a connection.
Terminable - Interface in org.apache.flink.runtime.iterative.task
Models the functionality that the termination of an iterative task can be requested from outside
TERMINATION_CRITERION_AGGREGATOR_NAME - Static variable in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
terminationCriterion - Variable in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
TerminationCriterionAggregationConvergence() - Constructor for class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionAggregationConvergence
 
TerminationCriterionAggregator() - Constructor for class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionAggregator
 
TerminationCriterionMapper() - Constructor for class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionMapper
 
TerminationEvent - Class in org.apache.flink.runtime.iterative.event
Signals that the iteration is completely executed, participating tasks must terminate now
TerminationEvent() - Constructor for class org.apache.flink.runtime.iterative.event.TerminationEvent
 
terminationRequested() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
terminationRequested() - Method in class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
 
terminationRequested() - Method in interface org.apache.flink.runtime.iterative.task.Terminable
 
terminationSignaled() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
 
testJob() - Method in class org.apache.flink.test.util.JavaProgramTestBase
 
testJob() - Method in class org.apache.flink.test.util.RecordAPITestBase
 
testProgram() - Method in class org.apache.flink.test.util.JavaProgramTestBase
 
TEXT - Static variable in class org.apache.flink.test.testdata.WordCountData
 
TextInputFormat - Class in org.apache.flink.api.java.io
 
TextInputFormat(Path) - Constructor for class org.apache.flink.api.java.io.TextInputFormat
 
TextInputFormat - Class in org.apache.flink.api.java.record.io
Base implementation for an input format that returns each line as a separate record that contains only a single string, namely the line.
TextInputFormat() - Constructor for class org.apache.flink.api.java.record.io.TextInputFormat
 
TextOutputFormat<T> - Class in org.apache.flink.api.java.io
 
TextOutputFormat(Path) - Constructor for class org.apache.flink.api.java.io.TextOutputFormat
 
TextOutputFormat(Path, String) - Constructor for class org.apache.flink.api.java.io.TextOutputFormat
 
TextValueInputFormat - Class in org.apache.flink.api.java.io
 
TextValueInputFormat(Path) - Constructor for class org.apache.flink.api.java.io.TextValueInputFormat
 
theString - Variable in class org.apache.flink.api.java.record.io.TextInputFormat
 
ThreadBase(ExceptionHandler<IOException>, String, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
Creates a new thread.
ThreadProfilingEvent - Class in org.apache.flink.runtime.profiling.types
Through this interface it is possible to access profiling data about the CPU utilization of the corresponding execution thread during its execution.
ThreadProfilingEvent(int, int, int, int, ManagementVertexID, int, JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
 
ThreadProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
 
timestampToString(long) - Static method in class org.apache.flink.runtime.event.job.AbstractEvent
Converts the timestamp of an event from its "milliseconds since beginning the epoch" representation into a unified string representation.
TMP_PREFIX - Static variable in class org.apache.flink.api.common.cache.DistributedCache
 
toArray() - Method in class org.apache.flink.api.common.operators.util.FieldSet
Transforms the field set into an array of field IDs.
toArray() - Method in class org.apache.flink.types.ListValue
 
toArray(T[]) - Method in class org.apache.flink.types.ListValue
 
toChannelID() - Method in class org.apache.flink.runtime.managementgraph.ManagementEdgeID
Converts the management edge ID into a ChannelID.
toFieldList() - Method in class org.apache.flink.api.common.operators.util.FieldList
 
toFieldList() - Method in class org.apache.flink.api.common.operators.util.FieldSet
Turns the FieldSet into an ordered FieldList.
toFlinkValueType(Object) - Static method in class org.apache.flink.types.ValueUtil
 
toJobStatus(InternalJobStatus) - Static method in enum org.apache.flink.runtime.executiongraph.InternalJobStatus
Converts an internal job status in a JobStatus state.
toJson() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Returns Json representation of this ManagementGroupVertex
toJson() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
Returns Json representation of this ManagementVertex
TokenizeLine() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCount.TokenizeLine
 
TokenizeLine() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat.TokenizeLine
 
Tokenizer() - Constructor for class org.apache.flink.example.java.wordcount.WordCount.Tokenizer
 
Tokenizer() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.example.WordCount.Tokenizer
 
Tokenizer() - Constructor for class org.apache.flink.hadoopcompatibility.mapreduce.example.WordCount.Tokenizer
 
toLowerCase(StringValue) - Static method in class org.apache.flink.util.SimpleStringUtils
Converts the given StringValue into a lower case variant.
toManagementVertexID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertexID
Converts the execution vertex ID into a management vertex ID.
toParameterList(Configuration...) - Static method in class org.apache.flink.test.util.AbstractTestBase
 
toParameterList(List<Configuration>) - Static method in class org.apache.flink.test.util.AbstractTestBase
 
toResultMap(Map<String, Accumulator<?, ?>>) - Static method in class org.apache.flink.api.common.accumulators.AccumulatorHelper
Transform the Map with accumulators into a Map containing only the results
toString() - Method in class org.apache.flink.api.avro.AvroBaseValue
 
toString() - Method in class org.apache.flink.api.common.accumulators.DoubleCounter
 
toString() - Method in class org.apache.flink.api.common.accumulators.Histogram
 
toString() - Method in class org.apache.flink.api.common.accumulators.IntCounter
 
toString() - Method in class org.apache.flink.api.common.accumulators.LongCounter
 
toString() - Method in class org.apache.flink.api.common.io.FileInputFormat.FileBaseStatistics
 
toString() - Method in class org.apache.flink.api.common.io.FileInputFormat
 
toString() - Method in class org.apache.flink.api.common.operators.base.FileDataSinkBase
 
toString() - Method in class org.apache.flink.api.common.operators.base.FileDataSourceBase
 
toString() - Method in class org.apache.flink.api.common.operators.base.GenericDataSinkBase
 
toString() - Method in class org.apache.flink.api.common.operators.base.GenericDataSourceBase
 
toString() - Method in class org.apache.flink.api.common.operators.Operator
 
toString() - Method in class org.apache.flink.api.common.operators.OperatorInformation
 
toString() - Method in class org.apache.flink.api.common.operators.Ordering
 
toString() - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
toString() - Method in class org.apache.flink.api.java.aggregation.MaxAggregationFunction
 
toString() - Method in class org.apache.flink.api.java.aggregation.MinAggregationFunction
 
toString() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction
 
toString() - Method in class org.apache.flink.api.java.io.CollectionInputFormat
 
toString() - Method in class org.apache.flink.api.java.io.CsvInputFormat
 
toString() - Method in class org.apache.flink.api.java.io.CsvOutputFormat
 
toString() - Method in class org.apache.flink.api.java.io.PrintingOutputFormat
 
toString() - Method in class org.apache.flink.api.java.io.TextInputFormat
 
toString() - Method in class org.apache.flink.api.java.io.TextOutputFormat
 
toString() - Method in class org.apache.flink.api.java.io.TextValueInputFormat
 
toString() - Method in class org.apache.flink.api.java.LocalEnvironment
 
toString() - Method in class org.apache.flink.api.java.operators.DataSink
 
toString() - Method in class org.apache.flink.api.java.operators.Keys.FieldPositionKeys
 
toString() - Method in class org.apache.flink.api.java.operators.Keys.SelectorFunctionKeys
 
toString() - Method in class org.apache.flink.api.java.operators.translation.PlanUnwrappingReduceGroupOperator.TupleUnwrappingFlatCombinableGroupReducer
 
toString() - Method in class org.apache.flink.api.java.operators.translation.PlanUnwrappingReduceGroupOperator.TupleUnwrappingNonCombinableGroupReducer
 
toString() - Method in class org.apache.flink.api.java.record.operators.FileDataSink
 
toString() - Method in class org.apache.flink.api.java.RemoteEnvironment
 
toString() - Method in class org.apache.flink.api.java.tuple.Tuple1
Creates a string representation of the tuple in the form (f0), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple10
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple11
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple12
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple13
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple14
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple15
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple16
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple17
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple18
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, f17), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple19
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, f17, f18), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple2
Creates a string representation of the tuple in the form (f0, f1), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple20
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, f17, f18, f19), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple21
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, f17, f18, f19, f20), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple22
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, f17, f18, f19, f20, f21), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple23
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, f17, f18, f19, f20, f21, f22), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple24
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, f17, f18, f19, f20, f21, f22, f23), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple25
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, f17, f18, f19, f20, f21, f22, f23, f24), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple3
Creates a string representation of the tuple in the form (f0, f1, f2), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple4
Creates a string representation of the tuple in the form (f0, f1, f2, f3), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple5
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple6
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple7
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple8
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple9
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.typeutils.BasicArrayTypeInfo
 
toString() - Method in class org.apache.flink.api.java.typeutils.BasicTypeInfo
 
toString() - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
toString() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
toString() - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
toString() - Method in class org.apache.flink.api.java.typeutils.PrimitiveArrayTypeInfo
 
toString() - Method in class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
toString() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
toString() - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
toString() - Method in class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
toString() - Method in class org.apache.flink.client.program.ContextEnvironment
 
toString() - Method in class org.apache.flink.compiler.costs.Costs
 
toString() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
toString() - Method in class org.apache.flink.compiler.dag.OptimizerNode.UnclosedBranchDescriptor
 
toString() - Method in class org.apache.flink.compiler.dag.PactConnection
 
toString() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
toString() - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
 
toString() - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
 
toString() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
 
toString() - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
 
toString() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockGraph
 
toString() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
toString() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.GlobalPropertiesPair
 
toString() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.LocalPropertiesPair
 
toString() - Method in class org.apache.flink.compiler.plan.Channel
 
toString() - Method in class org.apache.flink.compiler.plan.PlanNode
 
toString() - Method in class org.apache.flink.compiler.postpass.DenseValueSchema
 
toString() - Method in class org.apache.flink.compiler.postpass.SparseKeySchema
 
toString() - Method in class org.apache.flink.configuration.Configuration
 
toString() - Method in class org.apache.flink.core.fs.FileInputSplit
 
toString() - Method in class org.apache.flink.core.fs.Path
 
toString() - Method in class org.apache.flink.core.io.GenericInputSplit
 
toString() - Method in class org.apache.flink.core.io.StringRecord
Convert text back to string
toString() - Method in class org.apache.flink.example.java.clustering.KMeans.Centroid
 
toString() - Method in class org.apache.flink.example.java.clustering.KMeans.Point
 
toString() - Method in class org.apache.flink.example.java.ml.LinearRegression.Data
 
toString() - Method in class org.apache.flink.example.java.ml.LinearRegression.Params
 
toString() - Method in class org.apache.flink.runtime.AbstractID
 
toString() - Method in class org.apache.flink.runtime.event.job.JobEvent
 
toString() - Method in class org.apache.flink.runtime.event.job.VertexEvent
 
toString() - Method in class org.apache.flink.runtime.executiongraph.ExecutionSignature
 
toString() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
toString() - Method in class org.apache.flink.runtime.instance.DummyInstance
 
toString() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
toString() - Method in class org.apache.flink.runtime.io.disk.iomanager.Channel.ID
 
toString() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
toString() - Method in class org.apache.flink.runtime.io.network.Envelope
 
toString() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
toString() - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
toString() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
toString() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
toString() - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
toString() - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
 
toString() - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
toString() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
toString() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
 
toString() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
 
toString() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
toString() - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
toString() - Method in class org.apache.flink.runtime.topology.NetworkNode
 
toString() - Method in class org.apache.flink.runtime.topology.NetworkTopology
 
toString() - Method in class org.apache.flink.types.BooleanValue
 
toString() - Method in class org.apache.flink.types.ByteValue
 
toString() - Method in class org.apache.flink.types.CharValue
 
toString() - Method in class org.apache.flink.types.DoubleValue
 
toString() - Method in class org.apache.flink.types.FloatValue
 
toString() - Method in class org.apache.flink.types.IntValue
 
toString() - Method in class org.apache.flink.types.ListValue
 
toString() - Method in class org.apache.flink.types.LongValue
 
toString() - Method in class org.apache.flink.types.MapValue
 
toString() - Method in class org.apache.flink.types.NullValue
 
toString() - Method in class org.apache.flink.types.Pair
 
toString() - Method in class org.apache.flink.types.ShortValue
 
toString() - Method in class org.apache.flink.types.StringValue
 
totalNumberOfPartitions - Variable in class org.apache.flink.core.io.GenericInputSplit
The total number of partitions
toUri() - Method in class org.apache.flink.core.fs.Path
Converts the path object to a URI.
TPCHQuery10 - Class in org.apache.flink.example.java.relational
This program implements a modified version of the TPC-H query 10.
TPCHQuery10() - Constructor for class org.apache.flink.example.java.relational.TPCHQuery10
 
TPCHQuery3 - Class in org.apache.flink.example.java.relational
This program implements a modified version of the TPC-H query 3.
TPCHQuery3() - Constructor for class org.apache.flink.example.java.relational.TPCHQuery3
 
TPCHQuery3.Customer - Class in org.apache.flink.example.java.relational
 
TPCHQuery3.Lineitem - Class in org.apache.flink.example.java.relational
 
TPCHQuery3.Order - Class in org.apache.flink.example.java.relational
 
TPCHQuery3.ShippingPriorityItem - Class in org.apache.flink.example.java.relational
 
transferEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
transferEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
transferEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
transferEventToOutputChannel(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
transferFrom(ReadableByteChannel, long, long) - Method in class org.apache.flink.core.fs.FileChannelWrapper
 
transferTo(long, long, WritableByteChannel) - Method in class org.apache.flink.core.fs.FileChannelWrapper
 
transferToFully(FileChannel, long, int) - Method in class org.apache.flink.runtime.net.SocketOutputStream
Transfers data from FileChannel using FileChannel.transferTo(long, long, WritableByteChannel).
TransitiveClosureData - Class in org.apache.flink.test.testdata
 
TransitiveClosureNaive - Class in org.apache.flink.example.java.graph
 
TransitiveClosureNaive() - Constructor for class org.apache.flink.example.java.graph.TransitiveClosureNaive
 
translateOffset(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
translateOffset(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Translates the given offset for this view into the offset for the backing array.
translateOffset(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Deprecated.
translateToDataFlow(Operator<T>) - Method in class org.apache.flink.api.java.IterativeDataSet
 
translateToDataFlow(Operator<IN>) - Method in class org.apache.flink.api.java.operators.AggregateOperator
 
translateToDataFlow(Operator<I1>, Operator<I2>) - Method in class org.apache.flink.api.java.operators.CoGroupOperator
 
translateToDataFlow(Operator<I1>, Operator<I2>) - Method in class org.apache.flink.api.java.operators.CrossOperator
 
translateToDataFlow(Operator<T>) - Method in class org.apache.flink.api.java.operators.DataSink
 
translateToDataFlow() - Method in class org.apache.flink.api.java.operators.DataSource
 
translateToDataFlow(Operator<T>) - Method in class org.apache.flink.api.java.operators.DistinctOperator
 
translateToDataFlow(Operator<T>) - Method in class org.apache.flink.api.java.operators.FilterOperator
 
translateToDataFlow(Operator<IN>) - Method in class org.apache.flink.api.java.operators.FlatMapOperator
 
translateToDataFlow(Operator<IN>) - Method in class org.apache.flink.api.java.operators.GroupReduceOperator
 
translateToDataFlow(Operator<I1>, Operator<I2>) - Method in class org.apache.flink.api.java.operators.JoinOperator.EquiJoin
 
translateToDataFlow(Operator<IN>) - Method in class org.apache.flink.api.java.operators.MapOperator
 
translateToDataFlow(Operator<IN>) - Method in class org.apache.flink.api.java.operators.ProjectOperator
 
translateToDataFlow(Operator<IN>) - Method in class org.apache.flink.api.java.operators.ReduceOperator
 
translateToDataFlow(Operator<IN>) - Method in class org.apache.flink.api.java.operators.SingleInputOperator
Translates this operation to a data flow operator of the common data flow API.
translateToDataFlow(Operator<IN1>, Operator<IN2>) - Method in class org.apache.flink.api.java.operators.TwoInputOperator
Translates this java API operator into a common API operator with two inputs.
translateToDataFlow(Operator<T>, Operator<T>) - Method in class org.apache.flink.api.java.operators.UnionOperator
Returns the BinaryNodeTranslation of the Union.
translateToPlan(List<DataSink<?>>, String) - Method in class org.apache.flink.api.java.operators.OperatorTranslation
 
TraversableOnceException - Exception in org.apache.flink.util
 
TraversableOnceException() - Constructor for exception org.apache.flink.util.TraversableOnceException
 
traverse(PlanNode, T, boolean) - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
traverse(PlanNode) - Method in class org.apache.flink.compiler.postpass.JavaApiPostPass
 
Triad() - Constructor for class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.Triad
 
TRIANGLES_BY_DEGREE - Static variable in class org.apache.flink.test.testdata.EnumTriangleData
 
TRIANGLES_BY_ID - Static variable in class org.apache.flink.test.testdata.EnumTriangleData
 
triggerNextSuperstep() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch
 
TRUE - Static variable in class org.apache.flink.types.BooleanValue
 
truncate(long) - Method in class org.apache.flink.core.fs.FileChannelWrapper
 
tryLock(long, long, boolean) - Method in class org.apache.flink.core.fs.FileChannelWrapper
 
tryToConnect(InetAddress, SocketAddress, int) - Static method in class org.apache.flink.runtime.taskmanager.TaskManager
 
Tuple - Class in org.apache.flink.api.java.tuple
The base class of all tuples.
Tuple() - Constructor for class org.apache.flink.api.java.tuple.Tuple
 
Tuple1<T0> - Class in org.apache.flink.api.java.tuple
A tuple with 1 fields.
Tuple1() - Constructor for class org.apache.flink.api.java.tuple.Tuple1
Creates a new tuple where all fields are null.
Tuple1(T0) - Constructor for class org.apache.flink.api.java.tuple.Tuple1
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple10<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> - Class in org.apache.flink.api.java.tuple
A tuple with 10 fields.
Tuple10() - Constructor for class org.apache.flink.api.java.tuple.Tuple10
Creates a new tuple where all fields are null.
Tuple10(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Constructor for class org.apache.flink.api.java.tuple.Tuple10
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple10Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple10Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple10Builder
 
Tuple11<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> - Class in org.apache.flink.api.java.tuple
A tuple with 11 fields.
Tuple11() - Constructor for class org.apache.flink.api.java.tuple.Tuple11
Creates a new tuple where all fields are null.
Tuple11(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Constructor for class org.apache.flink.api.java.tuple.Tuple11
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple11Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple11Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple11Builder
 
Tuple12<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> - Class in org.apache.flink.api.java.tuple
A tuple with 12 fields.
Tuple12() - Constructor for class org.apache.flink.api.java.tuple.Tuple12
Creates a new tuple where all fields are null.
Tuple12(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Constructor for class org.apache.flink.api.java.tuple.Tuple12
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple12Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple12Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple12Builder
 
Tuple13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> - Class in org.apache.flink.api.java.tuple
A tuple with 13 fields.
Tuple13() - Constructor for class org.apache.flink.api.java.tuple.Tuple13
Creates a new tuple where all fields are null.
Tuple13(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Constructor for class org.apache.flink.api.java.tuple.Tuple13
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple13Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple13Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple13Builder
 
Tuple14<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> - Class in org.apache.flink.api.java.tuple
A tuple with 14 fields.
Tuple14() - Constructor for class org.apache.flink.api.java.tuple.Tuple14
Creates a new tuple where all fields are null.
Tuple14(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Constructor for class org.apache.flink.api.java.tuple.Tuple14
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple14Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple14Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple14Builder
 
Tuple15<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> - Class in org.apache.flink.api.java.tuple
A tuple with 15 fields.
Tuple15() - Constructor for class org.apache.flink.api.java.tuple.Tuple15
Creates a new tuple where all fields are null.
Tuple15(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Constructor for class org.apache.flink.api.java.tuple.Tuple15
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple15Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple15Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple15Builder
 
Tuple16<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> - Class in org.apache.flink.api.java.tuple
A tuple with 16 fields.
Tuple16() - Constructor for class org.apache.flink.api.java.tuple.Tuple16
Creates a new tuple where all fields are null.
Tuple16(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Constructor for class org.apache.flink.api.java.tuple.Tuple16
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple16Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple16Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple16Builder
 
Tuple17<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> - Class in org.apache.flink.api.java.tuple
A tuple with 17 fields.
Tuple17() - Constructor for class org.apache.flink.api.java.tuple.Tuple17
Creates a new tuple where all fields are null.
Tuple17(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Constructor for class org.apache.flink.api.java.tuple.Tuple17
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple17Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple17Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple17Builder
 
Tuple18<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> - Class in org.apache.flink.api.java.tuple
A tuple with 18 fields.
Tuple18() - Constructor for class org.apache.flink.api.java.tuple.Tuple18
Creates a new tuple where all fields are null.
Tuple18(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Constructor for class org.apache.flink.api.java.tuple.Tuple18
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple18Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple18Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple18Builder
 
Tuple19<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> - Class in org.apache.flink.api.java.tuple
A tuple with 19 fields.
Tuple19() - Constructor for class org.apache.flink.api.java.tuple.Tuple19
Creates a new tuple where all fields are null.
Tuple19(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Constructor for class org.apache.flink.api.java.tuple.Tuple19
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple19Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple19Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple19Builder
 
Tuple1Builder<T0> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple1Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple1Builder
 
Tuple2<T0,T1> - Class in org.apache.flink.api.java.tuple
A tuple with 2 fields.
Tuple2() - Constructor for class org.apache.flink.api.java.tuple.Tuple2
Creates a new tuple where all fields are null.
Tuple2(T0, T1) - Constructor for class org.apache.flink.api.java.tuple.Tuple2
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple20<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> - Class in org.apache.flink.api.java.tuple
A tuple with 20 fields.
Tuple20() - Constructor for class org.apache.flink.api.java.tuple.Tuple20
Creates a new tuple where all fields are null.
Tuple20(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Constructor for class org.apache.flink.api.java.tuple.Tuple20
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple20Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple20Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple20Builder
 
Tuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> - Class in org.apache.flink.api.java.tuple
A tuple with 21 fields.
Tuple21() - Constructor for class org.apache.flink.api.java.tuple.Tuple21
Creates a new tuple where all fields are null.
Tuple21(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Constructor for class org.apache.flink.api.java.tuple.Tuple21
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple21Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple21Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple21Builder
 
Tuple22<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> - Class in org.apache.flink.api.java.tuple
A tuple with 22 fields.
Tuple22() - Constructor for class org.apache.flink.api.java.tuple.Tuple22
Creates a new tuple where all fields are null.
Tuple22(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Constructor for class org.apache.flink.api.java.tuple.Tuple22
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple22Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple22Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple22Builder
 
Tuple23<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> - Class in org.apache.flink.api.java.tuple
A tuple with 23 fields.
Tuple23() - Constructor for class org.apache.flink.api.java.tuple.Tuple23
Creates a new tuple where all fields are null.
Tuple23(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Constructor for class org.apache.flink.api.java.tuple.Tuple23
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple23Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple23Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple23Builder
 
Tuple24<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23> - Class in org.apache.flink.api.java.tuple
A tuple with 24 fields.
Tuple24() - Constructor for class org.apache.flink.api.java.tuple.Tuple24
Creates a new tuple where all fields are null.
Tuple24(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23) - Constructor for class org.apache.flink.api.java.tuple.Tuple24
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple24Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple24Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple24Builder
 
Tuple25<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23,T24> - Class in org.apache.flink.api.java.tuple
A tuple with 25 fields.
Tuple25() - Constructor for class org.apache.flink.api.java.tuple.Tuple25
Creates a new tuple where all fields are null.
Tuple25(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24) - Constructor for class org.apache.flink.api.java.tuple.Tuple25
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple25Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23,T24> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple25Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple25Builder
 
Tuple2Builder<T0,T1> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple2Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple2Builder
 
Tuple3<T0,T1,T2> - Class in org.apache.flink.api.java.tuple
A tuple with 3 fields.
Tuple3() - Constructor for class org.apache.flink.api.java.tuple.Tuple3
Creates a new tuple where all fields are null.
Tuple3(T0, T1, T2) - Constructor for class org.apache.flink.api.java.tuple.Tuple3
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple3Builder<T0,T1,T2> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple3Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple3Builder
 
Tuple4<T0,T1,T2,T3> - Class in org.apache.flink.api.java.tuple
A tuple with 4 fields.
Tuple4() - Constructor for class org.apache.flink.api.java.tuple.Tuple4
Creates a new tuple where all fields are null.
Tuple4(T0, T1, T2, T3) - Constructor for class org.apache.flink.api.java.tuple.Tuple4
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple4Builder<T0,T1,T2,T3> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple4Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple4Builder
 
Tuple5<T0,T1,T2,T3,T4> - Class in org.apache.flink.api.java.tuple
A tuple with 5 fields.
Tuple5() - Constructor for class org.apache.flink.api.java.tuple.Tuple5
Creates a new tuple where all fields are null.
Tuple5(T0, T1, T2, T3, T4) - Constructor for class org.apache.flink.api.java.tuple.Tuple5
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple5Builder<T0,T1,T2,T3,T4> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple5Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple5Builder
 
Tuple6<T0,T1,T2,T3,T4,T5> - Class in org.apache.flink.api.java.tuple
A tuple with 6 fields.
Tuple6() - Constructor for class org.apache.flink.api.java.tuple.Tuple6
Creates a new tuple where all fields are null.
Tuple6(T0, T1, T2, T3, T4, T5) - Constructor for class org.apache.flink.api.java.tuple.Tuple6
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple6Builder<T0,T1,T2,T3,T4,T5> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple6Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple6Builder
 
Tuple7<T0,T1,T2,T3,T4,T5,T6> - Class in org.apache.flink.api.java.tuple
A tuple with 7 fields.
Tuple7() - Constructor for class org.apache.flink.api.java.tuple.Tuple7
Creates a new tuple where all fields are null.
Tuple7(T0, T1, T2, T3, T4, T5, T6) - Constructor for class org.apache.flink.api.java.tuple.Tuple7
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple7Builder<T0,T1,T2,T3,T4,T5,T6> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple7Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple7Builder
 
Tuple8<T0,T1,T2,T3,T4,T5,T6,T7> - Class in org.apache.flink.api.java.tuple
A tuple with 8 fields.
Tuple8() - Constructor for class org.apache.flink.api.java.tuple.Tuple8
Creates a new tuple where all fields are null.
Tuple8(T0, T1, T2, T3, T4, T5, T6, T7) - Constructor for class org.apache.flink.api.java.tuple.Tuple8
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple8Builder<T0,T1,T2,T3,T4,T5,T6,T7> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple8Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple8Builder
 
Tuple9<T0,T1,T2,T3,T4,T5,T6,T7,T8> - Class in org.apache.flink.api.java.tuple
A tuple with 9 fields.
Tuple9() - Constructor for class org.apache.flink.api.java.tuple.Tuple9
Creates a new tuple where all fields are null.
Tuple9(T0, T1, T2, T3, T4, T5, T6, T7, T8) - Constructor for class org.apache.flink.api.java.tuple.Tuple9
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple9Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple9Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple9Builder
 
TupleCentroidConverter() - Constructor for class org.apache.flink.example.java.clustering.KMeans.TupleCentroidConverter
 
TupleComparator<T extends Tuple> - Class in org.apache.flink.api.java.typeutils.runtime
 
TupleComparator(int[], TypeComparator<?>[], TypeSerializer<?>[]) - Constructor for class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
TupleDataConverter() - Constructor for class org.apache.flink.example.java.ml.LinearRegression.TupleDataConverter
 
TupleEdgeConverter() - Constructor for class org.apache.flink.example.java.graph.EnumTrianglesBasic.TupleEdgeConverter
 
TupleEdgeConverter() - Constructor for class org.apache.flink.example.java.graph.EnumTrianglesOpt.TupleEdgeConverter
 
TupleKeyExtractingMapper<T,K> - Class in org.apache.flink.api.java.operators.translation
 
TupleKeyExtractingMapper(int) - Constructor for class org.apache.flink.api.java.operators.translation.TupleKeyExtractingMapper
 
TupleLeadingFieldComparator<T extends Tuple,K> - Class in org.apache.flink.api.java.typeutils.runtime
 
TupleLeadingFieldComparator(TypeComparator<K>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldComparator
 
TupleLeadingFieldPairComparator<K,T1 extends Tuple,T2 extends Tuple> - Class in org.apache.flink.api.java.typeutils.runtime
 
TupleLeadingFieldPairComparator(TypeComparator<K>, TypeComparator<K>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldPairComparator
 
TuplePairComparator<T1 extends Tuple,T2 extends Tuple> - Class in org.apache.flink.api.java.typeutils.runtime
 
TuplePairComparator(int[], int[], TypeComparator<Object>[], TypeComparator<Object>[]) - Constructor for class org.apache.flink.api.java.typeutils.runtime.TuplePairComparator
 
TupleParamsConverter() - Constructor for class org.apache.flink.example.java.ml.LinearRegression.TupleParamsConverter
 
TuplePointConverter() - Constructor for class org.apache.flink.example.java.clustering.KMeans.TuplePointConverter
 
TupleSerializer<T extends Tuple> - Class in org.apache.flink.api.java.typeutils.runtime
 
TupleSerializer(Class<T>, TypeSerializer<?>[]) - Constructor for class org.apache.flink.api.java.typeutils.runtime.TupleSerializer
 
tupleType(Class<T>) - Method in class org.apache.flink.api.java.io.CsvReader
Configures the reader to read the CSV data and parse it to the given type.
TupleTypeInfo<T extends Tuple> - Class in org.apache.flink.api.java.typeutils
 
TupleTypeInfo(TypeInformation<?>...) - Constructor for class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
TupleTypeInfo(Class<T>, TypeInformation<?>...) - Constructor for class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
TupleUnwrappingIterator<T,K> - Class in org.apache.flink.api.java.operators.translation
An iterator that reads 2-tuples (key value pairs) and returns only the values (second field).
TupleUnwrappingIterator() - Constructor for class org.apache.flink.api.java.operators.translation.TupleUnwrappingIterator
 
TupleWrappingCollector<IN,K> - Class in org.apache.flink.api.java.operators.translation
Needed to wrap tuples to Tuple2 pairs for combine method of group reduce with key selector function
TupleWrappingCollector(TupleUnwrappingIterator<IN, K>) - Constructor for class org.apache.flink.api.java.operators.translation.TupleWrappingCollector
 
TwoInputNode - Class in org.apache.flink.compiler.dag
A node in the optimizer plan that represents a PACT with a two different inputs, such as MATCH or CROSS.
TwoInputNode(DualInputOperator<?, ?, ?, ?>) - Constructor for class org.apache.flink.compiler.dag.TwoInputNode
Creates a new node with a single input for the optimizer plan.
TwoInputOperator<IN1,IN2,OUT,O extends TwoInputOperator<IN1,IN2,OUT,O>> - Class in org.apache.flink.api.java.operators
Base class for operations that operates on two input data sets.
TwoInputOperator(DataSet<IN1>, DataSet<IN2>, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.java.operators.TwoInputOperator
 
TwoInputUdfOperator<IN1,IN2,OUT,O extends TwoInputUdfOperator<IN1,IN2,OUT,O>> - Class in org.apache.flink.api.java.operators
The TwoInputUdfOperator is the base class of all binary operators that execute user-defined functions (UDFs).
TwoInputUdfOperator(DataSet<IN1>, DataSet<IN2>, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.java.operators.TwoInputUdfOperator
Creates a new operators with the two given data sets as inputs.
TypeComparator<T> - Class in org.apache.flink.api.common.typeutils
This interface describes the methods that are required for a data type to be handled by the pact runtime.
TypeComparator() - Constructor for class org.apache.flink.api.common.typeutils.TypeComparator
 
TypeComparatorFactory<T> - Interface in org.apache.flink.api.common.typeutils
 
TypeExtractor - Class in org.apache.flink.api.java.typeutils
 
TypeInfoParser - Class in org.apache.flink.api.java.typeutils
 
TypeInfoParser() - Constructor for class org.apache.flink.api.java.typeutils.TypeInfoParser
 
TypeInformation<T> - Class in org.apache.flink.types
 
TypeInformation() - Constructor for class org.apache.flink.types.TypeInformation
 
TypePairComparator<T1,T2> - Class in org.apache.flink.api.common.typeutils
This interface defines the method required by the runtime to use data types in join-like operations.
TypePairComparator() - Constructor for class org.apache.flink.api.common.typeutils.TypePairComparator
 
TypePairComparatorFactory<T1,T2> - Interface in org.apache.flink.api.common.typeutils
 
types - Variable in class org.apache.flink.api.common.operators.Ordering
 
types(Class<T0>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>, Class<T23>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>, Class<T23>, Class<T24>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>, Class<T23>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>, Class<T23>, Class<T24>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>, Class<T23>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>, Class<T23>, Class<T24>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>, Class<T23>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>, Class<T23>, Class<T24>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
TypeSerializer<T> - Class in org.apache.flink.api.common.typeutils
This interface describes the methods that are required for a data type to be handled by the pact runtime.
TypeSerializer() - Constructor for class org.apache.flink.api.common.typeutils.TypeSerializer
 
TypeSerializerFactory<T> - Interface in org.apache.flink.api.common.typeutils
 

U

UdfOperator<O extends UdfOperator<O>> - Interface in org.apache.flink.api.java.operators
This interface marks operators as operators that execute user-defined functions (UDFs), such as RichMapFunction, RichReduceFunction, or RichCoGroupFunction.
unary() - Static method in class org.apache.flink.api.java.record.operators.OperatorInfoHelper
 
UnaryOperatorInformation<IN,OUT> - Class in org.apache.flink.api.common.operators
A class for holding information about a single input operator, such as input/output TypeInformation.
UnaryOperatorInformation(TypeInformation<IN>, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.common.operators.UnaryOperatorInformation
 
UnaryOperatorNode - Class in org.apache.flink.compiler.dag
 
UnaryOperatorNode(String, FieldSet, OperatorDescriptorSingle...) - Constructor for class org.apache.flink.compiler.dag.UnaryOperatorNode
 
UnaryOperatorNode(String, FieldSet, List<OperatorDescriptorSingle>) - Constructor for class org.apache.flink.compiler.dag.UnaryOperatorNode
 
uncaughtException(Thread, Throwable) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
 
uncaughtException(Thread, Throwable) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
 
UnclosedBranchDescriptor(OptimizerNode, long) - Constructor for class org.apache.flink.compiler.dag.OptimizerNode.UnclosedBranchDescriptor
 
UndirectEdge() - Constructor for class org.apache.flink.example.java.graph.ConnectedComponents.UndirectEdge
 
UniformDoubleDistribution - Class in org.apache.flink.api.common.distributions
 
UniformDoubleDistribution() - Constructor for class org.apache.flink.api.common.distributions.UniformDoubleDistribution
 
UniformDoubleDistribution(double, double) - Constructor for class org.apache.flink.api.common.distributions.UniformDoubleDistribution
 
UniformIntegerDistribution - Class in org.apache.flink.api.common.distributions
 
UniformIntegerDistribution() - Constructor for class org.apache.flink.api.common.distributions.UniformIntegerDistribution
 
UniformIntegerDistribution(int, int) - Constructor for class org.apache.flink.api.common.distributions.UniformIntegerDistribution
 
UnilateralSortMerger<E> - Class in org.apache.flink.runtime.operators.sort
The UnilateralSortMerger is a full fledged sorter.
UnilateralSortMerger(MemoryManager, IOManager, MutableObjectIterator<E>, AbstractInvokable, TypeSerializerFactory<E>, TypeComparator<E>, double, int, float) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Creates a new sorter that reads the data from a given reader and provides an iterator returning that data in a sorted manner.
UnilateralSortMerger(MemoryManager, IOManager, MutableObjectIterator<E>, AbstractInvokable, TypeSerializerFactory<E>, TypeComparator<E>, double, int, int, float) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Creates a new sorter that reads the data from a given reader and provides an iterator returning that data in a sorted manner.
UnilateralSortMerger(MemoryManager, IOManager, MutableObjectIterator<E>, AbstractInvokable, TypeSerializerFactory<E>, TypeComparator<E>, double, int, int, float, boolean) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Internal constructor and constructor for subclasses that want to circumvent the spilling.
UnilateralSortMerger.ChannelWithBlockCount - Class in org.apache.flink.runtime.operators.sort
 
UnilateralSortMerger.CircularElement<E> - Class in org.apache.flink.runtime.operators.sort
Class representing buffers that circulate between the reading, sorting and spilling thread.
UnilateralSortMerger.CircularQueues<E> - Class in org.apache.flink.runtime.operators.sort
Collection of queues that are used for the communication between the threads.
UnilateralSortMerger.InputDataCollector<E> - Class in org.apache.flink.runtime.operators.sort
 
UnilateralSortMerger.ReadingThread<E> - Class in org.apache.flink.runtime.operators.sort
The thread that consumes the input data and puts it into a buffer that will be sorted.
UnilateralSortMerger.SortingThread<E> - Class in org.apache.flink.runtime.operators.sort
The thread that sorts filled buffers.
UnilateralSortMerger.SpillingThread - Class in org.apache.flink.runtime.operators.sort
The thread that handles the spilling of intermediate results and sets up the merging.
UnilateralSortMerger.ThreadBase<E> - Class in org.apache.flink.runtime.operators.sort
Base class for all working threads in this sort-merger.
Union<T> - Class in org.apache.flink.api.common.operators
This operator represents a Union between two inputs.
Union(BinaryOperatorInformation<T, T, T>) - Constructor for class org.apache.flink.api.common.operators.Union
Creates a new Union operator.
Union(Operator<T>, Operator<T>) - Constructor for class org.apache.flink.api.common.operators.Union
 
union(DataSet<T>) - Method in class org.apache.flink.api.java.DataSet
Creates a union of this DataSet with an other DataSet.
unionFields(Record) - Method in class org.apache.flink.types.Record
Unions the other record's fields with this records fields.
UnionOperator<T> - Class in org.apache.flink.api.java.operators
Java API operator for union of two data sets
UnionOperator(DataSet<T>, DataSet<T>) - Constructor for class org.apache.flink.api.java.operators.UnionOperator
Create an operator that produces the union of the two given data sets.
UnionRecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
 
UnionRecordReader(MutableRecordReader<T>[], Class<T>) - Constructor for class org.apache.flink.runtime.io.network.api.UnionRecordReader
 
uniqueFields - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
UNKNOWN - Static variable in class org.apache.flink.compiler.costs.Costs
 
UnmodifiableIterator<T> - Class in org.apache.flink.runtime.util
An auxiliary implementation of an iterator which protects the underlying collection from being modified.
UnmodifiableIterator(Iterator<T>) - Constructor for class org.apache.flink.runtime.util.UnmodifiableIterator
Constructs a new unmodifiable iterator.
unregister(JobID) - Static method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Unregisters a job ID and releases the resources associated with it.
unregister(ExecutionVertexID, Task) - Method in class org.apache.flink.runtime.io.network.ChannelManager
Unregisters the given task from the channel manager.
unregisterAggregator(String) - Method in class org.apache.flink.api.common.aggregators.AggregatorRegistry
 
unregisterChannelToBeRemovedAtShudown(Channel.ID) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Removes a channel from the list of channels that are to be removed at shutdown.
unregisterExecutionListener(ExecutionListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Unregisters the ExecutionListener object for this vertex.
unregisterExecutionListener(ExecutionVertexID) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
unregisterExecutionListener(ExecutionVertexID) - Method in interface org.apache.flink.runtime.profiling.TaskManagerProfiler
Unregisters all previously register ExecutionListener objects for the vertex identified by the given ID.
unregisterExecutionListener(ExecutionListener) - Method in class org.apache.flink.runtime.taskmanager.Task
Unregisters the ExecutionListener object for this environment.
unregisterExecutionStageListener(ExecutionStageListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Unregisters the given ExecutionStageListener object.
unregisterFromProfilingData(JobID, ProfilingListener) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
unregisterFromProfilingData(JobID, ProfilingListener) - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
Unregisters the given ProfilingListener object from receiving profiling data issued by the job manager's profiling component.
unregisterGroupVertex(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.DefaultInputSplitAssigner
 
unregisterGroupVertex(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.file.FileInputSplitAssigner
 
unregisterGroupVertex(ExecutionGroupVertex) - Method in interface org.apache.flink.runtime.jobmanager.splitassigner.InputSplitAssigner
Unregisters an input vertex from the input split assigner.
unregisterGroupVertex(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.LocatableInputSplitAssigner
 
unregisterJob(ExecutionGraph) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.InputSplitManager
Unregisters the given job represented by its ExecutionGraph with the input split manager.
unregisterJobStatusListener(JobStatusListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Unregisters the given JobStatusListener object.
unregisterMainThreadFromCPUProfiling(Environment, Thread) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
unregisterMemoryManager(MemoryManager) - Method in class org.apache.flink.runtime.taskmanager.Task
Unregisters the task from the central memory manager.
unregisterOpenChannelToBeRemovedAtShudown(BlockChannelAccess<?, ?>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Removes a channel reader/writer from the list of channels that are to be removed at shutdown.
unregisterProfiler(TaskManagerProfiler) - Method in class org.apache.flink.runtime.taskmanager.Task
Unregisters the task from the task manager profiler.
unregisterProfilingJob(ExecutionGraph) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
unregisterProfilingJob(ExecutionGraph) - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
Unregisters the given ExecutionGraph from profiling.
unregisterUserThreadFromCPUProfiling(Environment, Thread) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
unregisterVertexAssignmentListener(VertexAssignmentListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Unregisters the VertexAssignmentListener object for this vertex.
UNSAFE - Static variable in class org.apache.flink.core.memory.MemoryUtils
The "unsafe", which can be used to perform native memory accesses.
UnsafeMemorySegment - Class in org.apache.flink.runtime.memorymanager
This class represents a piece of memory allocated from the memory manager.
UnsafeMemorySegment(byte[]) - Constructor for class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Creates a new memory segment of given size with the provided views.
UnsortedGrouping<T> - Class in org.apache.flink.api.java.operators
 
UnsortedGrouping(DataSet<T>, Keys<T>) - Constructor for class org.apache.flink.api.java.operators.UnsortedGrouping
 
unsplittable - Variable in class org.apache.flink.api.common.io.FileInputFormat
Some file input formats are not splittable on a block level (avro, deflate) Therefore, the FileInputFormat can only read whole files.
unsubscribeFromEvent(EventListener, Class<? extends AbstractEvent>) - Method in class org.apache.flink.runtime.event.task.EventNotificationManager
Removes a subscription of an EventListener object for the given event type.
unsubscribeFromEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
Removes the subscription for events of the given type for the listener object.
unsubscribeFromEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
unsubscribeFromEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
Removes the subscription for events of the given type for the listener object.
unsubscribeFromEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
UnsupportedAggregationTypeException - Exception in org.apache.flink.api.java.aggregation
 
UnsupportedAggregationTypeException(String) - Constructor for exception org.apache.flink.api.java.aggregation.UnsupportedAggregationTypeException
 
UnsupportedLambdaExpressionException - Exception in org.apache.flink.api.java.functions
 
UnsupportedLambdaExpressionException() - Constructor for exception org.apache.flink.api.java.functions.UnsupportedLambdaExpressionException
 
unwrapRemoteException(Class<?>...) - Method in exception org.apache.flink.runtime.ipc.RemoteException
If this remote exception wraps up one of the lookupTypes then return this exception.
unwrapRemoteException() - Method in exception org.apache.flink.runtime.ipc.RemoteException
Instantiate and return the exception wrapped up by this remote exception.
Update() - Constructor for class org.apache.flink.example.java.ml.LinearRegression.Update
 
UpdateAccumulator() - Constructor for class org.apache.flink.example.java.ml.LinearRegression.UpdateAccumulator
 
updateBinaryRepresenation() - Method in class org.apache.flink.types.Record
Updates the binary representation of the data, such that it reflects the state of the currently stored fields.
updateExecutionState(ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.ExecutionPipeline
Updates the execution state for all vertices included in this pipeline.
updateExecutionState(ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Updates the vertex's current execution state.
updateExecutionState(ExecutionState, String) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Updates the vertex's current execution state.
updateExecutionStateAsynchronously(ExecutionState, String) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Updates the vertex's current execution state through the job's executor service.
updateExecutionStateAsynchronously(ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Updates the vertex's current execution state through the job's executor service.
updateGlobalAggregatesAndReset(String[], Value[]) - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
 
updateJobStatus(InternalJobStatus, String) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Updates the job status to given status and triggers the execution of the JobStatusListener objects.
updateLibraryCache(LibraryCacheUpdate) - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
Updates the task manager's library cache.
updateLibraryCache(LibraryCacheUpdate) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
updateMatch(BT) - Method in class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
 
updateMatch(T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable.HashTableProber
 
updatePropertiesWithUniqueSets(Set<FieldSet>) - Method in class org.apache.flink.compiler.plan.PlanNode
 
updateTaskExecutionState(TaskExecutionState) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
updateTaskExecutionState(TaskExecutionState) - Method in interface org.apache.flink.runtime.protocols.JobManagerProtocol
Reports an update of a task's execution state to the job manager.
updateVertex(Long, Long, MessageIterator<Long>) - Method in class org.apache.flink.spargel.java.examples.SpargelConnectedComponents.CCUpdater
 
updateVertex(Long, Double, MessageIterator<Double>) - Method in class org.apache.flink.spargel.java.examples.SpargelPageRank.VertexRankUpdater
 
updateVertex(Long, Double, MessageIterator<Double>) - Method in class org.apache.flink.spargel.java.examples.SpargelPageRankCountingVertices.VertexRankUpdater
 
updateVertex(VertexKey, VertexValue, MessageIterator<Message>) - Method in class org.apache.flink.spargel.java.record.VertexUpdateFunction
 
updateVertex(VertexKey, VertexValue, MessageIterator<Message>) - Method in class org.apache.flink.spargel.java.VertexUpdateFunction
This method is invoked once per vertex per superstep.
URL_KEY - Variable in class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
 
URL_KEY - Static variable in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
 
User - Class in org.apache.flink.api.java.record.io.avro.example
 
User() - Constructor for class org.apache.flink.api.java.record.io.avro.example.User
Default constructor.
User(CharSequence, Integer, CharSequence) - Constructor for class org.apache.flink.api.java.record.io.avro.example.User
All-args constructor.
User.Builder - Class in org.apache.flink.api.java.record.io.avro.example
RecordBuilder for User instances.
userCodeClassLoader - Variable in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
userCodeClassLoader - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The class loader used to instantiate user code and user data types.
UserCodeClassWrapper<T> - Class in org.apache.flink.api.common.operators.util
This holds a class containing user defined code.
UserCodeClassWrapper(Class<? extends T>) - Constructor for class org.apache.flink.api.common.operators.util.UserCodeClassWrapper
 
UserCodeObjectWrapper<T> - Class in org.apache.flink.api.common.operators.util
This holds an actual object containing user defined code.
UserCodeObjectWrapper(T) - Constructor for class org.apache.flink.api.common.operators.util.UserCodeObjectWrapper
 
UserCodeWrapper<T> - Interface in org.apache.flink.api.common.operators.util
PACT contracts can have either a class or an object containing the user code, this is the common interface to access them.
userEventTriggered(ChannelHandlerContext, Object) - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
userFunction - Variable in class org.apache.flink.api.common.operators.AbstractUdfOperator
The object or class containing the user function.
UserGeneratingInputFormat() - Constructor for class org.apache.flink.api.java.record.io.avro.example.ReflectiveAvroTypeExample.UserGeneratingInputFormat
 
USERNAME_KEY - Variable in class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
 
USERNAME_KEY - Static variable in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
 
userThreadFinished(Thread) - Method in interface org.apache.flink.runtime.execution.Environment
Sends a notification that a user thread has finished to the execution observer.
userThreadFinished(JobID, ExecutionVertexID, Thread) - Method in interface org.apache.flink.runtime.execution.ExecutionListener
Called when a thread spawn by a user task has finished.
userThreadFinished(Thread) - Method in interface org.apache.flink.runtime.execution.ExecutionObserver
Called when a thread spawn by a user task has finished.
userThreadFinished(Thread) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
userThreadFinished(JobID, ExecutionVertexID, Thread) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
userThreadFinished(Thread) - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
This method should be called by the user code if a custom user thread has finished.
userThreadFinished(JobID, ExecutionVertexID, Thread) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultExecutionListener
 
userThreadFinished(JobID, ExecutionVertexID, Thread) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentListenerImpl
 
userThreadFinished(Thread) - Method in class org.apache.flink.runtime.taskmanager.Task
 
userThreadStarted(Thread) - Method in interface org.apache.flink.runtime.execution.Environment
Sends a notification that objects that a new user thread has been started to the execution observer.
userThreadStarted(JobID, ExecutionVertexID, Thread) - Method in interface org.apache.flink.runtime.execution.ExecutionListener
Called when the user task has started a new thread.
userThreadStarted(Thread) - Method in interface org.apache.flink.runtime.execution.ExecutionObserver
Called when the user task has started a new thread.
userThreadStarted(Thread) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
userThreadStarted(JobID, ExecutionVertexID, Thread) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
userThreadStarted(Thread) - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
This method should be called by the user code if a custom user thread has been started.
userThreadStarted(JobID, ExecutionVertexID, Thread) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultExecutionListener
 
userThreadStarted(JobID, ExecutionVertexID, Thread) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentListenerImpl
 
userThreadStarted(Thread) - Method in class org.apache.flink.runtime.taskmanager.Task
 
usesConvergenceCriterion() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
utf8Length(String) - Static method in class org.apache.flink.core.io.StringRecord
For the given string, returns the number of UTF-8 bytes required to encode the string.
Utils - Class in org.apache.flink.compiler.util
 
UtilSinkJoinOpDescriptor - Class in org.apache.flink.compiler.operators
 
UtilSinkJoinOpDescriptor() - Constructor for class org.apache.flink.compiler.operators.UtilSinkJoinOpDescriptor
 

V

V1 - Static variable in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.Edge
 
V1 - Static variable in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
V1 - Static variable in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.Triad
 
V2 - Static variable in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.Edge
 
V2 - Static variable in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
V2 - Static variable in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.Triad
 
V3 - Static variable in class org.apache.flink.example.java.graph.util.EnumTrianglesDataTypes.Triad
 
Validatable - Interface in org.apache.flink.compiler.contextcheck
Operators implementing this interface will be called from the ContextChecker during the compilation process.
validate() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
validateUTF8(byte[]) - Static method in class org.apache.flink.core.io.StringRecord
Check if a byte array contains valid utf-8
validateUTF8(byte[], int, int) - Static method in class org.apache.flink.core.io.StringRecord
Check to see if a byte array is valid utf-8
value() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableWrapper
 
value - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
Value - Interface in org.apache.flink.types
Basic value interface for types that act as serializable values.
ValueComparator<T extends Value & Comparable<T>> - Class in org.apache.flink.api.java.typeutils.runtime
Comparator for all Value types that extend Key
ValueComparator(boolean, Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
valueOf(String) - Static method in enum org.apache.flink.api.common.io.FileOutputFormat.OutputDirectoryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.api.common.operators.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.api.java.aggregation.Aggregations
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.api.java.operators.JoinOperator.JoinHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.compiler.dag.TempMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.compiler.dataproperties.PartitioningProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.compiler.plan.PlanNode.FeedbackPropertiesMeetRequirementsReport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.compiler.plan.PlanNode.SourceAndDamReport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.core.fs.FileSystem.WriteMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.client.AbstractJobResult.ReturnCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.execution.ExecutionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.executiongraph.InternalJobStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.ExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.bufferprovider.BufferProvider.BufferAvailabilityRegistration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.channels.ChannelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.gates.InputChannelResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.serialization.RecordDeserializer.DeserializationResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.serialization.RecordSerializer.SerializationResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.jobgraph.DistributionPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.jobgraph.JobStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.operators.DamBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.operators.DriverStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.operators.shipping.ShipStrategyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.operators.util.LocalStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.taskmanager.AbstractTaskResult.ReturnCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.taskmanager.transferenvelope.RegisterTaskManagerResult.ReturnCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.types.parser.FieldParser.ParseErrorState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.util.OperatingSystem
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.flink.api.common.io.FileOutputFormat.OutputDirectoryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.api.common.operators.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.api.java.aggregation.Aggregations
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.api.java.operators.JoinOperator.JoinHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.compiler.dag.TempMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.compiler.dataproperties.PartitioningProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.compiler.plan.PlanNode.FeedbackPropertiesMeetRequirementsReport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.compiler.plan.PlanNode.SourceAndDamReport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.core.fs.FileSystem.WriteMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.client.AbstractJobResult.ReturnCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.execution.ExecutionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.executiongraph.InternalJobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.io.network.bufferprovider.BufferProvider.BufferAvailabilityRegistration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.io.network.channels.ChannelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.io.network.gates.InputChannelResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.io.network.serialization.RecordDeserializer.DeserializationResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.io.network.serialization.RecordSerializer.SerializationResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.jobgraph.DistributionPattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.jobgraph.JobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.operators.DamBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.operators.DriverStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.operators.shipping.ShipStrategyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.operators.util.LocalStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.taskmanager.AbstractTaskResult.ReturnCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.taskmanager.transferenvelope.RegisterTaskManagerResult.ReturnCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.flink.types.MapValue
 
values() - Static method in enum org.apache.flink.types.parser.FieldParser.ParseErrorState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.util.OperatingSystem
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSerializer<T extends Value> - Class in org.apache.flink.api.java.typeutils.runtime
Serializer for Value types.
ValueSerializer(Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
ValueTypeInfo<T extends Value> - Class in org.apache.flink.api.java.typeutils
 
ValueTypeInfo(Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
ValueUtil - Class in org.apache.flink.types
convert the java.lang type into a value type
ValueUtil() - Constructor for class org.apache.flink.types.ValueUtil
 
VectorAccumulator() - Constructor for class org.apache.flink.example.java.relational.EmptyFieldsCountAccumulator.VectorAccumulator
 
verifyEmpty() - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
verifyEmpty() - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Checks if the memory manager all memory available and the descriptors of the free segments describe a contiguous memory layout.
verifyEndOfSuperstepState() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
VersionedProtocol - Interface in org.apache.flink.core.protocols
Abstract base class for all protocols which use Nephele's IPC subsystem.
vertexAssignmentChanged(ExecutionVertexID, AllocatedResource) - Method in interface org.apache.flink.runtime.executiongraph.VertexAssignmentListener
Called when an ExecutionVertex has been assigned to an AllocatedResource.
VertexAssignmentEvent - Class in org.apache.flink.runtime.event.job
A VertexAssignmentEvent can be used to notify other objects about changes in the assignment of vertices to instances.
VertexAssignmentEvent(long, ManagementVertexID, String) - Constructor for class org.apache.flink.runtime.event.job.VertexAssignmentEvent
Constructs a new event.
VertexAssignmentEvent() - Constructor for class org.apache.flink.runtime.event.job.VertexAssignmentEvent
Constructor for serialization/deserialization.
VertexAssignmentListener - Interface in org.apache.flink.runtime.executiongraph
Classes implementing the VertexAssignmentListener interface can register for notifications about changes in the assignment of an ExecutionVertex to an AllocatedResource.
VertexCentricIteration<VertexKey extends Comparable<VertexKey>,VertexValue,Message,EdgeValue> - Class in org.apache.flink.spargel.java
This class represents iterative graph computations, programmed in a vertex-centric perspective.
VertexEvent - Class in org.apache.flink.runtime.event.job
Vertex events are transmitted from the job manager to the job client in order to inform the user about changes in terms of a tasks execution state.
VertexEvent(long, JobVertexID, String, int, int, ExecutionState, String) - Constructor for class org.apache.flink.runtime.event.job.VertexEvent
Constructs a new vertex event object.
VertexEvent() - Constructor for class org.apache.flink.runtime.event.job.VertexEvent
Constructs a new vertex event object.
VertexProfilingEvent - Class in org.apache.flink.runtime.profiling.types
This interface is a base interface for profiling data which pertains to the execution of tasks.
VertexProfilingEvent(ManagementVertexID, int, JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
VertexProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
VertexRankUpdater(long, double) - Constructor for class org.apache.flink.spargel.java.examples.SpargelPageRank.VertexRankUpdater
 
VertexRankUpdater(double) - Constructor for class org.apache.flink.spargel.java.examples.SpargelPageRankCountingVertices.VertexRankUpdater
 
VertexUpdateDriver() - Constructor for class org.apache.flink.spargel.java.record.SpargelIteration.VertexUpdateDriver
 
VertexUpdateFunction<VertexKey extends Key<VertexKey>,VertexValue extends Value,Message extends Value> - Class in org.apache.flink.spargel.java.record
The vertex key type.
VertexUpdateFunction() - Constructor for class org.apache.flink.spargel.java.record.VertexUpdateFunction
 
VertexUpdateFunction<VertexKey extends Comparable<VertexKey>,VertexValue,Message> - Class in org.apache.flink.spargel.java
This class must be extended by functions that compute the state of the vertex depending on the old state and the incoming messages.
VertexUpdateFunction() - Constructor for class org.apache.flink.spargel.java.VertexUpdateFunction
 
vertices - Variable in class org.apache.flink.compiler.deadlockdetect.DeadlockGraph
 
vertices() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockGraph
 
VERTICES - Static variable in class org.apache.flink.test.testdata.PageRankData
 
Visitable<T extends Visitable<T>> - Interface in org.apache.flink.util
This interface marks types as visitable during a traversal.
Visitor<T extends Visitable<T>> - Interface in org.apache.flink.util
A visitor encapsulates functionality that is applied to each node in the process of a traversal of a tree or DAD.

W

waitForAnyChannelToBecomeAvailable() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
This method returns the index of a channel which has at least one record available.
waitForChannelToBeClosed() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
waitForCompletion() - Method in class org.apache.flink.api.common.io.FileInputFormat.InputSplitOpenThread
 
waitForFirstBlock() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
 
waitForGateToBeClosed() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
waitForOtherWorkers() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
wait on the barrier
waitForProcessToFinish() - Method in class org.apache.flink.api.java.record.io.ExternalProcessInputFormat
 
waitForProxy(Class<? extends VersionedProtocol>, InetSocketAddress) - Static method in class org.apache.flink.runtime.ipc.RPC
 
waitForReadable() - Method in class org.apache.flink.runtime.net.SocketInputStream
waits for the underlying channel to be ready for reading.
waitForSolutionSetUpdate() - Method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrier
Waits (blocking) on barrier.
waitForWritable() - Method in class org.apache.flink.runtime.net.SocketOutputStream
waits for the underlying channel to be ready for writing.
WEB_ACCESS_FILE_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the port to the htaccess file protecting the web client.
WEB_FRONTEND_PORT_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining port for the pact web-frontend server.
WEB_JOB_UPLOAD_DIR_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the directory that programs are uploaded to.
WEB_PLAN_DUMP_DIR_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the directory that JSON plan dumps are written to.
WEB_ROOT_PATH_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the directory containing the web documents.
WEB_TMP_DIR_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the temporary data directory for the web client.
WebFrontend - Class in org.apache.flink.client
Main entry point for the web frontend.
WebFrontend() - Constructor for class org.apache.flink.client.WebFrontend
 
WebInfoServer - Class in org.apache.flink.runtime.jobmanager.web
This class sets up a web-server that contains a web frontend to display information about running jobs.
WebInfoServer(Configuration, int, JobManager) - Constructor for class org.apache.flink.runtime.jobmanager.web.WebInfoServer
Creates a new web info server.
WebInterfaceServer - Class in org.apache.flink.client.web
This class sets up the web-server that serves the web frontend.
WebInterfaceServer(Configuration, int) - Constructor for class org.apache.flink.client.web.WebInterfaceServer
Creates a new web interface server.
WebLogAnalysis - Class in org.apache.flink.example.java.relational
This program processes web logs and relational data.
WebLogAnalysis() - Constructor for class org.apache.flink.example.java.relational.WebLogAnalysis
 
WebLogAnalysis.AntiJoinVisits - Class in org.apache.flink.example.java.relational
CoGroupFunction that realizes an anti-join.
WebLogAnalysis.FilterByRank - Class in org.apache.flink.example.java.relational
MapFunction that filters for records where the rank exceeds a certain threshold.
WebLogAnalysis.FilterDocByKeyWords - Class in org.apache.flink.example.java.relational
MapFunction that filters for documents that contain a certain set of keywords.
WebLogAnalysis.FilterVisitsByDate - Class in org.apache.flink.example.java.relational
MapFunction that filters for records of the visits relation where the year (from the date string) is equal to a certain value.
WebLogData - Class in org.apache.flink.example.java.relational.util
Provides the default data sets used for the Weblog Analysis example program.
WebLogData() - Constructor for class org.apache.flink.example.java.relational.util.WebLogData
 
WebLogDataGenerator - Class in org.apache.flink.example.java.relational.util
Data generator for the WebLogAnalysis example program.
WebLogDataGenerator() - Constructor for class org.apache.flink.example.java.relational.util.WebLogDataGenerator
 
where(int...) - Method in class org.apache.flink.api.java.operators.CoGroupOperator.CoGroupOperatorSets
Continues a CoGroup transformation.
where(KeySelector<I1, K>) - Method in class org.apache.flink.api.java.operators.CoGroupOperator.CoGroupOperatorSets
Continues a CoGroup transformation and defines a KeySelector function for the first co-grouped DataSet.
The KeySelector function is called for each element of the first DataSet and extracts a single key value on which the DataSet is grouped.
where(int...) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinOperatorSets
Continues a Join transformation.
where(KeySelector<I1, K>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinOperatorSets
Continues a Join transformation and defines a KeySelector function for the first join DataSet.
The KeySelector function is called for each element of the first DataSet and extracts a single key value on which the DataSet is joined.
WhitespaceTokenizer() - Constructor for class org.apache.flink.util.SimpleStringUtils.WhitespaceTokenizer
Creates a new tokenizer with an undefined internal state.
with(CoGroupFunction<I1, I2, R>) - Method in class org.apache.flink.api.java.operators.CoGroupOperator.CoGroupOperatorSets.CoGroupOperatorSetsPredicate.CoGroupOperatorWithoutFunction
Finalizes a CoGroup transformation by applying a RichCoGroupFunction to groups of elements with identical keys.
Each CoGroupFunction call returns an arbitrary number of keys.
with(CrossFunction<I1, I2, R>) - Method in class org.apache.flink.api.java.operators.CrossOperator.DefaultCross
Finalizes a Cross transformation by applying a CrossFunction to each pair of crossed elements.
Each CrossFunction call returns exactly one element.
with(FlatJoinFunction<I1, I2, R>) - Method in class org.apache.flink.api.java.operators.JoinOperator.DefaultJoin
Finalizes a Join transformation by applying a RichFlatJoinFunction to each pair of joined elements.
Each JoinFunction call returns exactly one element.
with(JoinFunction<I1, I2, R>) - Method in class org.apache.flink.api.java.operators.JoinOperator.DefaultJoin
 
withBroadcastSet(DataSet<?>, String) - Method in class org.apache.flink.api.java.operators.SingleInputUdfOperator
 
withBroadcastSet(DataSet<?>, String) - Method in class org.apache.flink.api.java.operators.TwoInputUdfOperator
 
withBroadcastSet(DataSet<?>, String) - Method in interface org.apache.flink.api.java.operators.UdfOperator
Adds a certain data set as a broadcast set to this operator.
withConstantSet(String...) - Method in class org.apache.flink.api.java.operators.SingleInputUdfOperator
Adds a constant-set annotation for the UDF.
withConstantSetFirst(String...) - Method in class org.apache.flink.api.java.operators.JoinOperator.ProjectJoin
 
withConstantSetFirst(String...) - Method in class org.apache.flink.api.java.operators.TwoInputUdfOperator
Adds a constant-set annotation for the first input of the UDF.
withConstantSetSecond(String...) - Method in class org.apache.flink.api.java.operators.JoinOperator.ProjectJoin
 
withConstantSetSecond(String...) - Method in class org.apache.flink.api.java.operators.TwoInputUdfOperator
Adds a constant-set annotation for the second input of the UDF.
withParameters(Configuration) - Method in class org.apache.flink.api.java.operators.SingleInputUdfOperator
 
withParameters(Configuration) - Method in class org.apache.flink.api.java.operators.TwoInputUdfOperator
 
withParameters(Configuration) - Method in interface org.apache.flink.api.java.operators.UdfOperator
Sets the configuration parameters for the UDF.
withPlainEdges(DataSet<Tuple2<VertexKey, VertexKey>>, VertexUpdateFunction<VertexKey, VertexValue, Message>, MessagingFunction<VertexKey, VertexValue, Message, ?>, int) - Static method in class org.apache.flink.spargel.java.VertexCentricIteration
Creates a new vertex-centric iteration operator for graphs where the edges are not associated with a value.
withStatsCompiler - Variable in class org.apache.flink.test.compiler.util.CompilerTestBase
 
withValuedEdges(DataSet<Tuple3<VertexKey, VertexKey, EdgeValue>>, VertexUpdateFunction<VertexKey, VertexValue, Message>, MessagingFunction<VertexKey, VertexValue, Message, EdgeValue>, int) - Static method in class org.apache.flink.spargel.java.VertexCentricIteration
Creates a new vertex-centric iteration operator for graphs where the edges are associated with a value (such as a weight or distance).
WordCount - Class in org.apache.flink.example.java.wordcount
Implements the "WordCount" program that computes a simple word occurrence histogram over text files.
WordCount() - Constructor for class org.apache.flink.example.java.wordcount.WordCount
 
WordCount - Class in org.apache.flink.hadoopcompatibility.mapred.example
Implements a word count which takes the input file and counts the number of occurrences of each word in the file and writes the result back to disk.
WordCount() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.example.WordCount
 
WordCount - Class in org.apache.flink.hadoopcompatibility.mapred.record.example
Implements a word count which takes the input file and counts the number of the occurrences of each word in the file.
WordCount() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCount
 
WordCount - Class in org.apache.flink.hadoopcompatibility.mapreduce.example
Implements a word count which takes the input file and counts the number of occurrences of each word in the file and writes the result back to disk.
WordCount() - Constructor for class org.apache.flink.hadoopcompatibility.mapreduce.example.WordCount
 
WordCount.CountWords - Class in org.apache.flink.hadoopcompatibility.mapred.record.example
Sums up the counts for a certain given key.
WordCount.HadoopDatatypeMapper - Class in org.apache.flink.hadoopcompatibility.mapred.example
Converts Java data types to Hadoop Writables.
WordCount.HadoopDatatypeMapper - Class in org.apache.flink.hadoopcompatibility.mapreduce.example
Converts Java data types to Hadoop Writables.
WordCount.TokenizeLine - Class in org.apache.flink.hadoopcompatibility.mapred.record.example
Converts a Record containing one string in to multiple string/integer pairs.
WordCount.Tokenizer - Class in org.apache.flink.example.java.wordcount
Implements the string tokenizer that splits sentences into words as a user-defined FlatMapFunction.
WordCount.Tokenizer - Class in org.apache.flink.hadoopcompatibility.mapred.example
Splits a line into words and converts Hadoop Writables into normal Java data types.
WordCount.Tokenizer - Class in org.apache.flink.hadoopcompatibility.mapreduce.example
Splits a line into words and converts Hadoop Writables into normal Java data types.
WordCountData - Class in org.apache.flink.example.java.wordcount.util
Provides the default data sets used for the WordCount example program.
WordCountData() - Constructor for class org.apache.flink.example.java.wordcount.util.WordCountData
 
WordCountData - Class in org.apache.flink.test.testdata
 
WordCountWithOutputFormat - Class in org.apache.flink.hadoopcompatibility.mapred.record.example
Implements a word count which takes the input file and counts the number of the occurrences of each word in the file.
WordCountWithOutputFormat() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat
 
WordCountWithOutputFormat.CountWords - Class in org.apache.flink.hadoopcompatibility.mapred.record.example
Sums up the counts for a certain given key.
WordCountWithOutputFormat.TokenizeLine - Class in org.apache.flink.hadoopcompatibility.mapred.record.example
Converts a Record containing one string in to multiple string/integer pairs.
WorkerDoneEvent - Class in org.apache.flink.runtime.iterative.event
 
WorkerDoneEvent() - Constructor for class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
 
WorkerDoneEvent(int, String, Value) - Constructor for class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
 
WorkerDoneEvent(int, Map<String, Aggregator<?>>) - Constructor for class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
 
worksetAggregator - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
worksetBackChannel - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
WorksetEmptyConvergenceCriterion - Class in org.apache.flink.runtime.iterative.convergence
A workset iteration is by definition converged if no records have been updated in the solutionset
WorksetEmptyConvergenceCriterion() - Constructor for class org.apache.flink.runtime.iterative.convergence.WorksetEmptyConvergenceCriterion
 
WorksetIterationNode - Class in org.apache.flink.compiler.dag
A node in the optimizer's program representation for a workset iteration.
WorksetIterationNode(DeltaIterationBase<?, ?>) - Constructor for class org.apache.flink.compiler.dag.WorksetIterationNode
Creates a new node with a single input for the optimizer plan.
WorksetIterationNode.SingleRootJoiner - Class in org.apache.flink.compiler.dag
 
WorksetIterationPlanNode - Class in org.apache.flink.compiler.plan
 
WorksetIterationPlanNode(WorksetIterationNode, String, Channel, Channel, SolutionSetPlanNode, WorksetPlanNode, PlanNode, PlanNode) - Constructor for class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
WorksetNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of the partial solution that is input to a bulk iteration.
WorksetNode(DeltaIterationBase.WorksetPlaceHolder<?>, WorksetIterationNode) - Constructor for class org.apache.flink.compiler.dag.WorksetNode
 
WorksetPlaceHolder(DeltaIterationBase<?, WT>, OperatorInformation<WT>) - Constructor for class org.apache.flink.api.common.operators.base.DeltaIterationBase.WorksetPlaceHolder
 
WorksetPlaceHolder(DeltaIterationBase<?, Record>) - Constructor for class org.apache.flink.api.java.record.operators.DeltaIteration.WorksetPlaceHolder
 
WorksetPlanNode - Class in org.apache.flink.compiler.plan
Plan candidate node for partial solution of a bulk iteration.
WorksetPlanNode(WorksetNode, String, GlobalProperties, LocalProperties, Channel) - Constructor for class org.apache.flink.compiler.plan.WorksetPlanNode
 
WorksetUpdateOutputCollector<T> - Class in org.apache.flink.runtime.iterative.io
A Collector to update the iteration workset (partial solution for bulk iterations).
WorksetUpdateOutputCollector(DataOutputView, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
 
WorksetUpdateOutputCollector(DataOutputView, TypeSerializer<T>, Collector<T>) - Constructor for class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
 
wrap(int, int) - Method in class org.apache.flink.core.memory.MemorySegment
Wraps the chunk of the underlying memory located between offset and length in a NIO ByteBuffer.
wrap(int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
wrap(int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Wraps the chunk of the underlying memory located between offset and length in a NIO ByteBuffer.
wrap(int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Wraps the chunk of the underlying memory located between offset and length in a NIO ByteBuffer.
wrapAsByteBuffer() - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
wrappedFunction - Variable in class org.apache.flink.api.java.operators.translation.WrappingFunction
 
wrapper - Variable in class org.apache.flink.core.memory.MemorySegment
Wrapper for I/O requests.
wrapper - Variable in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
Wrapper for I/O requests.
wrapper - Variable in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Wrapper for I/O requests.
wrapper - Variable in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Wrapper for I/O requests.
WrappingClassCoGroupFunction(Class<? extends CoGroupFunction>) - Constructor for class org.apache.flink.api.java.record.operators.CoGroupOperator.WrappingClassCoGroupFunction
 
WrappingClassReduceFunction(Class<? extends ReduceFunction>) - Constructor for class org.apache.flink.api.java.record.operators.ReduceOperator.WrappingClassReduceFunction
 
WrappingCoGroupFunction(CoGroupFunction) - Constructor for class org.apache.flink.api.java.record.operators.CoGroupOperator.WrappingCoGroupFunction
 
WrappingFunction<T extends Function> - Class in org.apache.flink.api.java.operators.translation
 
WrappingFunction(T) - Constructor for class org.apache.flink.api.java.operators.translation.WrappingFunction
 
WrappingReduceFunction(ReduceFunction) - Constructor for class org.apache.flink.api.java.record.operators.ReduceOperator.WrappingReduceFunction
 
Writable - Interface in org.apache.hadoop.io
A serializable object which implements a simple, efficient, serialization protocol, based on DataInput and DataOutput.
WritableComparableWrapper<T extends org.apache.hadoop.io.WritableComparable<T>> - Class in org.apache.flink.hadoopcompatibility.mapred.record.datatypes
 
WritableComparableWrapper() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableComparableWrapper
 
WritableComparableWrapper(T) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableComparableWrapper
 
WritableComparator<T extends Writable & Comparable<T>> - Class in org.apache.flink.api.java.typeutils.runtime
 
WritableComparator(boolean, Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
WritableSerializer<T extends Writable> - Class in org.apache.flink.api.java.typeutils.runtime
 
WritableSerializer(Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
WritableTypeInfo<T extends Writable> - Class in org.apache.flink.api.java.typeutils
 
WritableTypeInfo(Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
WritableWrapper<T extends Writable> - Class in org.apache.flink.hadoopcompatibility.mapred.record.datatypes
 
WritableWrapper() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableWrapper
 
WritableWrapper(T) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableWrapper
 
WritableWrapperConverter<K extends org.apache.hadoop.io.WritableComparable,V extends Writable> - Class in org.apache.flink.hadoopcompatibility.mapred.record.datatypes
 
WritableWrapperConverter() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableWrapperConverter
 
write(DataOutputView) - Method in class org.apache.flink.api.avro.AvroBaseValue
 
write(DataOutputView) - Method in class org.apache.flink.api.common.accumulators.DoubleCounter
 
write(DataOutputView) - Method in class org.apache.flink.api.common.accumulators.Histogram
 
write(DataOutputView) - Method in class org.apache.flink.api.common.accumulators.IntCounter
 
write(DataOutputView) - Method in class org.apache.flink.api.common.accumulators.LongCounter
 
write(DataOutputView) - Method in class org.apache.flink.api.common.distributions.SimpleDistribution
 
write(DataOutputView) - Method in class org.apache.flink.api.common.distributions.SimpleIntegerDistribution
 
write(DataOutputView) - Method in class org.apache.flink.api.common.distributions.UniformDoubleDistribution
 
write(DataOutputView) - Method in class org.apache.flink.api.common.distributions.UniformIntegerDistribution
 
write(byte[]) - Method in class org.apache.flink.api.common.io.BinaryOutputFormat.BlockBasedOutput
 
write(byte[], int, int) - Method in class org.apache.flink.api.common.io.BinaryOutputFormat.BlockBasedOutput
 
write(int) - Method in class org.apache.flink.api.common.io.BinaryOutputFormat.BlockBasedOutput
 
write(DataOutputView) - Method in class org.apache.flink.api.common.io.BlockInfo
 
write(FileOutputFormat<T>, String) - Method in class org.apache.flink.api.java.DataSet
Writes a DataSet using a FileOutputFormat to a specified location.
write(FileOutputFormat<T>, String, FileSystem.WriteMode) - Method in class org.apache.flink.api.java.DataSet
Writes a DataSet using a FileOutputFormat to a specified location.
write(DataOutputView) - Method in class org.apache.flink.api.java.record.io.ExternalProcessInputSplit
 
write(DataOutputView) - Method in class org.apache.flink.configuration.Configuration
 
write(ByteBuffer) - Method in class org.apache.flink.core.fs.FileChannelWrapper
 
write(ByteBuffer, long) - Method in class org.apache.flink.core.fs.FileChannelWrapper
 
write(ByteBuffer[], int, int) - Method in class org.apache.flink.core.fs.FileChannelWrapper
 
write(DataOutputView) - Method in class org.apache.flink.core.fs.FileInputSplit
 
write(int) - Method in class org.apache.flink.core.fs.local.LocalDataOutputStream
 
write(byte[], int, int) - Method in class org.apache.flink.core.fs.local.LocalDataOutputStream
 
write(DataOutputView) - Method in class org.apache.flink.core.fs.Path
 
write(DataOutputView) - Method in class org.apache.flink.core.io.GenericInputSplit
 
write(DataOutputView) - Method in interface org.apache.flink.core.io.IOReadableWritable
Writes the object's internal data to the given data output view.
write(DataOutputView) - Method in class org.apache.flink.core.io.LocatableInputSplit
 
write(DataOutputView) - Method in class org.apache.flink.core.io.StringRecord
 
write(DataInputView, int) - Method in interface org.apache.flink.core.memory.DataOutputView
Copies numBytes bytes from the source to this view.
write(DataInputView, int) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
write(int) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
write(byte[]) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
write(byte[], int, int) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
write(DataInputView, int) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
write(int) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
write(byte[]) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
write(byte[], int, int) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
write(DataOutputView) - Method in class org.apache.flink.example.java.relational.EmptyFieldsCountAccumulator.VectorAccumulator
 
write(DataOutputView) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableWrapper
 
write(DataOutputView) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopInputSplit
 
write(DataOutputView) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.wrapper.HadoopInputSplit
 
write(DataOutputView) - Method in class org.apache.flink.runtime.AbstractID
 
write(ByteBuffer) - Method in class org.apache.flink.runtime.AbstractID
 
write(DataOutputView) - Method in class org.apache.flink.runtime.accumulators.AccumulatorEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.client.AbstractJobResult
 
write(DataOutputView) - Method in class org.apache.flink.runtime.client.JobProgressResult
 
write(DataOutputView) - Method in class org.apache.flink.runtime.client.JobSubmissionResult
 
write(DataOutputView) - Method in class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
 
write(DataOutputView) - Method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
 
write(DataOutputView) - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.job.JobEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.job.VertexAssignmentEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.job.VertexEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.task.IntegerTaskEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.task.StringTaskEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileRequest
 
write(DataOutputView) - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileResponse
 
write(DataOutputView) - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheUpdate
 
write(int) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataOutputStream
 
write(byte[], int, int) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataOutputStream
 
write(int) - Method in class org.apache.flink.runtime.fs.s3.S3DataOutputStream
 
write(byte[], int, int) - Method in class org.apache.flink.runtime.fs.s3.S3DataOutputStream
 
write(byte[]) - Method in class org.apache.flink.runtime.fs.s3.S3DataOutputStream
 
write(DataOutputView) - Method in class org.apache.flink.runtime.instance.HardwareDescription
 
write(DataOutputView) - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
write(DataOutputView) - Method in class org.apache.flink.runtime.io.network.channels.ChannelCloseEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.io.network.channels.EndOfSuperstepEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.apache.flink.runtime.io.network.netty.OutboundEnvelopeEncoder
 
write(DataOutputView) - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
 
write(DataOutputView) - Method in class org.apache.flink.runtime.io.network.SenderHintEvent
 
write(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
write(byte[]) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
write(byte[], int, int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
write(DataInputView, int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
write(DataOutputView) - Method in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
write(DataOutputView) - Method in class org.apache.flink.runtime.iterative.event.TerminationEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
write(DataOutputView) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
 
write(DataOutputView) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.InputSplitWrapper
 
write(DataOutputView) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
 
write(DataOutputView) - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
 
write(DataOutputView) - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
 
write(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
write(byte[]) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
write(byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
write(DataInputView, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
write(int) - Method in class org.apache.flink.runtime.net.SocketOutputStream
 
write(byte[], int, int) - Method in class org.apache.flink.runtime.net.SocketOutputStream
 
write(ByteBuffer) - Method in class org.apache.flink.runtime.net.SocketOutputStream
 
write(T) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Writes a given record to this sort buffer.
write(T) - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Writes a given record to this sort buffer.
write(T) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Writes a given record to this sort buffer.
write(DataOutputView) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
write(DataOutputView) - Method in class org.apache.flink.runtime.plugable.DeserializationDelegate
 
write(DataOutputView) - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInputGateProfilingData
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalOutputGateProfilingData
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.InputGateProfilingEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.OutputGateProfilingEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.taskmanager.AbstractTaskResult
 
write(DataOutputView) - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
 
write(DataOutputView) - Method in class org.apache.flink.runtime.taskmanager.transferenvelope.RegisterTaskManagerResult
 
write(DataOutputView) - Method in class org.apache.flink.runtime.topology.NetworkNode
 
write(DataOutputView) - Method in class org.apache.flink.runtime.topology.NetworkTopology
 
write(DataOutputView) - Method in class org.apache.flink.runtime.types.FileRecord
 
write(DataOutputView) - Method in class org.apache.flink.runtime.types.IntegerRecord
 
write(DataOutputView) - Method in class org.apache.flink.runtime.util.SerializableArrayList
 
write(DataOutputView) - Method in class org.apache.flink.runtime.util.SerializableHashMap
 
write(DataOutputView) - Method in class org.apache.flink.runtime.util.SerializableHashSet
 
write(DataOutputView) - Method in class org.apache.flink.types.BooleanValue
 
write(DataOutputView) - Method in class org.apache.flink.types.ByteValue
 
write(DataOutputView) - Method in class org.apache.flink.types.CharValue
 
write(DataOutputView) - Method in class org.apache.flink.types.DoubleValue
 
write(DataOutputView) - Method in class org.apache.flink.types.FloatValue
 
write(DataOutputView) - Method in class org.apache.flink.types.IntValue
 
write(DataOutputView) - Method in class org.apache.flink.types.ListValue
 
write(DataOutputView) - Method in class org.apache.flink.types.LongValue
 
write(DataOutputView) - Method in class org.apache.flink.types.MapValue
 
write(DataOutputView) - Method in class org.apache.flink.types.NullValue
 
write(DataOutputView) - Method in class org.apache.flink.types.Pair
 
write(DataOutputView) - Method in class org.apache.flink.types.Record
 
write(DataOutputView) - Method in class org.apache.flink.types.ShortValue
 
write(DataOutputView) - Method in class org.apache.flink.types.StringValue
 
write(DataOutput) - Method in interface org.apache.hadoop.io.Writable
Serialize the fields of this object to out.
WRITE_BUFFER_SIZE - Static variable in class org.apache.flink.api.java.record.io.DelimitedOutputFormat
The configuration key for the entry that defines the write-buffer size.
writeArrayEnd() - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeArrayEnd() - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeArrayStart() - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeArrayStart() - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeAsCsv(String) - Method in class org.apache.flink.api.java.DataSet
Writes a Tuple DataSet as a CSV file to the specified location.
Note: Only a Tuple DataSet can written as a CSV file.
For each Tuple field the result of Object.toString() is written.
writeAsCsv(String, String, String) - Method in class org.apache.flink.api.java.DataSet
Writes a Tuple DataSet as a CSV file to the specified location with the specified field and line delimiters.
Note: Only a Tuple DataSet can written as a CSV file.
For each Tuple field the result of Object.toString() is written.
writeAsCsv(String, String, String, FileSystem.WriteMode) - Method in class org.apache.flink.api.java.DataSet
Writes a Tuple DataSet as a CSV file to the specified location with the specified field and line delimiters.
Note: Only a Tuple DataSet can written as a CSV file.
For each Tuple field the result of Object.toString() is written.
writeAsText(String) - Method in class org.apache.flink.api.java.DataSet
Writes a DataSet as a text file to the specified location.
For each element of the DataSet the result of Object.toString() is written.
writeAsText(String, FileSystem.WriteMode) - Method in class org.apache.flink.api.java.DataSet
Writes a DataSet as a text file to the specified location.
For each element of the DataSet the result of Object.toString() is written.
writeBack(BT) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.HashBucketIterator
 
writeBehindBuffers - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The queue of buffers that can be used for write-behind.
writeBehindBuffersAvailable - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The number of buffers in the write behind queue that are actually not write behind buffers, but regular buffers that only have not yet returned.
writeBlock(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriter
Issues a asynchronous write request to the writer.
writeBoolean(boolean) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeBoolean(boolean) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeBoolean(boolean) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeBoolean(boolean) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeBoolean(boolean) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeBoolean(boolean) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeBufferSize(int) - Method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat.AbstractConfigBuilder
Sets the size of the write buffer.
writeByte(int) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeByte(int) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeByte(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeByte(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeBytes(byte[], int, int) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeBytes(ByteBuffer) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeBytes(byte[], int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeBytes(ByteBuffer) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeBytes(String) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeBytes(String) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeBytes(String) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeBytes(String) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeChar(int) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeChar(int) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeChar(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeChar(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeChars(String) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeChars(String) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeChars(String) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeChars(String) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeDouble(double) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeDouble(double) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeDouble(double) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeDouble(double) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeDouble(double) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeDouble(double) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeEnum(int) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeEnum(int) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeEnum(DataOutput, Enum<?>) - Static method in class org.apache.flink.runtime.util.EnumUtils
Writes a value of an enumeration to the given output stream.
writeFileInfoToConfig(String, DistributedCache.DistributedCacheEntry, Configuration) - Static method in class org.apache.flink.api.common.cache.DistributedCache
 
writeFixed(byte[], int, int) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeFixed(byte[], int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeFloat(float) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeFloat(float) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeFloat(float) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeFloat(float) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeFloat(float) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeFloat(float) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeIndex(int) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeIndex(int) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeInt(int) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeInt(int) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeInt(int) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeInt(int) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeInt(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeInt(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeLibraryToStream(String, DataOutput) - Static method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Writes data from the library with the given file name to the specified stream.
writeLong(long) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeLong(long) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeLong(long) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeLong(long) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeLong(long) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeLong(long) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeMapEnd() - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeMapEnd() - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeMapStart() - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeMapStart() - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeMemory - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
writeMemory - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The memory segments used to stage data to be written.
writeNull() - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeNull() - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeObjectToConfig(Object, Configuration, String) - Static method in class org.apache.flink.util.InstantiationUtil
 
writeParametersToConfig(Configuration) - Method in interface org.apache.flink.api.common.typeutils.TypeComparatorFactory
 
writeParametersToConfig(Configuration) - Method in interface org.apache.flink.api.common.typeutils.TypeSerializerFactory
 
writeParametersToConfig(Configuration) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparatorFactory
 
writeParametersToConfig(Configuration) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordSerializerFactory
 
writeParametersToConfig(Configuration) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeComparatorFactory
 
writeParametersToConfig(Configuration) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatefulSerializerFactory
 
writeParametersToConfig(Configuration) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatelessSerializerFactory
 
writeRecord(T) - Method in class org.apache.flink.api.common.io.BinaryOutputFormat
 
writeRecord(IT) - Method in interface org.apache.flink.api.common.io.OutputFormat
Adds a record to the output.
writeRecord(E) - Method in class org.apache.flink.api.java.io.AvroOutputFormat
 
writeRecord(T) - Method in class org.apache.flink.api.java.io.CsvOutputFormat
 
writeRecord(T) - Method in class org.apache.flink.api.java.io.DiscardingOuputFormat
 
writeRecord(T) - Method in class org.apache.flink.api.java.io.DiscardingOutputFormat
 
writeRecord(OUT) - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat
Adds a record to the prepared statement.
writeRecord(T) - Method in class org.apache.flink.api.java.io.LocalCollectionOutputFormat
 
writeRecord(T) - Method in class org.apache.flink.api.java.io.PrintingOutputFormat
 
writeRecord(T) - Method in class org.apache.flink.api.java.io.TextOutputFormat
 
writeRecord(Record) - Method in class org.apache.flink.api.java.record.io.avro.example.ReflectiveAvroTypeExample.PrintingOutputFormat
 
writeRecord(Record) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
writeRecord(Record) - Method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat
 
writeRecord(Record) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
Adds a record to the prepared statement.
writeRecord(Tuple2<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopOutputFormat
 
writeRecord(Record) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
writeRecord(Tuple2<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopOutputFormat
 
writers - Variable in class org.apache.flink.runtime.operators.shipping.OutputCollector
 
writers - Variable in class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
 
writeShort(int) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeShort(int) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeShort(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeShort(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeString(String) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeString(Utf8) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeString(String) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeString(Utf8) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeString(DataOutput, String) - Static method in class org.apache.flink.core.io.StringRecord
Write a UTF8 encoded string to out
writeString(CharSequence, DataOutput) - Static method in class org.apache.flink.types.StringValue
 
writeTo(ByteBuf) - Method in class org.apache.flink.runtime.AbstractID
 
writeToOutput(ChannelWriterOutputView) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Writes the records in this buffer in their logical order to the given output.
writeToOutput(ChannelWriterOutputView, int, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Writes a subset of the records in this buffer in their logical order to the given output.
writeToOutput(ChannelWriterOutputView) - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Writes the records in this buffer in their logical order to the given output.
writeToOutput(ChannelWriterOutputView, int, int) - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Writes a subset of the records in this buffer in their logical order to the given output.
writeToOutput(ChannelWriterOutputView) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Writes the records in this buffer in their logical order to the given output.
writeToOutput(ChannelWriterOutputView, int, int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Writes a subset of the records in this buffer in their logical order to the given output.
writeUTF(String) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeUTF(String) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeUTF(String) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeUTF(String) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeVarLongCount(DataOutput, long) - Static method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeVarLongCount(DataOutput, long) - Static method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeWithKeyNormalization(T, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
writeWithKeyNormalization(T, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Writes the record in such a fashion that all keys are normalizing and at the beginning of the serialized data.
writeWithKeyNormalization(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
writeWithKeyNormalization(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
writeWithKeyNormalization(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
writeWithKeyNormalization(Record, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.record.RecordComparator
 
writeWithKeyNormalization(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
writeWithKeyNormalization(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleLeadingFieldComparator
 
writeWithKeyNormalization(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
writeWithKeyNormalization(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 

X

x - Variable in class org.apache.flink.example.java.clustering.KMeans.Point
 
x - Variable in class org.apache.flink.example.java.ml.LinearRegression.Data
 

Y

y - Variable in class org.apache.flink.example.java.clustering.KMeans.Point
 
y - Variable in class org.apache.flink.example.java.ml.LinearRegression.Data
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

Copyright © 2014 The Apache Software Foundation. All rights reserved.